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の場合に結果が取得出来ないバグがあったのを修正しています。