2024/07/14分のコミットです。
CHANGELOGへの追加はありませんでした。
Improvements to deprecate_constant
activesupport/lib/active_support/deprecation/constant_accessor.rb
の修正です。
deprecate_constant
メソッドについて、docの修正、及び、変数名を適切な値に修正しています。
Polish the new deprecate_constant API docs
deprecate_constant
メソッドのdoc内のフォーマットを修正しています。
activerecord/test/cases/counter_cache_test.rb
、
activerecord/test/cases/finder_test.rb
の修正です。
テスト名の修正、及び、テスト内の変数のタイポを修正しています。
Merge pull request #51940 from p8/guides/fix-eager-load-examples
rails guideのActive Record Query Interface
の修正です。
eager_load
のexampleの実行されるSQLが、実際に実行されるSQLと内容が異なっていたのを修正しています。
Merge pull request #52322 from fatkodima/fix-loaded-relation-batching
activerecord/lib/active_record/relation/batches.rb
の修正です。
loaded relationに対するbatch処理で、limitが指定 + orderがreverse orderの場合に結果が取得出来ないバグがあったのを修正しています。