aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/getting_started.textile
diff options
context:
space:
mode:
authorJason Noble & Ralph Shnelvar <perlwizard@gmail.com>2011-07-24 12:04:21 -0600
committerJason Noble & Ralph Shnelvar <perlwizard@gmail.com>2011-07-24 12:15:11 -0600
commitbb746e3362844c82e0c984d2002cd6393dd40950 (patch)
tree947e238a03db4526cf7e670bf030e2a3c9ac3597 /railties/guides/source/getting_started.textile
parent12955a393d418450740e673feca870abfc93cb26 (diff)
downloadrails-bb746e3362844c82e0c984d2002cd6393dd40950.tar.gz
rails-bb746e3362844c82e0c984d2002cd6393dd40950.tar.bz2
rails-bb746e3362844c82e0c984d2002cd6393dd40950.zip
Added explanation to Components of Rails to help users not get hung up on details
Diffstat (limited to 'railties/guides/source/getting_started.textile')
-rw-r--r--railties/guides/source/getting_started.textile3
1 files changed, 2 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile
index a2e60fae0e..a16ead75b7 100644
--- a/railties/guides/source/getting_started.textile
+++ b/railties/guides/source/getting_started.textile
@@ -62,7 +62,8 @@ Controllers provide the "glue" between models and views. In Rails, controllers a
h4. The Components of Rails
-Rails ships as many individual components.
+Rails ships as many individual components. Each of these components are briefly explained below. If you are new to Rails, as you read this section, don't get hung up on the details of each component, as they will be
+explained in further detail later. For instance, we will bring up Rack applications, but you don't need to know anything about them to continue with this guide.
* Action Pack
** Action Controller