Short description and motivation. The gem introduces ActionDispatch::Routing::ConsoleFormatter::Colorized, a new formatter for the Rails routing system. This formatter enhances the rails routes command by adding structure and color, making the output more intuitive and visually appealing. Utilizing the -C flag, ColorizedRoutes offers a fresh perspective on route visualization, ideal for developers seeking clarity and efficiency when working with complex routing tables in Rails applications.
How to use my plugin.
Add this line to your application's Gemfile:
gem "colorized_routes"
And then execute:
$ bundle install
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.