Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rfwatson/routing_report
Identify unused routes and controller actions in Rails apps
https://github.com/rfwatson/routing_report
cruft rails routing
Last synced: about 2 months ago
JSON representation
Identify unused routes and controller actions in Rails apps
- Host: GitHub
- URL: https://github.com/rfwatson/routing_report
- Owner: rfwatson
- License: mit
- Archived: true
- Created: 2017-07-20T14:03:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-18T19:48:13.000Z (almost 7 years ago)
- Last Synced: 2024-04-25T07:42:01.757Z (7 months ago)
- Topics: cruft, rails, routing
- Language: Ruby
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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:
```ruby
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](http://opensource.org/licenses/MIT).