Add couchrest_model support to orm_adapter
Add this line to your application's Gemfile:
gem 'orm_adapter_couchrest_model'
And then execute:
$ bundle
Or install it yourself as:
$ gem install orm_adapter_couchrest_model
Please refer to orm_adapter's README
You need CouchDB running at localhost to run the tests
Default test db is http://locahost:5984/orm_adapter_spec without admin
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - add test to verify it
- Push to the branch (
git push origin my-new-feature
) - Create new Pull Request