/routes_page

Simple web page for rails routes and grape routes display

Primary LanguageRubyMIT LicenseMIT

RoutesPage

RoutesPage is used for displaying rails routes and grape routes in a web page for your Rails application.

Usage

By Default, you can get your info table of routes on http://localhost:3000/rails/routes_page since you install this gem in your Rails appliation.

Installation

Add this line to your Rails application's Gemfile:

group :development
  gem 'routes_page'
end

And then execute:

$ bundle

Contributing

Contribution directions go here.

License

The gem is available as open source under the terms of the MIT License.