https://github.com/blaked84/votebox
https://github.com/blaked84/votebox
project rails voting vuejs2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blaked84/votebox
- Owner: Blaked84
- Created: 2017-04-20T11:04:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T22:24:31.000Z (over 3 years ago)
- Last Synced: 2025-06-17T03:09:47.868Z (about 1 year ago)
- Topics: project, rails, voting, vuejs2
- Language: Ruby
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
[](https://travis-ci.org/Blaked84/Votebox)
[](https://codeclimate.com/github/Blaked84/Votebox)
[](https://codeclimate.com/github/Blaked84/Votebox/coverage)
[](https://gemnasium.com/github.com/Blaked84/Votebox)
## Initial Configuration
Before first use, you need to configure /config/secrets.yml
An example file is available in /config/secretes.yml.template
### Database creation
Database configuration is in config/database.yml
You can find an examples of databases.yml in /config :
* database.yml.mysql2.template : config file based on mysql2
* database.yml.sqlite3.template : config file based on sqlite3
Then, use :
RAILS_ENV=development bundle exec rake db:setup
RAILS_ENV=test bundle exec rake db:setup
RAILS_ENV=production bundle exec rake db:setup