aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/3_2_release_notes.textile
diff options
context:
space:
mode:
authorKristian Freeman <kristianfreeman@gmail.com>2011-12-23 13:13:44 -0800
committerKristian Freeman <kristianfreeman@gmail.com>2011-12-23 13:13:44 -0800
commit8758156d75ccaf432a4d9d1564cdedebabe646bf (patch)
tree1e9f77f3ea6d611173442c060b9839deff2190d1 /railties/guides/source/3_2_release_notes.textile
parentb87491b8f6ace5f18f7ba347d749ce1f600c2495 (diff)
downloadrails-8758156d75ccaf432a4d9d1564cdedebabe646bf.tar.gz
rails-8758156d75ccaf432a4d9d1564cdedebabe646bf.tar.bz2
rails-8758156d75ccaf432a4d9d1564cdedebabe646bf.zip
Final grammar checkup on 3.2 release notes.
Diffstat (limited to 'railties/guides/source/3_2_release_notes.textile')
-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 91a518d62e..5900a65477 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