Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hashie is raising the warning `WARN -- : You are setting a key that conflicts with a built-in method Hashie::Mash#keys defined in Hash. This can cause unexpected behavior when accessing the key via as a property. You can still access the key via the #[] method.` more than 30 times, flooding the logs.
- Loading branch information
038a33b
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.
@kigster @wa0x6e immediately after running bundle install, my rails console boot is now failing with
': undefined methodsimplefeed.rb:4:in
logger=' for Hashie:Module (NoMethodError)
Which seems very bizarre, it must be something unique to my setup. I'll try to hunt this down and will follow up.