Repository is archived
No release in over 3 years
Low commit activity in last 3 years
Tool to export Rails routes to CSV
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 6.0.0
>= 0
 Project Readme

rails-export-routes

This is a small gem that allows you to export Rails routes to CSV or JSON.

Installation

Add this line to your application's Gemfile:

gem 'rails_export_routes'

And then execute:

$ bundle install

Usage

To export Routes to CSV:

bundle exec rails-export-routes export my-app-routes.csv

When JSON is the preferred format:

bundle exec rails-export-routes export --format json my-app-routes.json

Pretty JSON:

bundle exec rails-export-routes export --format json-pretty my-app-routes.json

Development

After checking out the repo, run bin/setup to install dependencies. Then, run bin/rspec to run the tests. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install. To release a new version, update the version number in lib/rails_export_routes/version.rb and push a new tag.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/lenon/rails_export_routes.

License

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