Free open source #ruby idea:
A gem to add to a #rails app that enables a gradual migration to #hanami.
- You can scaffold a Hanami app alongside your Rails app
- A command to start a server which routes incoming requests to the rails app or the Hanami app
- You can migrate controller by controller, route by route
- You can use your ActiveRecord models in the Hanami app, and your Hanami data code in the Rails app
- Eventually you cut over entirely, remove Rails, and remove the bridge gem