c4b49baecf
Examples: db = CouchRest::Database.new(...) articles = Article.on(db) articles.all { ... } articles.by_title { ... } u = articles.get("someid") u = articles.new(:title => "I like plankton") u.save # saved on the correct database |
||
---|---|---|
.. | ||
couchrest | ||
fixtures | ||
.gitignore | ||
spec.opts | ||
spec_helper.rb |