Skip to content

Releases: salsify/goldiloader

v5.3.1

09 Sep 12:52
5b22586
Compare
Choose a tag to compare
  • Fix issue 157 which caused an ArgumentError when invoking ActiveRecord::Associations::Association#find_target in Rails edge. Thanks kyrofa (5b225867)

v5.3.0

15 Aug 13:36
5b345df
Compare
Choose a tag to compare

v4.2.1

30 May 20:25
10e5c74
Compare
Choose a tag to compare
  • 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)

v5.2.2

10 Apr 13:26
8586648
Compare
Choose a tag to compare
  • 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

02 Apr 15:03
72da3e0
Compare
Choose a tag to compare
  • Auto include associations when the through association has already been loaded. See 138 for details. Thanks @Flixt (72da3e03)

v5.2.0

14 Dec 18:53
74502ca
Compare
Choose a tag to compare

v5.1.0

04 Nov 01:11
8198cdc
Compare
Choose a tag to compare
  • Add support for custom preloads to automatically eager loading non-Active Record association data. See 129 for details. Thanks @apauly (8198cdcc)

v5.0.0

18 Sep 13:02
1c9239e
Compare
Choose a tag to compare
  • Drop support for Ruby < 3.0 and Rails < 6.1. (1c9239e4)

v4.2.0

14 Jan 14:21
634ba5e
Compare
Choose a tag to compare
  • Add support for Rails 7.0 and Ruby 3.1.