mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Reconcile index and layout for Guides.
This commit is contained in:
@@ -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 %>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user