なるようになるブログ

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

rails commit log流し読み(2024/12/28)

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.rbactivemodel/lib/active_model/type/value.rbの修正です。

Ruby 3.4でunused blockに関するwarningが出ていたのを修正しています。