https://github.com/will/rails3_couchrest_model_example
Just a small app to show how Rails3 and CouchRest::Model go together
https://github.com/will/rails3_couchrest_model_example
Last synced: 12 months ago
JSON representation
Just a small app to show how Rails3 and CouchRest::Model go together
- Host: GitHub
- URL: https://github.com/will/rails3_couchrest_model_example
- Owner: will
- Created: 2010-09-19T19:04:16.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-09-19T19:07:04.000Z (over 15 years ago)
- Last Synced: 2025-03-07T12:13:05.612Z (about 1 year ago)
- Language: Ruby
- Homepage: http://github/couchrest/couchrest_model
- Size: 105 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails3 and [CouchRest::Model][crm] Example
Just a real quick getting up-and-running sort of example. The commit history is done in steps you'll need. Check that out.
The important part is the `Gemfile` an the `config/initializer/couchdb.rb`
This gemfile is using HEAD of [CouchRest::Model][crm] as of today sept 19, 2010. I'll try to remember to keep this example up to date with the gem, but if I forget, and it's causing you problems following along, let me know. I'll fix it up. --[will](github.com/will)
[crm]: http://github.com/couchrest/couchrest_model