From 21226eb382fe901cb6a6ccd5668636e7fe94306c Mon Sep 17 00:00:00 2001 From: Simon Clark Date: Oct 12 2017 17:21:09 +0000 Subject: Add #15 'Ruby on Rails 5.1' --- diff --git a/en-US/developers/Development_Ruby.adoc b/en-US/developers/Development_Ruby.adoc index a3ef816..8b02365 100644 --- a/en-US/developers/Development_Ruby.adoc +++ b/en-US/developers/Development_Ruby.adoc @@ -3,3 +3,15 @@ include::en-US/entities.adoc[] [[sect-ruby]] == Ruby + +[[sect-ruby-rails]] +=== Ruby on Rails 5.1 +Ruby on Rails has been updated to version 5.1 in Fedora 27. Some of the highlights in Rails 5.1 include: + +* Drop jQuery as a default dependency +* Yarn, Webpack and Capybara integration +* Encrypted secrets +* Parameterized Mailers +* Virtual/generated column support (for MySQL and MariaDB) + +For more information, please see the http://guides.rubyonrails.org/v5.1/5_1_release_notes.html[Ruby on Rails 5.1 Release Notes].