0.0
No commit activity in last 3 years
No release in over 3 years
PrettyRoutes is a Rails engine to display and interact with routes of your application
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.4.0
~> 2.1.0
>= 0
>= 0

Runtime

 Project Readme

PrettyRoutes Version Travis Dependency Status

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:

Usage of Pretty Routes

About

PrettyRoutes is based on Sextant v0.2.4. This gem is released under the MIT license. By @irbrocks ;)