https://github.com/pmuens/example-sqlite-chartjs
An example using Chart.js and SQLite with Rails 4
https://github.com/pmuens/example-sqlite-chartjs
Last synced: 3 months ago
JSON representation
An example using Chart.js and SQLite with Rails 4
- Host: GitHub
- URL: https://github.com/pmuens/example-sqlite-chartjs
- Owner: pmuens
- Created: 2013-10-07T09:37:02.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-07T10:15:12.000Z (about 12 years ago)
- Last Synced: 2025-02-17T10:47:53.289Z (8 months ago)
- Language: Ruby
- Size: 168 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
Awesome Lists containing this project
README
= Example using SQLite and Chart.js with Rails 4
This is an example application to check whether SQLite and Chart.js can be used to serve and display thousands of records on a local machine.
== Steps for setup
1. Fork repository from GitHub
2. rake db:seed
3. rails server