aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorRyunosuke SATO <tricknotes.rs@gmail.com>2013-02-10 04:11:52 +0900
committerRyunosuke SATO <tricknotes.rs@gmail.com>2013-02-10 04:11:52 +0900
commit24e08450ee5d67632a8a3b00447d2e804ca06798 (patch)
tree1dff487bcd851c0ddd5d4d8e6aba1708ccfc3317 /guides/source
parent07f533a2dacc9a88fdf0db14c83c184dfe58e5ab (diff)
downloadrails-24e08450ee5d67632a8a3b00447d2e804ca06798.tar.gz
rails-24e08450ee5d67632a8a3b00447d2e804ca06798.tar.bz2
rails-24e08450ee5d67632a8a3b00447d2e804ca06798.zip
Fix supported ruby version for Rails 4
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index b4a59fe3da..ea04036663 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -18,7 +18,7 @@ Rails generally stays close to the latest released Ruby version when it's releas
* Rails 3 and above requires Ruby 1.8.7 or higher. Support for all of the previous Ruby versions has been dropped officially and you should upgrade as early as possible.
* Rails 3.2.x will be the last branch to support Ruby 1.8.7.
-* Rails 4 will support only Ruby 1.9.3.
+* Rails 4 will support Ruby 1.9.3 or higher.
TIP: Ruby 1.8.7 p248 and p249 have marshaling bugs that crash Rails. Ruby Enterprise Edition has these fixed since the release of 1.8.7-2010.02. On the 1.9 front, Ruby 1.9.1 is not usable because it outright segfaults, so if you want to use 1.9.x, jump on to 1.9.2 or 1.9.3 for smooth sailing.