Very simple Rails application with use of React.js to present how CsvCreator can be used in rails.
To try out:
git clone [email protected]:dsawa/csv_creator_example.gitcd csv_creator_examplemv config/database.yml.sample config/database.ymlbundle installrake db:migraterake db:seedrails s- Click "Export CSV" button under the table on
http://localhost:3000