-
Notifications
You must be signed in to change notification settings - Fork 15
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
Support for Mongoid 7 & Rails 6? #6
Comments
Want to PR? |
seems like all we need to point it to master branch of rails_observer (as mentioned in the user guid) without which it is failing. My bad in assuming that it would've been fixed in the last year.. |
Someone should go and help with rails/rails-observers#53. |
well, seems like mongoid-observers isn't playing nice with rspec. dev environment is loading just fine and observers are firing as well, but when I try running my specs (via rspec) it just lights up failing at
Any idea how can I fix this? I can raise a PR as well if you direct me |
@dblock looks like rails/rails-observers#53 is already closed. I don't know much about the gem, but anything I can do to help? |
looks like including |
Hi seems like this is breaking for mongoid 7 in rails 6. Are we going to support it anytime soon?
The text was updated successfully, but these errors were encountered: