0.0
No commit activity in last 3 years
No release in over 3 years
Simple web page for rails routes and grape routes display
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 9.1
>= 2.16.1, ~> 2.16
>= 1.0.1, ~> 1.0

Runtime

~> 5.1.4
 Project Readme

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.