Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zapnap/voting
Open Vote Web Service
https://github.com/zapnap/voting
Last synced: about 2 months ago
JSON representation
Open Vote Web Service
- Host: GitHub
- URL: https://github.com/zapnap/voting
- Owner: zapnap
- License: mit
- Created: 2009-06-02T20:39:30.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2009-06-04T17:28:20.000Z (over 15 years ago)
- Last Synced: 2023-04-10T21:53:05.803Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 85.9 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- License: MIT-LICENSE
Awesome Lists containing this project
README
= Open Vote Web Service
Work in progress.
== Configuration
Dependencies and all configuration is done in environment.rb. Your database is also set up here. DataMapper will use sqlite3 by default. Tests use the sqlite3-memory adapter (no configuration needed).
If you're missing some of the required gems, you can install them with rake gems:install
== Testing
Add your specs in spec; just require spec_helper.rb to pre-configure the test environment. A number of samples are provided (including a sample model, which can be removed). To run the specs:
rake spec
== Getting Started
rake db:migrate
ruby bin/run.rb