No commit activity in last 3 years
No release in over 3 years
Throw some color into your rake routes task. Makes your routes more readable and better organized.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
~> 0.7
~> 10.0
 Project Readme

ColorizedRoutes

Gem Version

DESCRIPTION

ColorizedRoutes is a small library to make the rake routes command more readable.

Enjoy!

Based on the work at: https://github.com/nicooga/color_routes

SUPPORTED VERSIONS: 4.x

INSTALLATION

gem install colorized_routes

or

# In your Gemfile
gem 'colorized_routes'

then run

bundle

run the routes rake task to get your colorized routes

rake routes

DEMO

####rake routes normal output: Example output

####colorized rake routes output: Example output