なるようになるブログ

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

rails commit log流し読み(2021/04/04)

2021/04/04分のコミットです。

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


Populate ARGV with Rails::Command.invoke args

railties/lib/rails/command.rbrailties/lib/rails/generators/app_base.rbの修正です。

Rails 6.1で、コマンドに引数に指定した値がARGV経由で取得出来ないバグがあったのを修正しています。


Remove with_autoloading_fixtures from the AS::Testing::ConstantLookup test suite

activesupport/test/testing/constant_lookup_test.rbの修正です。

ActiveSupport::Testing::ConstantLookupからwith_autoloading_fixturesについてのテストを削除しています。


Remove DependenciesTestHelpers

Active Supportのテストの修正です。不要になったDependenciesTestHelpersを削除しています。


Exclude encryption performance tests from isolated runs

activerecord/Rakefileの修正です。

isolated testsからencryption/performanceのテストを除外するよう修正しています。encryption performance用のrakeタスクでのみ実行される事を想定しているテストの為。