Reconcile index and layout for Guides.

This commit is contained in:
Mike Gunderloy
2009-03-03 07:24:28 -06:00
parent be9445f430
commit 6680bc898a
2 changed files with 7 additions and 0 deletions

View File

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

View File

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