We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi nthj, Big thanks for the ingorable gem. I found out, that this is now included since rails 5
It did still work with prior versions of rails 5 but since rails 5.1.6 it crashes rails (see below)
I'd like to suggest that the ignorable gem should be updated:
and give an explanation how to fix the problem, aka how to migrate to the syntax in rails 5.
There is no good description in the rails docs, yet. You might also want to update your readme.
This is how the bug shows up on crash:
ruby2.5/gems/2.5.0/gems/activerecord-5.1.6/lib/active_record/relation/query_methods.rb:1044:in build_select': undefined method any?' for nil:NilClass (NoMethodError)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi nthj,
Big thanks for the ingorable gem.
I found out, that this is now included since rails 5
It did still work with prior versions of rails 5
but since rails 5.1.6 it crashes rails (see below)
I'd like to suggest that the ignorable gem should be updated:
and give an explanation how to fix the problem,
aka how to migrate to the syntax in rails 5.
There is no good description in the rails docs, yet.
You might also want to update your readme.
This is how the bug shows up on crash:
ruby2.5/gems/2.5.0/gems/activerecord-5.1.6/lib/active_record/relation/query_methods.rb:1044:in build_select': undefined method any?' for nil:NilClass (NoMethodError)
The text was updated successfully, but these errors were encountered: