activerecord-hackery / ransack

Object-based searching.
https://activerecord-hackery.github.io/ransack/
MIT License
5.65k stars 795 forks source link

Rails 7.2 - LoadError: cannot load such file -- polyamorous/activerecord_7.2_ruby_2/join_association (LoadError) #1518

Open EverardB opened 3 weeks ago

EverardB commented 3 weeks ago

Upgrade to rails 7.2 and you will get the following message whilst constructing the database...

bin/rails aborted! LoadError: cannot load such file -- polyamorous/activerecord_7.2_ruby_2/join_association (LoadError) Did you mean? polyamorous/activerecord_7.0_ruby_2/join_association polyamorous/activerecord_6.1_ruby_2/join_association polyamorous/activerecord_6.0_ruby_2/join_association

EverardB commented 2 weeks ago

It seems that this is a fairly important issue to fix... ransack can not be used out-of-the-box in any project from rails 7.1+