2021/05/14分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
Improve performance of #one? and #many?
activerecord/lib/active_record/relation.rb
の修正です。
one?
及びmany?を実行する際に、
LIMIT`を指定するよう修正しています。
Merge pull request #42221 from etiennebarrie/private-process_action
Action Packの修正です。
process_action
メソッドを再定義する際に、元の可視性を維持するよう修正しています。
[ci skip] Fix typo in MessageVerifier docs
activesupport/lib/active_support/message_verifier.rb
のdocの修正です。
MessageVerifier
のdoc内のタイポを修正しています。
Fixes ActiveStorage#has_many_attached re-creating destroyed attachment
activestorage/lib/active_storage/attached/changes/create_many.rb
の修正です。
config.active_storage.replace_on_assign_to_many
にfalseが指定されている場合、has_many_attached
に指定されたassociationが必ず追加される(attributeに_destroy
フラグが指定されていても無視される)バグがあったのを修正しています。