aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Duncan <mrduncan@gmail.com>2011-04-13 17:19:47 -0400
committerMatt Duncan <mrduncan@gmail.com>2011-04-13 17:19:47 -0400
commit04a75e02894e15aa3aaf92e3e856b091a2386f14 (patch)
tree22fc748318a5d313b8bc3a43f171109ce9d937c8
parent21c03a2f48b4ac9acb6814aa3686bc7a6863120d (diff)
downloadrails-04a75e02894e15aa3aaf92e3e856b091a2386f14.tar.gz
rails-04a75e02894e15aa3aaf92e3e856b091a2386f14.tar.bz2
rails-04a75e02894e15aa3aaf92e3e856b091a2386f14.zip
Moving note out of prologue to match other guides and so it'll display correctly
-rw-r--r--railties/guides/source/command_line.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/command_line.textile b/railties/guides/source/command_line.textile
index f3e8d880df..ac3a1c0404 100644
--- a/railties/guides/source/command_line.textile
+++ b/railties/guides/source/command_line.textile
@@ -8,10 +8,10 @@ Rails comes with every command line tool you'll need to
* Mess with objects through an interactive shell
* Profile and benchmark your new creation
-NOTE: This tutorial assumes you have basic Rails knowledge from reading the "Getting Started with Rails Guide":getting_started.html.
-
endprologue.
+NOTE: This tutorial assumes you have basic Rails knowledge from reading the "Getting Started with Rails Guide":getting_started.html.
+
WARNING. This Guide is based on Rails 3.0. Some of the code shown here will not work in earlier versions of Rails.
h3. Command Line Basics