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
Changed the implementation of ArQueryMatchers::Queries::TableName to calculate distance of class name to table name to determine which class name is most likely. This changes how tables in only_load_at_most_models are calculated.
Added ruby 3.2 and removed rails 5 from testing matrix
A new matcher, only_load_at_most_models, will do a less-than-or-equal-to (<=) check on model counts. This is a method that makes tests less noisy as performance gets better.