igorkasyanchuk / rails_db

Rails Database Viewer and SQL Query Runner
https://www.railsjazz.com/
MIT License
1.46k stars 111 forks source link

Ransack 4.0 has breaking change #131

Closed ykamin-booth closed 4 weeks ago

ykamin-booth commented 1 year ago

FYI, this PR which just got pulled into Ransack 4.0 has a breaking change for rails_db, requiring an explicit allowlist for every attribute that it's allowed to search over. I reverted my ransack version for now but it's worth thinking about how to handle this.

igorkasyanchuk commented 1 year ago

@ykamin-booth can you make a PR and just allow all attributes?

igorkasyanchuk commented 4 weeks ago

should work