aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source
diff options
context:
space:
mode:
authorAnil Wadghule <anildigital@gmail.com>2010-05-06 01:26:25 +0530
committerAnil Wadghule <anildigital@gmail.com>2010-05-06 01:26:25 +0530
commit6071b4720ce2a8ae0193da44536ab1b9f1b76eb0 (patch)
treec36bc778199825bc1283bb85a75b75eb2ab954bc /railties/guides/source
parentb38639ab7146a84bba92036ab05d325e4c3111be (diff)
downloadrails-6071b4720ce2a8ae0193da44536ab1b9f1b76eb0.tar.gz
rails-6071b4720ce2a8ae0193da44536ab1b9f1b76eb0.tar.bz2
rails-6071b4720ce2a8ae0193da44536ab1b9f1b76eb0.zip
Updated guide to inform issues with unsupported Ruby versions.
Diffstat (limited to 'railties/guides/source')
-rw-r--r--railties/guides/source/getting_started.textile3
1 files changed, 3 insertions, 0 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index 7e3f2cc931..5da7ff7daa 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -16,6 +16,9 @@ h3. Guide Assumptions
This guide is designed for beginners who want to get started with a Rails application from scratch. It does not assume that you have any prior experience with Rails. However, to get the most out of it, you need to have some prerequisites installed:
* 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.
+
* The "RubyGems":http://rubyforge.org/frs/?group_id=126 packaging system
* A working installation of the "SQLite3 Database":http://www.sqlite.org