2024/12/28分のコミットです。
CHANGELOGへの追加はありませんでした。
Fix retrieving PostgreSQL indexes with keyword-named columns
activerecord/lib/active_record/connection_adapters/postgresql/schema_statements.rbの修正です。
カラム名がSQL Key Wordsになる名前の場合に、そのカラム名を取得した際に不要なquoteがされてしまっているバグがあったのを修正しています。
Add missing whitespace to Generating Child Models section
rails guideのActive Record Associationsの修正です。
Generating Child Modelsセクションの説明にスペースが不足している箇所があったのを修正しています。
Update outdated link to main branch in documentation
rails guideのGetting Started with Railsの修正です。
https://github.com/EbookFoundation/free-programming-books のリンクのブランチ名を修正しています。
[ci-skip][doc] Fix typo in Validation Guides
rails guideのActive Record Validationsの修正です。
Validationsセクション内のexampleコードでメソッド名をタイポしている箇所があったのを修正しています。
Correct example ActiveStorage fixture file path
rails guideのActive Storage Overviewの修正です。
Active Storage用のfixtureのpathを正確なpathに修正しています。
Merge pull request #54053 from Earlopain/block-warnings
activemodel/lib/active_model/attribute.rb、
activemodel/lib/active_model/type/value.rbの修正です。
Ruby 3.4でunused blockに関するwarningが出ていたのを修正しています。