Skip to content
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

Getting a conflict on Hashie::Mash #46

Open
vinchbr opened this issue Mar 7, 2017 · 1 comment
Open

Getting a conflict on Hashie::Mash #46

vinchbr opened this issue Mar 7, 2017 · 1 comment

Comments

@vinchbr
Copy link

vinchbr commented Mar 7, 2017

I am using Jiralicious for the first time, using basic auth and that.

When I do a search with Jiralicious.search('key = QA-1') I get a bunch of warnings like this

W, [2017-03-07T14:05:37.388837 #53473] WARN -- : You are setting a key that conflicts with a built-in method Hashie::Mash#key 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.

Any clues what might be causing that?

@shortdudey123
Copy link
Contributor

Caused by hashie/hashie#381

TL;DR change the log level in your code for now

Hashie.logger.level = Logger.const_get 'ERROR'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants