1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Added explanation to Components of Rails to help users not get hung up on details

This commit is contained in:
Jason Noble & Ralph Shnelvar 2011-07-24 12:04:21 -06:00
parent 12955a393d
commit bb746e3362

View file

@ -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