diff options
author | Jason Noble & Ralph Shnelvar <perlwizard@gmail.com> | 2011-07-24 11:42:15 -0600 |
---|---|---|
committer | Jason Noble & Ralph Shnelvar <perlwizard@gmail.com> | 2011-07-24 11:46:02 -0600 |
commit | 3eb99aab77c04dbd95dfc9f73e03a667f114914f (patch) | |
tree | 8c0c95d5c1cfcc154de672c24c8a57479d0157ce /railties/guides | |
parent | 5712e7aa47b6b4bcf4a0cc23a8d4e53e5df567dd (diff) | |
download | rails-3eb99aab77c04dbd95dfc9f73e03a667f114914f.tar.gz rails-3eb99aab77c04dbd95dfc9f73e03a667f114914f.tar.bz2 rails-3eb99aab77c04dbd95dfc9f73e03a667f114914f.zip |
Added some context for rack apps, linked to the Rails on Rack guide.
Diffstat (limited to 'railties/guides')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index d4a5b58c6b..bfb37e887e 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -90,7 +90,7 @@ Action View manages the views of your Rails application. It can create both HTML h5. Action Dispatch -Action Dispatch handles routing of web requests and dispatches them as you want, either to your application or any other Rack application. +Action Dispatch handles routing of web requests and dispatches them as you want, either to your application or any other Rack application. Rack applications are a more advanced topic and are covered in a later guide called "Rails on Rack":http://edgeguides.rubyonrails.org/rails_on_rack.html. h5. Action Mailer |