Daniel (dB.) Doubrovkine

Results 3350 comments of Daniel (dB.) Doubrovkine

Partial fix in https://github.com/mongoid/mongoid-history/pull/232, please try HEAD!

I think this is ok to merge, but I've never heard of Tenacity and maybe we should call that out separately, with documentation and tests?

Other thoughts: maybe Hooks should be a more explicit class name, like `Hooks::UpdatedBy` or `Hooks::Modifier`?

Mongoid now uses mongo-ruby-driver. See https://www.mongodb.com/blog/post/announcing-ruby-driver-20-rewrite.

Thanks, this needs tests and changelog, please.

Nobody is working on it, please contribute.

From README, "This gem supports Mongoid 3, 4, 5 on Ruby 1.9.3 or newer and Mongoid 6 and 7 on Ruby 2.2.2+." and Travis CI, https://github.com/mongoid/mongoid-history/blob/master/.travis.yml#L15. However if I am...

Please help. Make a PR that uses Mongoid 7.1, demonstrate the failure, try to fix.

@francelwebdev Help us help you? 1. Check out the code for this project, and run it with mongoid 7.0.6 (`export MONGOID_VERSION=7.0.6`, `bundle install`, `rake`) and see what fails. 2. Add...