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
I just updated the ransack gem from 2.3.2 to 2.4.2 and found a puzzling bug.
This bug is lost "JOIN" query partially when same table and different "belongs_to" joining query even though not use ransack search method.
I found this bug caused by ransack 2.4.2 ( maybe 2.4.x) by below example code and results.
I just updated the ransack gem from 2.3.2 to 2.4.2 and found a puzzling bug.
This bug is lost "JOIN" query partially when same table and different "belongs_to" joining query even though not use ransack search method.
I found this bug caused by ransack 2.4.2 ( maybe 2.4.x) by below example code and results.
Results
Example code
Result detail ( case: "rails=6-1-stable, ransack=2.4.2" )
The text was updated successfully, but these errors were encountered: