0.0
No commit activity in last 3 years
No release in over 3 years
Displays rails routes in a sortable and searchable table in your browser.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

~> 2.4
 Project Readme

SortedRoutes

Rails routes in a searchable and sortable table in your browser.

Installation

Add the gem to the development: group of a Rails Gemfile and run bundle install.

gem 'sorted_routes', '~> 1.0'

Link to RubyGems: SortedRoutes

Usage

rake sorted_routes

A rake task generates and opens the HTML file tmp/sorted_routes.html in your default browser.

Features

SortedRoutes uses the DataTables jQuery plugin to create search and sort functionality.

  • Each column is sortable in ascending or descending order. (Click on arrows next to column header.)
  • Search box in the top-right corner allows user to select rows to view.
  • Routes table can be copied, printed, or saved as a pdf by clicking on buttons in the top-left corner.

System Dependencies

  • Launchy (included in the gem) opens the HTML file
  • jQuery
  • DataTables jQuery plugin is used to generate the tables.

Author

Created by Scott Lenander