Categories: None [Edit]

restful_routing

https://rubygems.org/gems/restful_routing
https://github.com/casey-stinnett/restful_routing
While developing Rails apps, it is often difficult to remember which prefixes route to which controller#action. That is why it is useful to run `rails routes` and put that output in a file for later reference. This gem does that for you. After installing the gem in your Rails project, it is listening for saved changes in your `config/routes.rb`. Every time you make a change to routes.rb and you save it, restful_routing will look for `restful_routing.rb` in your root directory. It will update it if there or make it if not. `restful_routing.rb` will contain the output of `rails routes`.

Total

Ranking: 43,557 of 188,474
Downloads: 26,990

Daily

Ranking: 100,097 of 188,457
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,099,228,164bundler
101,195,319,377rake
44694,291,343rails
124353,115,549listen

Owners

#GravatarHandle
1iconstinnett_casey