Sha256: 1d13c17bb17d0626e314927c7e1e63eb13ab2108a9accbcf7eec175b5f281b51
Contents?: true
Size: 681 Bytes
Versions: 1
Compression:
Stored size: 681 Bytes
Contents
# PrettyRoutes [](https://travis-ci.org/Angelmmiguel/pretty_routes) Working with Rails routes won't be a nightmare. This is PrettyRoutes. ## Install Add this to the development group in your Gemfile: ```ruby group :development do gem 'pretty_routes' end ``` Then run `bundle install` and you're ready to start ## Use Visit `/rails/routes` in your app and you'll see your routes. It's that simple. ## About PrettyRoutes is based on [Sextant v0.2.4](https://github.com/schneems/sextant). PrettyRoutes gem is released under the MIT license. By [@irbrocks](https://twitter.com/irbrocks) ;)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pretty_routes-0.0.1 | README.md |