diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2012-03-14 14:32:31 -0700 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2012-03-14 14:32:31 -0700 |
commit | 66e5e7136d2e9ddeba790268e4cf019f3814436f (patch) | |
tree | 4894544ba09fb24edb8def18cd4b7350f216ef08 /railties/guides/source | |
parent | c71b9612c0dde4146bee86679e6319a913c24834 (diff) | |
download | rails-66e5e7136d2e9ddeba790268e4cf019f3814436f.tar.gz rails-66e5e7136d2e9ddeba790268e4cf019f3814436f.tar.bz2 rails-66e5e7136d2e9ddeba790268e4cf019f3814436f.zip |
[getting started] add warning that guide is being worked on (just for edge)
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index 39e7a387ac..81e8a68835 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -13,6 +13,8 @@ endprologue. WARNING. This Guide is based on Rails 3.1. 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 |