なるようになるブログ

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

rails commit log流し読み(2021/03/21)

2021/03/21分のコミットです。

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


Remove useless include_private parameter in define_proxy_call

activemodel/lib/active_model/attribute_methods.rbの修正です。

define_proxy_callメソッドからRuby 2.7以上のみをサポートする事により不要になったinclude_privateパラメータを削除しています。


Merge pull request #41707 from okuramasafumi/add-missing-require-to-hash_with_indifferent_access

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

不足していたactive_support/core_ext/hash/sliceのrequireを追加しています。


Fix end alignment

テストの修正です。

endの位置がずれている箇所があったのを修正しています。