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
It's definitely supported: we're testing against it, as you can see in our .travis.yml. It looks to me like the "agent" gem is the one responsible here, as that's what's at the top of the backtrace. Looks like they're adding a method to Kernel that is conflicting with something.
You are correct! Sorry for the false alarm. It seems that the agent gem overrides the default Kernel.select! method and didn't account for the change from .select! to ._select!.
Hey guys,
I discovered this gem today and integrated it into my Rails application. Everything was working swell until I came across this error:
Upon diving deeper, I found that this gem was the culprit :x
I realized that it was breaking only in the case of adding a
.includes
on the selector...Does version 0.3.0 support Rails 4.1.9 or is 4.1.9 unsupported?
Here's the full BT if it is helpful :
The text was updated successfully, but these errors were encountered: