ORM Adapter for couchrest_model
Add couchrest_model support to orm_adapter
Installation
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
Usage
Please refer to orm_adapter's README
Run Tests
You need CouchDB running at localhost to run the tests
Default test db is http://locahost:5984/orm_adapter_spec without admin
Contributing
- 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