なるようになるブログ

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

rails commit log流し読み(2017/02/19)

2017/02/19分のコミットです。

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


Share the common implementation between apps and engines.

railties/lib/rails/command/actions.rbの修正です。

require_environment!メソッドを呼び出す処理がrails applicationとrails engineで別々に定義されていたのですが、処理がほぼ同じ内容だった為、一つにマージしています。