2024/10/27分のコミットです。
CHANGELOGにのったコミットは以下の通りです。
Bracket spaces and double quotes added for lint check [ci skip]
rails guideのGetting Started with Rails
の修正です。
exampleコードのフォーマットを修正しています。
Merge pull request #53456 from kamipo/unique_constraint_with_nulls_not_distinct
Active Recordの修正です。
migrationファイルで、unique constraintを追加する際に、nulls_not_distinct
(NULLを同等に扱うかどうか)をオプションで指定出来るよう修正しています。