なるようになるブログ

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

rails commit log流し読み(2024/05/10)

2024/05/10分のコミットです。

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


Fix .with_connection to not set current scope

activerecord/lib/active_record/relation/delegation.rbの修正です

.with_connectionでcurrent scopeが取得出来てしまうバグがあったのを修正しています。


Example requires delimiter

actionpack/lib/action_controller/metal/strong_parameters.rbのdocの修正です。

ActionController::Parameters#extract_valueメソッドのexampleコードでdelimiterオプションの指定が不足していたのを修正しています。