diff options
author | Jason Noble & Ralph Shnelvar <perlwizard@gmail.com> | 2011-07-24 12:14:06 -0600 |
---|---|---|
committer | Jason Noble & Ralph Shnelvar <perlwizard@gmail.com> | 2011-07-24 12:15:12 -0600 |
commit | 8e44ff63b228509921b346c3ebe138b993e8bf67 (patch) | |
tree | 53f0a0d0e473d872e39f232b536b97c93ba09112 /railties | |
parent | 25bcca139f163a024bbbb86ac3ca785c18c1d6e1 (diff) | |
download | rails-8e44ff63b228509921b346c3ebe138b993e8bf67.tar.gz rails-8e44ff63b228509921b346c3ebe138b993e8bf67.tar.bz2 rails-8e44ff63b228509921b346c3ebe138b993e8bf67.zip |
Update guide to be based on Rails 3.1.
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 576ddb18b9..e952998c20 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -9,7 +9,7 @@ This guide covers getting up and running with Ruby on Rails. After reading it, y endprologue. -WARNING. This Guide is based on Rails 3.0. Some of the code shown here will not work in earlier versions of Rails. +WARNING. This Guide is based on Rails 3.1. Some of the code shown here will not work in earlier versions of Rails. h3. Guide Assumptions |