diff options
author | Oscar Del Ben <info@oscardelben.com> | 2012-04-19 11:16:15 +0200 |
---|---|---|
committer | Oscar Del Ben <info@oscardelben.com> | 2012-04-19 11:16:15 +0200 |
commit | 57a995b13e6b2c0c4ca981f272e0e7ef2dc552e7 (patch) | |
tree | 0d478591b5ede541e20a9974d893bc3e73ed4574 /guides | |
parent | b4d13ed204dde24088603cccc918efe7e811fc96 (diff) | |
download | rails-57a995b13e6b2c0c4ca981f272e0e7ef2dc552e7.tar.gz rails-57a995b13e6b2c0c4ca981f272e0e7ef2dc552e7.tar.bz2 rails-57a995b13e6b2c0c4ca981f272e0e7ef2dc552e7.zip |
Put warning on getting started guide back
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/getting_started.textile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/guides/source/getting_started.textile b/guides/source/getting_started.textile index 775243a8ab..8d79dc823d 100644 --- a/guides/source/getting_started.textile +++ b/guides/source/getting_started.textile @@ -10,9 +10,11 @@ you should be familiar with: endprologue. -WARNING. This Guide is based on Rails 3.1. Some of the code shown here will not +WARNING. This Guide is based on Rails 3.2. Some of the code shown here will not work in earlier versions of Rails. +WARNING: The Edge version of this guide is currently being re-worked. Please excuse us while we re-arrange the place. + h3. Guide Assumptions This guide is designed for beginners who want to get started with a Rails |