2022/06/02分のコミットです。
CHANGELOGへの追加はありませんでした。
Merge pull request #45221 from jhawthorn/ac_params_eql_fix
actionpack/lib/action_controller/metal/strong_parameters.rb
の修正です。
params.permit
処理でActionController::Parameters
とHash
の比較処理に関するdeprecateメッセージが出てしまう事があったのを修正しています。
Make Notifier::Fanout faster and safer
activesupport/lib/active_support/notifications/fanout.rb
、
activesupport/lib/active_support/notifications/instrumenter.rb
の修正です。
ActiveSupport::Notifications::Fanout
について、性能改善、時折エラーになってしまうバグの修正等を含んだリファクタリングを行っています。
Merge pull request #45237 from fatkodima/comments-query-regex
activerecord/lib/active_record/connection_adapters/abstract_adapter.rb
の修正です。
commentをチェックする為のSQLに不要なMULTILINEの指定があったのを削除しています。
Merge pull request #45243 from luanzeba/lv/merge_target_lists
activerecord/lib/active_record/associations/collection_association.rb
の修正です。
loaded recordsがload後に空に変更になった場合に、scoped associationsがscopeの指定を無視した結果が返してしまうバグがあったのを修正しています。