Skip to content
Colorize rails' rake routes output.
Branch: master
Clone or download
Pull request Compare This branch is 99 commits ahead, 2 commits behind nicooga:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
bin
lib
.gitignore
.rvmrc
.travis.yml
Gemfile
Gemfile.lock
LICENSE.txt
README.md
Rakefile
colorized_routes.gemspec

README.md

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

You can’t perform that action at this time.