なるようになるブログ

読書感想文かrailsについてかrubyについてか

rails commit log流し読み(2018/08/17)

2018/08/17分のコミットです。

CHANGELOGへの追加はありませんでした。


Update image_processing to the latest version

Gemfile.lockの修正です。

image_processing gemを最新のバージョンに更新しています。Rubyのwarningが表示されるのを抑止する為。


add missing indifferent_access require for #normalize_encode_params

actionpack/lib/action_dispatch/request/utils.rbの修正です。

不足していたactive_support/core_ext/hash/indifferent_accessのrequireを追加しています。


Add note for custom mailer view paths in action mailer guide. [ci skip]

rails guideのAction Mailer Basicsの修正です。

Mailer Viewsの項に、mailer view pathを変更する方法についての説明を追加しています。


Remove unused requires

activesupport/test/key_generator_test.rbの修正です。

不要なrequireを削除しています。