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 hit this also. Not sure what happened to Arel::Table#table_name but changing line 16 to table = attr.arel_attribute.relation.name resolves the issue.
Is there a pattern in place already for handling API changes between Rails versions? I'd be happy to put together a PR with a little guidance from someone more familiar with the project. Thanks.
Recently upgraded a rails application from
7.0.8
to7.1.0
, using ruby3.2.2
Search using ransack returns this error:
Reverting back to rails
7.0.8
corrects the issueThe text was updated successfully, but these errors were encountered: