diff options
author | Anil Wadghule <anildigital@gmail.com> | 2010-05-13 14:49:21 +0530 |
---|---|---|
committer | Anil Wadghule <anildigital@gmail.com> | 2010-05-13 14:49:21 +0530 |
commit | 6e4e95b7f9c163213dd4b5d92b2f4f3b17a3d1f3 (patch) | |
tree | 2c4eef067f837036af53af4e5bb76f06ad3ba832 /railties/guides/source | |
parent | 79e5e79b0d3f6104afd3a3a1065f248f36e44e0f (diff) | |
download | rails-6e4e95b7f9c163213dd4b5d92b2f4f3b17a3d1f3.tar.gz rails-6e4e95b7f9c163213dd4b5d92b2f4f3b17a3d1f3.tar.bz2 rails-6e4e95b7f9c163213dd4b5d92b2f4f3b17a3d1f3.zip |
Updated 3.0 release notes guide to inform issues with unsupported Ruby versions.
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/3_0_release_notes.textile | 2 |
1 files changed, 2 insertions, 0 deletions
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. |