From 3c3867bc6ddf2e884211735d7237707742c978a3 Mon Sep 17 00:00:00 2001 From: KhushbuB Date: Oct 23 2020 18:58:13 +0000 Subject: [PATCH 1/2] Fixes Issue 548 --- diff --git a/modules/release-notes/pages/update-ruby.adoc b/modules/release-notes/pages/update-ruby.adoc new file mode 100644 index 0000000..a0f56aa --- /dev/null +++ b/modules/release-notes/pages/update-ruby.adoc @@ -0,0 +1,14 @@ += Update + +== Ruby on Rails 6.0 + +The Ruby on Rails is now updated to latest version 6.0 in Fedora 33. Previously, Fedora 32 supported Ruby on Rails version 5.2 which is now updated. With this update, all the Ruby developers using Fedora can use the latest RPM-packaged Ruby on Rails. + +This latest update of Ruby on Rails 6.0 will provide many enhancements. Some of the major changes are: + +* Action Mailbox - It helps you to route incoming emails to controller-like mailboxes. +* Action Text - It displays Rails with rich text content and editing. +* Action Cable testing - This tools allow you to test your Action Cable functionality at connections, channels, broadcasts level. +* Parallel Testing - It help parallelize your test suites and reduce the time required for testing + +This Rails update includes many bug fixes and improvements across all the frameworks. From b5fc7f071f3cf8b1696a100e720310ba739fb700 Mon Sep 17 00:00:00 2001 From: KhushbuB Date: Oct 23 2020 18:58:13 +0000 Subject: [PATCH 2/2] Adding SME Review suggestions --- diff --git a/modules/release-notes/pages/update-ruby.adoc b/modules/release-notes/pages/update-ruby.adoc index a0f56aa..1b39c0c 100644 --- a/modules/release-notes/pages/update-ruby.adoc +++ b/modules/release-notes/pages/update-ruby.adoc @@ -1,14 +1,14 @@ = Update -== Ruby on Rails 6.0 +== Ruby on Rails updated to 6.0 -The Ruby on Rails is now updated to latest version 6.0 in Fedora 33. Previously, Fedora 32 supported Ruby on Rails version 5.2 which is now updated. With this update, all the Ruby developers using Fedora can use the latest RPM-packaged Ruby on Rails. +The *Ruby on Rails* is now updated to latest version `6.0` in *Fedora 33*. Previously, Fedora 32 supported Ruby on Rails version `5.2` which is now updated. With this update, all the Ruby developers using Fedora can use the latest Ruby on Rails RPM packages. -This latest update of Ruby on Rails 6.0 will provide many enhancements. Some of the major changes are: +This latest update of Ruby on Rails `6.0` provides many improvements. Some of the major features are: * Action Mailbox - It helps you to route incoming emails to controller-like mailboxes. -* Action Text - It displays Rails with rich text content and editing. -* Action Cable testing - This tools allow you to test your Action Cable functionality at connections, channels, broadcasts level. +* Action Text - It brings rich text content and editing to Rails. * Parallel Testing - It help parallelize your test suites and reduce the time required for testing +* Action Cable testing - This tools allow you to test your Action Cable functionality at connections, channels, broadcasts level. -This Rails update includes many bug fixes and improvements across all the frameworks. +This update includes many bug fixes and improvements across all the frameworks.