From ee4b5a4e079899dd9f172c8e4d3b7cd6952664cf Mon Sep 17 00:00:00 2001 From: Pratik Naik Date: Thu, 5 Feb 2009 16:09:33 +0000 Subject: Change the name of perf guide in index/navbar --- railties/guides/source/index.erb.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/guides/source/index.erb.textile') diff --git a/railties/guides/source/index.erb.textile b/railties/guides/source/index.erb.textile index fd38ae0d9c..0f6e942d78 100644 --- a/railties/guides/source/index.erb.textile +++ b/railties/guides/source/index.erb.textile @@ -93,8 +93,8 @@ h3. Digging Deeper This guide describes how to debug Rails applications. It covers the different ways of achieving this and how to understand what is happening "behind the scenes" of your code. <% end %> -<% guide("Benchmarking and Profiling Rails Applications", 'performance_testing.html') do %> - This guide covers ways to analyze and optimize your running Rails code. +<% guide("Performance Testing Rails Applications", 'performance_testing.html') do %> + 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 %> -- cgit v1.2.3