2019/05/12分のコミットです。
CHANGELOGへの追加はありませんでした。
rails guideのRuby on Rails 6.0 Release Notesの修正です。
Action Packの項のグラマーの修正を行っています。
[ci skip] ActionView -> Action View
rails guideのRuby on Rails 6.0 Release Notesの修正です。
ActionView -> Action Viewに修正しています。
rails guideのRuby on Rails 6.0 Release Notesの修正です。
Mime -> MIMEに修正しています。
[ci skip] Expand JS to JavaScript for clarity
rails guideのRuby on Rails 6.0 Release Notesの修正です。
JS -> JavaScriptに修正しています。
rails guideのRuby on Rails 6.0 Release Notesの修正です。
arel -> Arelに修正しています。
rails guideのRuby on Rails 6.0 Release Notesの修正です。
mysql -> MySQLに修正しています。
[ci skip] Clarify that the minimum version of a "gem" is bumped
rails guideのRuby on Rails 6.0 Release Notesの修正です。
sqlite3 gemのサポートバージョンを変更したエントリーの言い回しを修正しています。
Merge pull request #36160 from sharang-d/update-getting-started
rails guideのGetting Started with Railsの修正です。
compilation -> compressionに修正しています。
Update Webpacker in Action Text's test dummy app
Action Testのテストの修正です。
テストで使用するdummy appのwebpackerのバージョンを最新のバージョンに更新しています。
Update the sqlite db yaml template to match others and mention proper supported version
railties/lib/rails/generators/rails/app/templates/config/databases/jdbcsqlite3.yml.tt、
railties/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml.ttの修正です。
rails newで生成するSQLite 3用のdatabase.ymlに、サポートしているSQLite 3のバージョンを正確に記載するよう修正しています。
Update the 6.0 load_defaults list [ci skip] (#36258)
rails guideのConfiguring Rails Applicationsの修正です。
Rails 6.0でload_defaultsが設定する内容を最新の内容に更新しています。
Merge pull request #36073 from itsWill/document_update_counters_on_relation
activerecord/lib/active_record/relation.rbのdocの修正です。
ActiveRecord::Relation#update_countersメソッドにdocを追加しています。
各docのNPMをnpmに修正しています。
[ci skip] Clarity about embed metadata in signed and encrypted cookie
rails guideのRuby on Rails 6.0 Release Notes、Upgrading Ruby on Railsの修正です。
signed/encrypted cookies にメタデータを埋め込むようにした対応の言い回しを修正しています。