0.0
No commit activity in last 3 years
No release in over 3 years
Vain routes is a Rails engine that enables you to view your routes in a filterable online view.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.0
 Project Readme

vain_routes¶ ↑

You didn’t invest all that time into creating your beautiful restful routes only to have them displayed in a console window, did you?

Introducing ‘Vain Routes’ - a rails engine that enables you to view your routes directly from your browser, sort them, and even filter them! While the command line may helpful, it isn’t as pretty as this!

Install¶ ↑

Simply install the gem:

gem install 'vain_routes'

Configure¶ ↑

Add vain_routes to your Gemfile:

group :development do
  gem 'vain_routes'
end

Fire it up!¶ ↑

From the command line, fire up your server

rails server

And open your browser to:

http://localhost:3000/vain/routes

Feeback & Requests¶ ↑

Please give it a try, and let me know if you have any requests on how I can make those routes look even better!

If you like it (or not), please shoot me a note via email (ryan at stawarz dot com) or twitter (@rstawarz).

Thanks¶ ↑

Special thanks to Matt Hamm for sharing the background image on flickr.

Copyright © 2010 Ryan Stawarz. It is free software governed by the MIT License - see the terms specified in the LICENSE file for details.