aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-06-07 16:42:55 +0200
committerXavier Noria <fxn@hashref.com>2010-06-07 16:42:55 +0200
commit73d8bf245cac722ab82f0601c6984d63370003d3 (patch)
tree053cf5b54a85148cc5eb3b80320defdb50a0e0aa /railties/guides
parent9ff61917a3a1b80a003272c63496a1bdde440bd4 (diff)
downloadrails-73d8bf245cac722ab82f0601c6984d63370003d3.tar.gz
rails-73d8bf245cac722ab82f0601c6984d63370003d3.tar.bz2
rails-73d8bf245cac722ab82f0601c6984d63370003d3.zip
getting started guide: mentions that last REE release does not have the bugs of MRI p248 and p249
Diffstat (limited to 'railties/guides')
-rw-r--r--railties/guides/source/getting_started.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index 89551a223d..6edf07fd65 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -17,7 +17,7 @@ This guide is designed for beginners who want to get started with a Rails applic
* The "Ruby":http://www.ruby-lang.org/en/downloads language version 1.8.7 or higher
-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.
+TIP: Note that Ruby 1.8.7 p248 and p249 has marshaling bugs that crash Rails 3.0.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.0, so if you want to use Rails 3 with 1.9.x jump on 1.9.2 for smooth sailing.
* The "RubyGems":http://rubyforge.org/frs/?group_id=126 packaging system
* A working installation of the "SQLite3 Database":http://www.sqlite.org