Replies: 1 comment 1 reply
-
This was a major undocumented breaking change in Mongoid 9. The Mongoid team does not yet test their codebase against real-world production-scale apps when they release new versions. You can apply this as a monkey-patch: #5982 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Since mongoid 9.x attributes now return hash with strings as the keys. In my app a lot of the code and specs relies on symbol keys. Do you have any example temporary monkey patch to mimic previous behaviour ? What is important I need to work with rspec and factory bot.
Beta Was this translation helpful? Give feedback.
All reactions