v1.6.0
What's Changed
- Improve
Rage.multi_application
.- Rage now correctly handles internal Rails routes, e.g.
/rails/action_mailbox/relay/inbound_emails
.
- Rage now correctly handles internal Rails routes, e.g.
- Support legacy root helpers.
- Rage now supports legacy root helpers, e.g.
get "/photos/:id" => "photos#show"
orget "search" => :index
.
- Rage now supports legacy root helpers, e.g.
Full Changelog: v1.5.1...v1.6.0