2020/04/17分のコミットです。
CHANGELOGへの追加はありませんでした。
Don't gitignore tmp/pids/.keep
railties/lib/rails/generators/rails/app/templates/gitignore.ttの修正です。
tmp/pidディレクトリがまるまるgitignoreされてしまっていたのを、tmp/pids/及びtmp/pids/.keepはgitに含むようにして、必ずtmp/pidsディレクトリは存在するようにしています。
touch_attributes_with_time takes keyword arguments
activerecord/lib/active_record/counter_cache.rb、
activerecord/lib/active_record/relation.rbの修正です。
touch_attributes_with_timeを呼び出す際、キーワード引数にdouble splatを指定するよう修正しています。
Convert CoffeeScript to ES6 syntax
actioncable/lib/action_cable/helpers/action_cable_helper.rbのdocの修正です。
action_cable_meta_tagのdoc内のexampleコードがCoffeeScriptで書かれていたのを、ES6を使用するよう修正しています。