2020/10/28分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
actionpack/lib/action_controller/metal/parameter_encoding.rb
、
actionpack/lib/action_dispatch/request/utils.rb
の修正です。
param_encoding
メソッドのdocの修正、及び、コメントアウトされていた不要なコードを削除しています。
Remove keys from local_cache in RedisCacheStore#delete_matched
activesupport/lib/active_support/cache/strategy/local_cache.rb
の修正です。
local cacheを使用している場合に、RedisCacheStore#delete_matched
メソッドを使用してもlocal cacheが削除されないバグがあったのを修正しています。
avoid calling custom_encoding_for when unused
Action Packの修正です。
param_encoding
を使用していない場合、不要なencodingの設定処理を行わないよう修正しています。
Copy-edit the documentation [ci skip]
actionpack/lib/action_controller/metal/parameter_encoding.rb
のdocの修正です。
param_encoding
メソッドのdocのフォーマットの修正を行っています。
Test find_signed/! on Relation
activerecord/test/cases/signed_id_test.rb
の修正です。
Relationに対してfind_signed(!)
メソッドを使用した場合のテストを追加しています。
Fix a typo in new_framework_defaults_6_1.rb
railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_6_1.rb.tt
の修正です。
new_framework_defaults_6_1.rb
のコメント内のタイポを修正しています。