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が出ていたのを修正しています。