Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

dsawa/csv_creator_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

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.git
  • cd csv_creator_example
  • mv config/database.yml.sample config/database.yml
  • bundle install
  • rake db:migrate
  • rake db:seed
  • rails s
  • Click "Export CSV" button under the table on http://localhost:3000

About

Example of CsvCreator gem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published