color_routes icon indicating copy to clipboard operation
color_routes copied to clipboard

Colorize rails' rake routes output.

Results 4 color_routes issues
Sort by recently updated
recently updated
newest added

Filter the routes according to controller, actions, etc. For eg., 1) rake color_routes --controller '' --action ''

My system specs: ``` OSX 10.9.5 ruby 2.0.0p247 [x86_64-darwin12.3.0] rails 3.2.12 gem 'color_routes', '1.0.0' WEBrick 1.3.1 Postgres DB ``` Cannot run color_routes due to the following "NoMethodError: undefined method `length'...

I tried to install your gem, but with an error: $ gem install color_routes --version '>= 1.0.0' ERROR: While executing gem ... (Gem::Requirement::BadRequirementError) Illformed requirement [""] Note: I'm working on...