diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2009-03-03 07:24:28 -0600 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2009-03-03 07:24:28 -0600 |
commit | 6680bc898a06ae8bc96fdd319bb7dff6ff9dd685 (patch) | |
tree | 4bb77a34ffeaf20bee22afddf7d468316c57d025 /railties/guides/source/index.erb.textile | |
parent | be9445f430c0fdb01af549ebc77b76ad01649a05 (diff) | |
download | rails-6680bc898a06ae8bc96fdd319bb7dff6ff9dd685.tar.gz rails-6680bc898a06ae8bc96fdd319bb7dff6ff9dd685.tar.bz2 rails-6680bc898a06ae8bc96fdd319bb7dff6ff9dd685.zip |
Reconcile index and layout for Guides.
Diffstat (limited to 'railties/guides/source/index.erb.textile')
-rw-r--r-- | railties/guides/source/index.erb.textile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile index edf371d925..3b36ada8c2 100644 --- a/railties/guides/source/index.erb.textile +++ b/railties/guides/source/index.erb.textile @@ -109,6 +109,10 @@ h3. Digging Deeper This guide covers the basic configuration settings for a Rails application. <% end %> +<% guide("Rails on Rack", 'rails_on_rack.html', :ticket => 58) do %> + This guide covers Rails integration with Rack and interfacing with other Rack components. +<% end %> + <% guide("Rails Command Line Tools and Rake tasks", 'command_line.html', :ticket => 29) do %> This guide covers the command line tools and rake tasks provided by Rails. <% end %> |