From c85ce1bcc344605ead2abb024ec0a297897446c3 Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Sat, 7 Feb 2009 03:15:24 +0000 Subject: Minor fixes in layout and index --- railties/guides/source/index.erb.textile | 4 ++-- railties/guides/source/layout.html.erb | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile index d66e10c6ee..4751c3a1f5 100644 --- a/railties/guides/source/index.erb.textile +++ b/railties/guides/source/index.erb.textile @@ -97,7 +97,7 @@ h3. Digging Deeper This guide covers the various ways of performance testing a Ruby on Rails application. <% end %> -<% guide("The Basics of Creating Rails Plugins", 'plugins.html') do %> +<% guide("The Basics of Creating Rails Plugins", 'plugins.html', :ticket => 32) do %> This guide covers how to build a plugin to extend the functionality of Rails. <% end %> @@ -105,7 +105,7 @@ h3. Digging Deeper This guide covers the basic configuration settings for a Rails application. <% end %> -<% guide("Rails Command Line Tools and Rake tasks", 'command_line.html') do %> +<% 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 141471a50f..f08bffd43c 100644 --- a/railties/guides/source/layout.html.erb +++ b/railties/guides/source/layout.html.erb @@ -62,10 +62,11 @@
Performance Testing Rails Applications
The Basics of Creating Rails Plugins
Configuring Rails Applications
+
Rails on Rack
-
  • Contribute
  • +
  • Contribute
  • Credits
  • @@ -91,7 +92,7 @@
    -- cgit v1.2.3