From 6680bc898a06ae8bc96fdd319bb7dff6ff9dd685 Mon Sep 17 00:00:00 2001 From: Mike Gunderloy Date: Tue, 3 Mar 2009 07:24:28 -0600 Subject: Reconcile index and layout for Guides. --- railties/guides/source/index.erb.textile | 4 ++++ railties/guides/source/layout.html.erb | 3 +++ 2 files changed, 7 insertions(+) (limited to 'railties') 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 @@
The Basics of Creating Rails Plugins
Configuring Rails Applications
Rails on Rack
+
Rails Command Line Tools and Rake Tasks
+
Caching with Rails
+
Contributing to Rails
-- cgit v1.2.3