aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/upgrading_ruby_on_rails.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-12-22 10:03:14 +0100
committerYves Senn <yves.senn@gmail.com>2015-12-22 10:03:14 +0100
commita49ba391810d1123aafafc607d04c3c3797b60f4 (patch)
tree4963782b6333d80f0a2562dd24b8593c2c6ecaf7 /guides/source/upgrading_ruby_on_rails.md
parentaa96537d378e5f816478143a3cbc36fd28997074 (diff)
downloadrails-a49ba391810d1123aafafc607d04c3c3797b60f4.tar.gz
rails-a49ba391810d1123aafafc607d04c3c3797b60f4.tar.bz2
rails-a49ba391810d1123aafafc607d04c3c3797b60f4.zip
guides, restructure Rails 5.0 release notes. [ci skip]
xref #22701. xref #20612.
Diffstat (limited to 'guides/source/upgrading_ruby_on_rails.md')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 898d75c139..936547a8cc 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -53,6 +53,14 @@ Don't forget to review the difference, to see if there were any unexpected chang
Upgrading from Rails 4.2 to Rails 5.0
-------------------------------------
+### Ruby 2.2.2+
+
+ToDo...
+
+### Ruby 2.2.2+
+
+ToDo...
+
### Active Record models now inherit from ApplicationRecord by default
In Rails 4.2 an Active Record model inherits from `ActiveRecord::Base`. In Rails 5.0,