The ripple-contrib gem is a library of additional model behaviors that are not currently found within (but may eventually become part of) the core riak-ruby or ripple distributions.
Generally speaking, the behaviors found within support use cases that have more edge cases, but should still strive to apply to a common base.
Add this line to your application's Gemfile:
gem 'ripple-contrib'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ripple-contrib
Be sure to refer to the config/encryption.yml.example before requiring this gem. Once that is done, simply add the ruby mixin to a model class.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request