なるようになるブログ

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

rails commit log流し読み(2023/02/12)

2023/02/12分のコミットです。

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


Fix S3 CORS example

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

S3でCORSを設定するexampleでkey名が古い値になっていたのを修正しています。


Fix missing $ signs in all bash commands in guides

rails guideの修正です。

bashのcode blockで$の指定が不足していた箇所があったのを修正しています。


Merge pull request #47336 from pedro108/fix-raw-post-for-chunked-request

actionpack/lib/action_dispatch/http/request.rbの修正です。

Transfer-Encoding headerが設定されている場合、request.raw_postが空になってしまうバグがあったのを修正しています。


Move comment about TestInput to the header of class definition to make clear the purpose of the class

railties/test/railties/http_request_test.rbの修正です。

テストクラスに関するコメントがそのテストクラスを使用している箇所に記載されていたのを、クラスが定義されている箇所に記載するよう修正しています。


Merge pull request #47308 from p8/activerecord/improve-eager-loading-docs2

activerecord/lib/active_record/relation/query_methods.rbのdocの修正です。

eager_loadメソッドとpreloadメソッドのdocにそれぞれの挙動についての詳細な説明を追加しています。


Merge pull request #47356 from GeoffTidey/activestorage-security-docs-update

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

Authenticated Controllersの項の言い回しの修正を行っています。