なるようになるブログ

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

rails commit log流し読み(2019/01/21)

2019/01/21分のコミットです。

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


Fix ArgumentError: Unsafe redirect

activestorage/app/controllers/active_storage/blobs_controller.rbactivestorage/app/controllers/active_storage/representations_controller.rbの修正です。

明示的に許可されている(allow_other_hostオプションにtrueが指定されている)場合のみ外部サイトへのredirectを許可するようredirect_toを修正した、Ensure external redirects are explicitly allowedの影響で、Active Storageで外部サービスを使っている場合にblobの表示が出来ない、というバグがあったのを修正しています。


Add missing entries to guides' changelog file [ci skip]

guides/CHANGELOG.mdの修正です。

"Action Text Overview"及び"Action Mailbox Basics" Guideの追加についてエントリーを追加しています。


Add Channel tests to rails stats

railties/lib/rails/tasks/statistics.rakeの修正です。

stats taskの対象にAction Cableのテストファイルも含むよう修正しています。