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 ++-- railties/guides/source/layout.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'railties/guides') 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 %> diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb index 9ed528cdb3..b1ac7d36f8 100644 --- a/railties/guides/source/layout.html.erb +++ b/railties/guides/source/layout.html.erb @@ -59,7 +59,7 @@
Testing Rails Applications
Securing Rails Applications
Debugging Rails Applications
-
Benchmarking and Profiling Rails Applications
+
Performance Testing Rails Applications
The Basics of Creating Rails Plugins
Configuring Rails Applications
-- cgit v1.2.3