Skip to content

Commit

Permalink
Reconcile index and layout for Guides.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Gunderloy authored and Mike Gunderloy committed Mar 3, 2009
1 parent be9445f commit 6680bc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions railties/guides/source/index.erb.textile
Expand Up @@ -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 %>
Expand Down
3 changes: 3 additions & 0 deletions railties/guides/source/layout.html.erb
Expand Up @@ -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>
Expand Down

0 comments on commit 6680bc8

Please sign in to comment.