なるようになるブログ

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

rails commit log流し読み(2017/06/10)

2017/06/10分のコミットです。

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


[ci skip] Add backquote to :counter_cache option

rails guideのActive Record Associationsの修正です。

:counter_cacheをバッククォートで囲むよう修正しています。


Split up the cache test suite so it’s easier to understand and extend (#29404)

Active Supportのテストの修正です。

test/caching_test.rbに全てのcacheに関するテストが記載されていたのを、機能ごとにファイルを分けるよう修正しています。


Remove null_allowed option from doc [ci skip]

activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rbのdocの修正です。

add_columnメソッドのdocに存在しないnull_allowedオプションについての説明があったのを削除しています。