2018/09/02分のコミットです。
CHANGELOGへの追加はありませんでした。
[ci skip] Change some comments to conform to the style used in other comments
各docのフォーマットの修正、及び、タイポの修正を行っています。
add mysql and sqlite3 default test
Active Recordのテストの修正です。
columnにdefaultを指定した場合のテストがPostgreSQLAdapterでしか実行されていなかったのを、Mysql2Adapter、SQLite3Adapterでも実行するよう修正しています。
Remove unused splat args in _create_record
activerecord/lib/active_record/counter_cache.rb、
activerecord/lib/active_record/locking/optimistic.rbの修正です。
CounterCache module及びLocking::Optimistic moduleの_create_recordメソッドが任意の引数を受け取れるようになっていたのを、attribute_namesだけ受け取れるよう修正しています。 現状、attribute_namesしか指定される事が無い為。