なるようになるブログ

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

rails commit log流し読み(2020/04/24)

2020/04/24分のコミットです。

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


Merge pull request #38994 from santib/upgrade-kind-of

yarn.lockの修正です。

kind-of packageのバージョンを更新しています。


Merge pull request #39023 from kamipo/remove_unused_operand1_operand2

activerecord/lib/arel/nodes/equality.rbの修正です。

使用していないNodes::Equality classのoperand1 / operand2 aliasを削除しています。


Remove a comment that is not fact in tests

activerecord/test/cases/calculations_test.rbの修正です。

MySQLでのtype cast処理に関するコメントが、実際に行われる処理と異なる内容になっていた為、該当のコメントを削除しています。