diff options
-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> |