なるようになるブログ

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

rails commit log流し読み(2015/10/18)

2015/10/18分のコミットです。

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


Revert "Move the handling of supported arguments to where"

Active Recordのwhereメソッドに使用できない型のオブジェクトが渡された場合にArgumentErrorをraiseするようにした対応を、whereメソッドではなく、WhereClauseFactory#buildで行うよう対応した Move the handling of supported arguments to where をrevertしています。理由は、テストが壊れた為。


remove useless method

railties/lib/rails/generators/rails/plugin/plugin_generator.rbの修正です。

使用されていないcreate_images_directoryメソッドを削除しています。


[ci skip] Improve readability in active model basics guide

rails guideのActive Model Basicsの修正です。

グラマーの修正、不要なカンマの削除等をまとめて行っています。