2025/07/14分のコミットです。
CHANGELOGへの追加はありませんでした。
Include author_addresses
fixtures when using authors
fixtures
Active Recordのテストの修正です。
不足していたfixturesの指定を追加しています。
British English -> American English
テストやdocでBritish Englishを使っていた箇所をAmerican Englishに修正(e.g. behaviour
-> behavior
)しています。
テストやdocのグラマーの修正を行っています。
Document passing Hash as :id
option to create_table
[skip ci]
activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
のdocの修正です。
create_table
メソッドのdocに、hashはprimary key columnを作る際のオプションとして使用される旨説明を追加しています。