なるようになるブログ

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

rails commit log流し読み(2014/09/21)

2014/09/21分のコミットです。

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


[ci skip] modify the description of production log level default

rails guideのConfiguring Rails ApplicationsDebugging Rails Applicationsの修正です。

4.2からproductionのデフォルトログレベルがdebugに変更になっているので、その旨説明を修正しています。


Fix typo [ci skip]

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

テストメソッド名にtypoがあったのを修正しています。


Merge pull request #16979 from square/standardize-call-style

各docの修正です。

Railsのmain appのオブジェクト名はRails.applicationなのですが、古い名前(MyApp)が残ってしまっていた箇所があったのを修正しています。