-
Notifications
You must be signed in to change notification settings - Fork 17
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
Hashie warnings #26
Comments
Any way to solve this? |
Closed
Merged
Worked for me. No more hashie warnings
|
If possible, maybe you could release a new gem version? Thanks for your work 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I use this gem to get the title of an item from its ID, this warning is output many times to the console:
WARN -- : You are setting a key that conflicts with a built-in method Hashie::Mash#hash defined in Hash. This can cause unexpected behavior when accessing the key as a property. You can still access the key via the #[] method.
I believe the latest version of hashie has ability to disable these warnings if they can be ignored.
The text was updated successfully, but these errors were encountered: