なるようになるブログ

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

rails commit log流し読み(2020/07/10)

2020/07/10分のコミットです。

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


Save an allocation in visit CAT

actionpack/lib/action_dispatch/journey/path/pattern.rbの修正です。

visit_CATメソッドでStringオブジェクトの生成を減らすようリファクタリングしています。


Merge pull request #39774 from Shopify/ar-marshal-tests

Active Recordのテストの修正です。

Active Record instanceをmarshal dumpしたデータがロード出来る事のテスト(各adapter + associationあり、なし)を追加しています。


fix grammar in active support docs

rails guideのActive Support Core Extensionsの修正です。

各項のグラマーの修正を行っています。


Fix typo s/delegates/delegate/ [ci skip]

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

delegatedelegatesにタイポしていたのを修正しています。