なるようになるブログ

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

rails commit log流し読み(2017/12/24)

2017/12/24分のコミットです。

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


Active Storage: Fix direct uploads in IE 11

activestorage/app/javascript/activestorage/blob_record.jsの修正です。

Active Storageのdirect uploadsがIE 11で動作しないバグがあったのを修正しています。


Move test_skip_bundle to AppGeneratorTest

railties/test/generators/app_generator_test.rbrailties/test/generators/shared_generator_tests.rbの修正です。

skip_bundleオプションを指定した場合のテストをSharedGeneratorTestsからAppGeneratorTestに移動しています。

skip_bundleオプションはplugin generatorにはもうない(remove skip_bundle option from plugin generatorで削除済み)為。