2021/04/04分のコミットです。
CHANGELOGへの追加はありませんでした。
Populate ARGV with Rails::Command.invoke args
railties/lib/rails/command.rb、
railties/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タスクでのみ実行される事を想定しているテストの為。