なるようになるブログ

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

rails commit log流し読み(2020/02/15)

2020/02/15分のコミットです。

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


Prepend class methods of prepended concerns

activesupport/lib/active_support/concern.rbの修正です。

concernをprependする際に、class methodsもprepend出来るよう修正しています。


Reduce allocation in expand cache key

activesupport/lib/active_support/cache.rbの修正です。

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