Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
/ routing_report Public archive

Identify unused routes and controller actions in Rails apps

License

Notifications You must be signed in to change notification settings

rfwatson/routing_report

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

routing_report

Identify cruft in a Rails app.

Detects:

  • routes with no matching controller actions
  • controller actions with no matching routes

Installation

Add this line to your application's Gemfile:

gem 'routing_report'

And then execute:

$ bundle

Usage

bundle exec rake routing_report:run

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/rfwatson/routing_report.

License

The gem is available as open source under the terms of the MIT License.

About

Identify unused routes and controller actions in Rails apps

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published