Inconsistent tab size (2 / 4 spaces). Easy fix, run through Rubocop.
Might be an idea to have a GH pages site that better markets the tool towards non techies? README seems to try and bundle together marketing lingo with technical details.
Also an example app running somewhere perhaps, that resets every night or something?
We have a similar thing to your DynamicRouter
in Caring.com and I would not recommend it! Your use case might be significantly different enough to justify it, but metaprogramming with routes makes debugging a nightmare, if you can, make them namespaced, even if its just /p/:page_slug
so you can have regular route helpers, and you don't need to redeclare your routes every time a page is edited.
I probably wouldn't have things like postgres (unless you're using PG exclusive features), unicorn, rollbar, and newrelic in as hard dependencies; we love them but other users of trado have workflows they already use. Maybe make trado a rails engine that is designed to be mounted at the root