aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
authorKristian Freeman <kristianfreeman@gmail.com>2011-12-23 13:13:44 -0800
committerVijay Dev <vijaydev.cse@gmail.com>2012-01-04 20:08:50 +0530
commit6bcc1b89dc6c919292462110457d253e08705e00 (patch)
treef3553243c9be7a4dff177c3af78e6766549f6db4 /railties
parenta10f30963d9dfb8b470e2ec5e293b20be8fcbe3d (diff)
downloadrails-6bcc1b89dc6c919292462110457d253e08705e00.tar.gz
rails-6bcc1b89dc6c919292462110457d253e08705e00.tar.bz2
rails-6bcc1b89dc6c919292462110457d253e08705e00.zip
Final grammar checkup on 3.2 release notes.
Diffstat (limited to 'railties')
-rw-r--r--railties/guides/source/3_2_release_notes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_2_release_notes.textile b/railties/guides/source/3_2_release_notes.textile
index 8dc4525807..d483d59e04 100644
--- a/railties/guides/source/3_2_release_notes.textile
+++ b/railties/guides/source/3_2_release_notes.textile
@@ -19,7 +19,7 @@ h4. Rails 3.2 requires at least Ruby 1.8.7
Rails 3.2 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 is also compatible with Ruby 1.9.2.
-TIP: Note that Ruby 1.8.7 p248 and p249 have marshaling bugs that crash Rails. 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, so if you want to use 1.9.x jump on 1.9.2 or 1.9.3 for smooth sailing.
+TIP: Note that Ruby 1.8.7 p248 and p249 have marshaling bugs that crash Rails. Ruby Enterprise Edition have these fixed since release 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 1.9.2 or 1.9.3 for smooth sailing.
h3. Creating a Rails 3.2 application