From 02fa55ac29dd7a3f92fe454e32ee8fa35005d7e7 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Tue, 28 Aug 2018 11:16:59 +0300 Subject: Add "Ruby on Rails 6.0 Release Notes" guide [ci skip] This commit adds a skeleton of "Ruby on Rails 6.0 Release Notes". It isn't a good time to add changelogs' entries to this guide since we can redo/revert some things till the final release 6.0. It would be better to do it close to the release. But we already can add mentions about major features that have been added to 6.0. I added mention about "Parallel Testing". --- guides/source/documents.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'guides/source/documents.yaml') diff --git a/guides/source/documents.yaml b/guides/source/documents.yaml index 4dee34b1e7..8f2312458d 100644 --- a/guides/source/documents.yaml +++ b/guides/source/documents.yaml @@ -201,6 +201,11 @@ name: Upgrading Ruby on Rails url: upgrading_ruby_on_rails.html description: This guide helps in upgrading applications to latest Ruby on Rails versions. + - + name: Ruby on Rails 6.0 Release Notes + work_in_progress: true + url: 6_0_release_notes.html + description: Release notes for Rails 6.0. - name: Ruby on Rails 5.2 Release Notes url: 5_2_release_notes.html -- cgit v1.2.3