2023/07/20分のコミットです。
CHANGELOGへの追加はありませんでした。
Add a missing word in a comment
activerecord/lib/active_record/railtie.rb
のdocの修正です。
active_record.define_attribute_methods
initializer内のコメントで説明が不足している箇所があったのを修正しています。
Merge pull request #47503 from fatkodima/no-sleeping-on-duel
activerecord/test/cases/locking_test.rb
の修正です。
PessimisticLockingTest#test_no_locks_no_wait
を、固定の値のsleepなしでテストが安定するようリファクタリングしています。
Merge pull request #48715 from jcoyne/patch-2
railties/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt
の修正です。
config.log_level
のコメントについて、言い回しを修正しています。
Merge pull request #48755 from ioquatix/rack-3.1
Action Pack、railtiesの修正です。
rackのmainブランチに対してRailsのテストが通るよう修正しています。
Call other.value_for_database in == check
activerecord/lib/active_record/relation/query_attribute.rb
の修正です。
ActiveRecord::Relation::QueryAttribute#==
メソッド内で、処理を呼び出すreceiverが誤っていたのを修正しています。
Fix StatementCache::Substitute
with serialized type (#48765)
activerecord/lib/active_record/relation/query_attribute.rb
の修正です。
query attributeに、schema cacheから取得したserialized typeかを指定した場合に正しく動作しないバグがあったのを修正しています。
Merge pull request #48760 from shunichi/fix-active-storage-overview-cors-examples
rails guideのActive Storage Overview
の修正です。
S3のCORSのexampleの設定内容に誤りがあったのを修正しています。
[ci skip] Use different bucket name for clarity
rails guideのActive Storage Overview
の修正です。
Attaching Files to Records
の項にあるexampleコードで、service
に指定する値を、guide内でconfigファイルに指定済みのservice
を使用するよう修正しています。