Project

rexport

0.0
No release in over a year
Rexport integrates into a Rails application making model data available for export into CSV files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 6.0.3
 Project Readme

Rexport

Ruby on Rails gem to manage exports

Installation

  1. install gem
  2. copy migration into application db/migrate folder and run
  3. create models and mix in corresponding module
    • export - export_methods
    • export_item - export_item_methods
    • export_filter - export_filter_methods

License

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