なるようになるブログ

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

rails commit log流し読み(2022/08/18)

2022/08/18分のコミットです。

CHANGELOGへの追加はありませんでした。


Add CHANGELOG entry for #45670 [ci-skip]

activerecord/CHANGELOG.mdの修正です。

ActiveRecord::QueryMethods#in_order_ofnilが指定された場合にEnumerable#in_order_ofと同じ振る舞いになるよう修正した、Fix ActiveRecord::QueryMethods#in_order_of to work with nilsの対応についてエントリーを追加しています。


Add description of breaking changes and the deprecation cycle to guides.

rails guideのContributing to Ruby on Railsの修正です。

breaking changesとdeprecation cycleが必要な修正の場合にどうすればよいかについての説明を追加しています。


Fix some small formatting issues [ci-skip]

rails guideのContributing to Ruby on Railsの修正です。

フォーマットが壊れていた箇所があったのを修正しています。


Reference consistency check correction (#45840)

rails guideのActive Record Associationsの修正です。

belongs_to associationはreference consistencyのチェックをしないという誤った説明があったのを、optionalオプションが指定されていた場合はreference consistencyのチェックをしない旨説明を修正しています。