aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/3_0_release_notes.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-06-12 00:30:48 +0200
committerXavier Noria <fxn@hashref.com>2010-06-12 00:30:48 +0200
commitf2991fc9ccc379003081172c108d46977801915b (patch)
tree771bc9cef05e551180c372de07c35624fa5292ea /railties/guides/source/3_0_release_notes.textile
parentb731948bda27c50793c4d2ef249fee7ae625064c (diff)
parent4278e7f2b34b12a9107baf9d5da0fa75384fbfa1 (diff)
downloadrails-f2991fc9ccc379003081172c108d46977801915b.tar.gz
rails-f2991fc9ccc379003081172c108d46977801915b.tar.bz2
rails-f2991fc9ccc379003081172c108d46977801915b.zip
Merge remote branch 'docrails/master'
Diffstat (limited to 'railties/guides/source/3_0_release_notes.textile')
-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 cc6b84b814..b32ca4fce9 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 at least 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. 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, so if you want to use Rails 3 with 1.9.x jump on 1.9.2 for smooth sailing.
+TIP: Note that Ruby 1.8.7 p248 and p249 have marshaling bugs that crash Rails 3.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, so if you want to use Rails 3 with 1.9.x jump on 1.9.2 for smooth sailing.
h4. Rails Application object