langalex / couch_potato

ruby persistence layer for CouchDB.

This URL has Read+Write access

couch_potato / INSTALL
100644 11 lines (8 sloc) 0.272 kb
1
2
3
4
5
6
7
8
9
10
11
== Rails ==
 
* create a couchdb.yml file in your RAILS_ROOT/config diretory that looks like this:
  
# couchdb.yml
test: test_db_name
development: development_db_name
production: production_db_name
 
= Required Gems =
* validatable, json, couchrest >= 0.9.12, activesupport