Goldiloader Versions Save

Just the right amount of Rails eager loading

v5.2.2

1 month ago
  • 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)

v5.2.1

1 month ago
  • Auto include associations when the through association has already been loaded. See 138 for details. Thanks @Flixt (72da3e03)

v5.2.0

5 months ago

v5.1.0

6 months ago
  • Add support for custom preloads to automatically eager loading non-Active Record association data. See 129 for details. Thanks @apauly (8198cdcc)

v5.0.0

8 months ago
  • Drop support for Ruby < 3.0 and Rails < 6.1. (1c9239e4)

v4.2.0

2 years ago
  • Add support for Rails 7.0 and Ruby 3.1.