Identify cruft in a Rails app.
Detects:
- routes with no matching controller actions
- controller actions with no matching routes
Add this line to your application's Gemfile:
gem 'routing_report'
And then execute:
$ bundle
bundle exec rake routing_report:run
Bug reports and pull requests are welcome on GitHub at https://github.com/rfwatson/routing_report.
The gem is available as open source under the terms of the MIT License.