-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mongoid paranoia support #273
base: master
Are you sure you want to change the base?
Conversation
gem 'mongoid', github: 'mongodb/mongoid' | ||
when /\A\d+\z/ | ||
gem 'mongoid', "~> #{version}.0" | ||
else | ||
gem 'mongoid', version | ||
end | ||
|
||
gem 'mongoid_paranoia', '>= 0.6' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You probably want to make a separate integration test that uses a different Gemfile for mongoid_paranoia to make sure it works without.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok good point. same thought crossed my mind.
…oid-slug into mongoid-paranaoia-support
Want to finish this? |
No description provided.