diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2010-12-16 00:16:28 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2010-12-16 00:16:28 +0530 |
commit | 80382c7465af27194dc9644b8ba4c4ad458b7ef7 (patch) | |
tree | 08f33e3cceda51b5843ea624e5eb11b5bdcbec5c /railties | |
parent | 7a028eae7914f8099b4369b51c2d06a47ecdab9e (diff) | |
download | rails-80382c7465af27194dc9644b8ba4c4ad458b7ef7.tar.gz rails-80382c7465af27194dc9644b8ba4c4ad458b7ef7.tar.bz2 rails-80382c7465af27194dc9644b8ba4c4ad458b7ef7.zip |
fixed link to ruby-prof
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/performance_testing.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/performance_testing.textile b/railties/guides/source/performance_testing.textile index 41bdd27e9b..b9401f3559 100644 --- a/railties/guides/source/performance_testing.textile +++ b/railties/guides/source/performance_testing.textile @@ -398,7 +398,7 @@ $ rails benchmarker 'Item.first' 'Item.last' h4. +profiler+ -+profiler+ is a wrapper around http://ruby-prof.rubyforge.org/[ruby-prof] gem. ++profiler+ is a wrapper around the "ruby-prof":http://ruby-prof.rubyforge.org gem. Usage: |