Quby::Mongoid
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'quby-mongoid'
And then execute:
$ bundle
Usage
To configure Quby to use this database adapter for storage, perform the following somewhere during your application's initialization process:
Quby.answer_repo = Quby::Answers::Repos::MongoidRepo.new
Development guide
- Install all dependencies using
bundle exec appraisal install - Run full spec suite (all mongoid versions) using
bundle exec appraisal rake spec
Contributing
- Fork it ( https://github.com/[my-github-username]/quby-mongoid/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request