0.01
No commit activity in last 3 years
No release in over 3 years
Generate a syntax highligthed HTML file from your Rails routes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.0
~> 1.0
 Project Readme

Rails HtmlRoutes

Output your Rails routes to html. It is automatically opened by your browser, but this option can be disabled.

HTML Routes

Installation

Add it to your Gemfile and run bundle install.

gem 'html_routes', '~> 1.0', group: :development

Usage

rake html_routes

To specify a custom output file:

rake html_routes out=tmp/custom_file.html

If you don't want the output file to open in your browser automatically:

rake html_routes background=true