Project

route66

0.0
No commit activity in last 3 years
No release in over 3 years
Displays routes at <your-app>/route66
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.2.0
 Project Readme

Route66¶ ↑

For Rails 3.2 and above.

This project is meant to supply route and controller information in a rails project at <your-url>/route66.

It should match the same information found in ‘rake routes’ in a more easily viewed form. Since routes information is already loaded in an app, it is also much more quickly loaded.

Installation¶ ↑

Route66 can be found at: rubygems.org/gems/route66 Just add the following line to your Gemfile:

gem 'route66'

You probably don’t want to run it in production, though.

gem ‘route66’, :group => :development

Use¶ ↑

Just go to <your-url>/route66. So in a brand new default project:

http://localhost:3000/route66

This project rocks and uses MIT-LICENSE.