From 3eb99aab77c04dbd95dfc9f73e03a667f114914f Mon Sep 17 00:00:00 2001
From: Jason Noble & Ralph Shnelvar <perlwizard@gmail.com>
Date: Sun, 24 Jul 2011 11:42:15 -0600
Subject: Added some context for rack apps, linked to the Rails on Rack guide.

---
 railties/guides/source/getting_started.textile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
cgit v1.2.3