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 | |
parent | be9445f430c0fdb01af549ebc77b76ad01649a05 (diff) | |
download | rails-6680bc898a06ae8bc96fdd319bb7dff6ff9dd685.tar.gz rails-6680bc898a06ae8bc96fdd319bb7dff6ff9dd685.tar.bz2 rails-6680bc898a06ae8bc96fdd319bb7dff6ff9dd685.zip |
Reconcile index and layout for Guides.
-rw-r--r-- | railties/guides/source/index.erb.textile | 4 | ||||
-rw-r--r-- | railties/guides/source/layout.html.erb | 3 |
2 files changed, 7 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 %> diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb index cb02b90eb9..b8dd4aa012 100644 --- a/railties/guides/source/layout.html.erb +++ b/railties/guides/source/layout.html.erb @@ -63,6 +63,9 @@ <dd><a href="plugins.html">The Basics of Creating Rails Plugins</a></dd> <dd><a href="configuring.html">Configuring Rails Applications</a></dd> <dd><a href="rails_on_rack.html">Rails on Rack</a></dd> + <dd><a href="command_line.html">Rails Command Line Tools and Rake Tasks</a></dd> + <dd><a href="caching_with_rails.html">Caching with Rails</a></dd> + <dd><a href="contributing.html">Contributing to Rails</a></dd> </dl> </div> </li> |