aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/command_line.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-11-29 14:25:02 -0800
committerSteve Klabnik <steve@steveklabnik.com>2012-11-29 14:25:02 -0800
commitd16a1b9e8b2e94649c42e4320881e84add9ec89d (patch)
tree9d13545a1f1346c1ca8ca93082cd9137053a8546 /guides/source/command_line.md
parentd168d234e3ce439911a178d1d13f6c2cbf8ff549 (diff)
downloadrails-d16a1b9e8b2e94649c42e4320881e84add9ec89d.tar.gz
rails-d16a1b9e8b2e94649c42e4320881e84add9ec89d.tar.bz2
rails-d16a1b9e8b2e94649c42e4320881e84add9ec89d.zip
Normalize on 'After reading this guide, you will know:'
We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
Diffstat (limited to 'guides/source/command_line.md')
-rw-r--r--guides/source/command_line.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index 830de1c2bb..0a4a704cd9 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -3,6 +3,8 @@ The Rails Command Line
Rails comes with every command line tool you'll need to
+After reading this guide, you will know:
+
* Create a Rails application.
* Generate models, controllers, database migrations, and unit tests.
* Start a development server.