TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'quby-mongoid'
And then execute:
$ bundle
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
- Install all dependencies using
bundle exec appraisal install
- Run full spec suite (all mongoid versions) using
bundle exec appraisal rake spec
- 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