2024/05/10分のコミットです。
CHANGELOGへの追加はありませんでした。
Fix .with_connection
to not set current scope
activerecord/lib/active_record/relation/delegation.rb
の修正です
.with_connection
でcurrent scopeが取得出来てしまうバグがあったのを修正しています。
actionpack/lib/action_controller/metal/strong_parameters.rb
のdocの修正です。
ActionController::Parameters#extract_value
メソッドのexampleコードでdelimiter
オプションの指定が不足していたのを修正しています。