2019/04/18分のコミットです。
CHANGELOGへの追加はありませんでした。
Fix typo in test description from generages -> generates
railties/test/generators/model_generator_test.rbの修正です。
generatesをgeneragesにタイポしていたのを修正しています。
Mention more ActiveStorage hooks in Active Support Instrumentation guide [ci skip]
rails guideのActive Support Instrumentationの修正です。
説明が不足していた、service_download_chunk.active_storage、service_update_metadata.active_storage、preview.active_storage hookについての説明を追加しています。
Merge pull request #35052 from schuetzm/silence-i18n-fallback-deprecation
activesupport/lib/active_support/i18n_railtie.rbの修正です。
i18n.fallbacksが空だった場合に出力するdeprecateメッセージに、deprecateメッセージが出ないようにする為の修正方法を含むよう修正しています。
Update Rake to the latest version
Gemfile.lockの修正です。