Skip to content

Commit

Permalink
7.1.5 is supposed to fix alias_attribute
Browse files Browse the repository at this point in the history
It's unclear if it fixes all the issues as you can call alias_attribute
anywhere up the ancestry tree and it's possible lazy loading is preventing
them from being loaded.

See:

https://www.github.com/rails/rails/issues/52820
https://www.github.com/rails/rails/pull/52842
(7.1 backport: https://www.github.com/rails/rails/pull/52844)

Looks like it's still an issue in some situations:
https://www.github.com/rails/rails/issues/50154
https://www.github.com/rails/rails/issues/51717
  • Loading branch information
jrafanie committed Jan 16, 2025
1 parent b7c486f commit 87852c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gem "psych", ">=3.1", :require => false #
gem "query_relation", "~>0.1.0", :require => false
gem "rack", ">=2.2.6.4", :require => false
gem "rack-attack", "~>6.5.0", :require => false
gem "rails", "~>7.1.0"
gem "rails", "~>7.1.5", ">=7.1.5.1"
gem "rails-i18n", "~>7.x"
gem "rake", ">=12.3.3", :require => false
gem "rest-client", "~>2.1.0", :require => false
Expand Down

0 comments on commit 87852c9

Please sign in to comment.