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
Rails DB doesn't run with rails 5.2.2 (it was working on rails 5.2.1.1)
The error is:
LoadError: cannot load such file -- polyamorous/activerecord_5.2.2_ruby_2/join_association
The text was updated successfully, but these errors were encountered:
Looks like the error is not inside rails_db, but in the gem ransack. Found a workaround on their issue pages:
activerecord-hackery/ransack#987 (comment) And this fix is to point the ransack gem to the PR branch that has the fix in it:
gem 'ransack', github: 'activerecord-hackery/ransack', branch: '8daa87a0389d380f7c9fd7ea9cb5bda634d5dc7d'
Sorry, something went wrong.
Ransack version 2.1.1 (latest version, released yesterday) is out and it works with Rails 5.2.2.
No branches or pull requests
Rails DB doesn't run with rails 5.2.2 (it was working on rails 5.2.1.1)
The error is:
LoadError: cannot load such file -- polyamorous/activerecord_5.2.2_ruby_2/join_association
The text was updated successfully, but these errors were encountered: