From 6e4e95b7f9c163213dd4b5d92b2f4f3b17a3d1f3 Mon Sep 17 00:00:00 2001 From: Anil Wadghule Date: Thu, 13 May 2010 14:49:21 +0530 Subject: Updated 3.0 release notes guide to inform issues with unsupported Ruby versions. --- railties/guides/source/3_0_release_notes.textile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile index 4b66baae1c..b7f4fbf35c 100644 --- a/railties/guides/source/3_0_release_notes.textile +++ b/railties/guides/source/3_0_release_notes.textile @@ -36,6 +36,8 @@ 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. + h4. Rails Application object As part of the groundwork for supporting running multiple Rails applications in the same process, Rails 3 introduces the concept of an Application object. An application object holds all the application specific configurations and is very similar in nature to +config/environment.rb+ from the previous versions of Rails. -- cgit v1.2.3