Working with Rails routes won't be a nightmare. Welcome to PrettyRoutes ✌️.
Install
Add this to the development group in your Gemfile
:
group :development do
gem 'pretty_routes', '~> 0.2.0'
end
Then run bundle install
and you're ready to start
Use
Visit /rails/routes
in your app and you'll see your routes:
About
PrettyRoutes is based on Sextant v0.2.4. This gem is released under the MIT license. By @irbrocks ;)