なるようになるブログ

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

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

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

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


Consolidate passes through path ast

actionpack/lib/action_dispatch/routing/mapper.rbの修正です。

paramsを構築するする際のastに対するループ処理を減らすようリファクタリングしています。


Deprecate arel_attribute internal API which is no longer used

Active Recordの修正です。

internal APiであるarel_attributeをdeprecateにして、arel_attributeを使用していた箇所をarel_tableを使用するよう修正しています。


Use arel_table directly instead of newly created table

Active Recordの修正です。

alias tableを作成するのに、tableのインスタンスを新規に作成していたのを、arel_tableを使用するよう修正しています。