なるようになるブログ

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

rails commit log流し読み(2022/01/22)

2022/01/22分のコミットです。

CHANGELOGへの追加はありませんでした。


Fix missing require of reverse_merge extension

activerecord/lib/active_record/database_configurations/connection_url_resolver.rbの修正です。

不足していたactive_support/core_ext/hash/reverse_mergeのrequireを追加しています。


Expand bi-directional associations guide [ci skip]

rails guideのActive Record Associationsの修正です。

Bi-directional Associationsの項について、言い回しの修正やexampleコードの修正を行っています。


update default active storage processor [ci skip]

rails guideのActive Storage Overviewの修正です。

Active Storageのdefault processorMiniMagickである旨説明が記載されていたのを、default processorVipsである旨説明を修正しています。