Skip to content

EPI-USE-Labs/html_routes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages