sakrafd / couchrest_rails forked from hpoydar/couchrest-rails

A Rails plugin for connecting to and working with CouchDB via CouchRest

John Wood (author)
Sat Oct 10 09:02:44 -0700 2009
commit  32bd753b3787374b0e048987bb096defe8645696
tree    d7c699f69fa2ae2c586096349fa08c0165984557
parent  251d534920752b45ed6766d4015b5d83fa4c33e8
couchrest_rails / init.rb
100644 7 lines (6 sloc) 0.172 kb
1
2
3
4
5
6
7
require 'couch_rest_rails'
require 'validatable'
require 'spec/rails/matchers/couch_document_validations'
 
config.gem 'couchrest'
config.gem 'validatable'
config.gem 'json'