I am always forced to make my terminal window two dual monitors wide just to see read them right. I'm not a stickler for buttery GUI's, but this is bordering retarded.
Is there a pretty print for this command?
I am always forced to make my terminal window two dual monitors wide just to see read them right. I'm not a stickler for buttery GUI's, but this is bordering retarded.
Is there a pretty print for this command?
https://github.com/nicooga/color_routes does it pretty well, I think!
I've rewritten the rake routes command slightly to generate a slightly more usable html version of the rake routes output
Create a file
pretty_routes.rake
and put this inlib/tasks/
and callrake pretty_routes
and it should be slightly betterThe second to last line only works on Mac OSX an in rails 2.x, but it automatically opens the file in your browser. If you are on a different platform, you will have to change the command.
If you are running Rails 3.x, the second to last line should be