なるようになるブログ

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

rails commit log流し読み(2024/03/08)

2024/03/08分のコミットです。

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


[RF DOCS] Active Model Basics Documentation [ci-skip] (#51210)

rails guideのActive Model Basicsの修正です。

Attributes及びAttributeAssignmentについて専用のセクションを追加、guide全体のフォーマットや言い回しの修正などを行っています。


Merge pull request #51279 from gabriel-amaral/gabriel-amaral/form_path-fix-fragment

actionpack/lib/action_controller/metal/request_forgery_protection.rbの修正です。

Request Forgery ProtectionでURIにquery stringやfragmentが指定されていた場合にbad componentのエラーが発生してしまうバグがあったのを修正しています。


Move load hooks section to the configuration guide

rails guideの修正です。

Getting Started with Engines guideに記載されていたload hookに関する説明を、Configuring Rails Applications guideに移動しています。Engine固有の話ではない(通常のApplicationでも必要な説明の為。


Fix header formatting in configuring.md

rails guideのConfiguring Rails Applicationsの修正です。

load hook sectionのheaderのフォーマットを修正しています。


Fix flaky upsert test

activerecord/test/cases/insert_all_test.rbの修正です。

upsertに関するテストがランダムでfailしていたのを修正しています。