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
Add support for Ruby 3.4 and drop support for Ruby 3.0 and 3.1. Add support for Rails 8.1 and drop support for Rails 6.1, 7.0, and 7.1. Thanks benaitcheson (b1ccef10)
Backport from 5.2.2: Auto include associations when the through association has already been loaded. See 145 for details. Thanks viktorianer and @Flixt (10e5c74a)
Fix issue 140 - Defer referencing ActiveRecord classes until it's been initialized to ensure the Rails.application.config.filter_parameters setting is applied properly. Thanks GuillouuH (8586648b)