aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-06-07 16:27:28 +0200
committerXavier Noria <fxn@hashref.com>2010-06-07 16:27:28 +0200
commit9ff61917a3a1b80a003272c63496a1bdde440bd4 (patch)
treeffdd75e800c90e8307276f879c1c8fde15feda59 /railties/guides
parent9e065c6bc175621ad30a416c8c4345f95ce3c264 (diff)
downloadrails-9ff61917a3a1b80a003272c63496a1bdde440bd4.tar.gz
rails-9ff61917a3a1b80a003272c63496a1bdde440bd4.tar.bz2
rails-9ff61917a3a1b80a003272c63496a1bdde440bd4.zip
getting started guide: mentions that last REE release does not have the bugs of MRI p248 and p249
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/3_0_release_notes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile
index 75c03be87c..44ada7f5a4 100644
--- a/railties/guides/source/3_0_release_notes.textile
+++ b/railties/guides/source/3_0_release_notes.textile
@@ -36,7 +36,7 @@ h4. Rails 3 requires Ruby 1.8.7+
Rails 3.0 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.0 is also compatible with Ruby 1.9.2.
-TIP: Note that Ruby 1.8.7 p248 and p249 has marshaling bugs that crash Rails 3.0.0. Ruby 1.9.1 outright segfaults on Rails 3.0.0, so if you want to use Rails 3 with 1.9.x, jump on 1.9.2 trunk for smooth sailing.
+TIP: Note that Ruby 1.8.7 p248 and p249 has marshaling bugs that crash Rails 3.0.0. Ruby Enterprise Edition have these fixed since release 1.8.7-2010.02 though. On the 1.9 front, Ruby 1.9.1 is not usable because it outright segfaults on Rails 3.0.0, so if you want to use Rails 3 with 1.9.x jump on 1.9.2 for smooth sailing.
h4. Rails Application object