diff options
author | Oscar Del Ben <info@oscardelben.com> | 2012-04-19 11:33:25 +0200 |
---|---|---|
committer | Oscar Del Ben <info@oscardelben.com> | 2012-04-19 11:33:25 +0200 |
commit | 6f76bf19c41ab2deaa453e420ffe6c07daf6e9d9 (patch) | |
tree | 848951ac63b2bcb15d1afc458c1714d435e24254 /guides | |
parent | 57a995b13e6b2c0c4ca981f272e0e7ef2dc552e7 (diff) | |
download | rails-6f76bf19c41ab2deaa453e420ffe6c07daf6e9d9.tar.gz rails-6f76bf19c41ab2deaa453e420ffe6c07daf6e9d9.tar.bz2 rails-6f76bf19c41ab2deaa453e420ffe6c07daf6e9d9.zip |
Add Ruby 1.9.3 recommendation
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 8d79dc823d..e12dcd474b 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -27,8 +27,8 @@ prerequisites installed: 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. +on Rails 3.0, so if you want to use Rails 3 with 1.9.x jump on 1.9.2 or +1.9.3 for smooth sailing. * The "RubyGems":http://rubyforge.org/frs/?group_id=126 packaging system ** If you want to learn more about RubyGems, please read the "RubyGems User Guide":http://docs.rubygems.org/read/book/1 |