2019/10/22分のコミットです。
CHANGELOGへの追加はありませんでした。
Refactor association.scoping not to rely on klass.all
activerecord/lib/active_record/association_relation.rb、
activerecord/lib/active_record/associations/association.rbの修正です。
association.scopingでklass.allを使わないようリファクタリングしています。
scopingでklass.allを使用すると、deprecate warning(Deprecate using class level querying methods if the receiver scope regarded as leakedで対応されたdeprcate)が出てしまう可能性がある為。
Merge pull request #37510 from mikong/fix-terminal-output-guides
rails guideのThe Rails Command Line、Debugging Rails Applicationsの修正です。
rails server実行時に出力される内容のexampleを最新の内容に更新しています。
Merge pull request #37509 from mikong/update-welcome-aboard-guides
rails guideのGetting Started with Railsの修正です。
welcomeページに表示される内容についての説明を最新の内容に更新しています。