なるようになるブログ

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

rails commit log流し読み(2022/03/23)

2022/03/23分のコミットです。

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


Removed code which sets host! in console mode as it is not needed

railties/lib/rails/console/app.rbの修正です。

console modeで現在は不要なhostの指定処理を行っていたのを削除しています。


remove testing HWIA serialization for old psych

activesupport/test/hash_with_indifferent_access_test.rbの修正です。

古いPsych向けのテストを削除しています。現在サポートしているRubyで使われる事の無いバージョンな為。


fix serializing Parameters as yaml

actionpack/test/controller/parameters_integration_test.rbの修正です。

parametersのyamlへの変換処理がエラーになってしまうバグがあったのを修正しています。