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
If I run an app with jruby in mode 2.0, this condition will be evaluated, but jruby doesn't support the prepend option.
As much as this is not a problem of yours (JRuby apparently decided not to support it until the 9000 release), it still cripples my usage of the ransack gem.
Did you ever experience this yourself? Workaround suggestion? Or could the extra jruby condition added without problems? I see your travis.yml is not taking jruby into account, is this by design?
Concerns these lines:
https://github.com/activerecord-hackery/polyamorous/blob/master/lib/polyamorous.rb#L39-L42
If I run an app with jruby in mode 2.0, this condition will be evaluated, but jruby doesn't support the prepend option.
As much as this is not a problem of yours (JRuby apparently decided not to support it until the 9000 release), it still cripples my usage of the ransack gem.
Did you ever experience this yourself? Workaround suggestion? Or could the extra jruby condition added without problems? I see your travis.yml is not taking jruby into account, is this by design?