2025/05/15分のコミットです。
CHANGELOGへの追加はありませんでした。
Fix retry_job
instrumentation when using :test
adapter for Active Job
activejob/lib/active_job/exceptions.rb
の修正です。
Active Jobのadapterに:test
を使用している場合に、retry_job
のinstrumentationの内容が誤った内容になってしまう(実際のjobのデータと異なる)バグがあったのを修正しています。
Fix affected_rows for SQLite sql.active_record notifications
activerecord/lib/active_record/connection_adapters/sqlite3/database_statements.rb
の修正です。
sql.active_record
notificationのpayload内のaffected_rows
の値が、SQLiteの場合に正しく設定されないバグがあったのを修正しています。
Fix config.active_storage.touch_attachment_records
to work with eager loading
2025-05-15 05:53:57 +0900
activestorage/lib/active_storage/engine.rb
の修正です。
eager_load
がtrueの場合に、config.active_storage.touch_attachment_records
の設定が反映されないバグがあったのを修正しています。
Fix typos in The Asset Pipeline guide
rails guideのThe Asset Pipeline
の修正です。
guide全体のタイポの修正を行っています。
Fix typo on active record querying running explain
rails guideのActive Record Query Interface
の修正です。
Running EXPLAIN
セクションのグラマーの修正を行っています。