2024/10/11分のコミットです。
CHANGELOGへの追加はありませんでした。
Fix pluck
with qualified name on loaded relation
activerecord/lib/active_record/relation/calculations.rb
、
activerecord/lib/active_record/relation/query_methods.rb
の修正です。
load済みのrelationに対して、schema名とテーブル名を含むカラム名を指定してのpluck
を使用出来るよう修正しています。
Docs highlight form_with over form_for
docの修正です。
docで、soft-deprecatedになっているform_for
、form_tag
を使用している箇所を、form_with
メソッドを使用するよう修正しています。