なるようになるブログ

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

rails commit log流し読み(2025/05/15)

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セクションのグラマーの修正を行っています。