なるようになるブログ

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

rails commit log流し読み(2020/03/11)

2020/03/11分のコミットです。

CHANGELOGにのったコミットは以下の通りです。

activestorage/CHANGELOG.md


Support creating variants of webp images out of the box

activestorage/lib/active_storage/engine.rbの修正です。

variantでサポートするcontent typeの一覧にimage/webpを追加しています。


Fix exceptions raised/rescued in dev by IPAddr

railties/lib/rails/application/configuration.rbの修正です。

Rails envがdevelopment + ホストがlocalhostの場合に、host authorizationのチェックでエラーになってしまうバグがあったのを修正しています。