I’ve been using Rails to put laws online, making them easier to read and link to. Although data-driven, the site is 99% static. Some states laws only need to update every two years. Others, once per day. I have the data in well formed JSON, ready to import.
I’ve always felt like Rails isn’t quite a good fit; the requests don’t need to be dynamically served. I’m thinking I might be able to use a site generator like Middleman plus a small dynamic app for the search engine.
Thanks for any input!