aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/index.erb.textile
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2009-02-05 16:09:33 +0000
committerPratik Naik <pratiknaik@gmail.com>2009-02-05 16:09:33 +0000
commitee4b5a4e079899dd9f172c8e4d3b7cd6952664cf (patch)
tree4a4e83aa779391abec5d5ef9063c9e34100275db /railties/guides/source/index.erb.textile
parente5a5ed5b29f091ab1edfa855ac077eb3a0275327 (diff)
downloadrails-ee4b5a4e079899dd9f172c8e4d3b7cd6952664cf.tar.gz
rails-ee4b5a4e079899dd9f172c8e4d3b7cd6952664cf.tar.bz2
rails-ee4b5a4e079899dd9f172c8e4d3b7cd6952664cf.zip
Change the name of perf guide in index/navbar
Diffstat (limited to 'railties/guides/source/index.erb.textile')
-rw-r--r--railties/guides/source/index.erb.textile4
1 files changed, 2 insertions, 2 deletions
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 %>