なるようになるブログ

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

rails commit log流し読み(2025/04/09)

2025/04/09分のコミットです。

CHANGELOGにのったコミットは以下の通りです。

activerecord/CHANGELOG.md


Allow allocated Active Records to lookup associations

activerecord/lib/active_record/associations.rbの修正です。

allocateメソッドで作成されたActive Recordのobjectでassociationasの参照をするとエラーになってしまうバグがあったのを修正しています。


Fix typo in Tuning Performance for Deployment guide

rails guideのTuning Performance for Deploymentの修正です。

Configurationsセクション内のタイポを修正しています。