You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 thisW, [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?
The text was updated successfully, but these errors were encountered: