diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-04-04 12:19:29 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-04-04 12:19:29 +0530 |
commit | f89f74896b711d5b073289c9e485e3357c032cc8 (patch) | |
tree | e83ef0b0e4b2d54bd3a8d795890eb66c1fc0a199 | |
parent | e39b9b04689dc866472e318ad9dba580bb2bf36f (diff) | |
download | rails-f89f74896b711d5b073289c9e485e3357c032cc8.tar.gz rails-f89f74896b711d5b073289c9e485e3357c032cc8.tar.bz2 rails-f89f74896b711d5b073289c9e485e3357c032cc8.zip |
Revert "rails 4 will support ruby version 1.9.4 or higher"
This reverts commit 0a35acb8b89603a3135852742f206af82ed61b57.
Reason: Let's cross the bridge when we reach there.
-rw-r--r-- | guides/source/upgrading_ruby_on_rails.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/upgrading_ruby_on_rails.textile b/guides/source/upgrading_ruby_on_rails.textile index 3ac1c31d72..e63548abc9 100644 --- a/guides/source/upgrading_ruby_on_rails.textile +++ b/guides/source/upgrading_ruby_on_rails.textile @@ -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 or higher. +* Rails 4 will support only Ruby 1.9.3. 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. |