aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/performance_testing.textile
diff options
context:
space:
mode:
authorSukeerthi Adiga <sukeerthiadiga@gmail.com>2011-08-05 14:04:43 +0530
committerXavier Noria <fxn@hashref.com>2011-08-13 16:22:31 -0700
commitb905f8c96326c86caafc20bec7e3722cf4813d2c (patch)
treecec3f21ca3f481b1c502d5e508b53aeb31f91229 /railties/guides/source/performance_testing.textile
parent2579d8840507155988f39d36c265b65b94fc4d0f (diff)
downloadrails-b905f8c96326c86caafc20bec7e3722cf4813d2c.tar.gz
rails-b905f8c96326c86caafc20bec7e3722cf4813d2c.tar.bz2
rails-b905f8c96326c86caafc20bec7e3722cf4813d2c.zip
Rubygems => RubyGems
Diffstat (limited to 'railties/guides/source/performance_testing.textile')
-rw-r--r--railties/guides/source/performance_testing.textile4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/performance_testing.textile b/railties/guides/source/performance_testing.textile
index dbe6f97f5c..75f81cf13d 100644
--- a/railties/guides/source/performance_testing.textile
+++ b/railties/guides/source/performance_testing.textile
@@ -438,9 +438,9 @@ alias gcrails='~/rubygc/bin/rails'
Don't forget to use your aliases from now on.
-h6. Install Rubygems (1.8 only!)
+h6. Install RubyGems (1.8 only!)
-Download "Rubygems":http://rubyforge.org/projects/rubygems and install it from source. Rubygem's README file should have necessary installation instructions. Please note that this step isn't necessary if you've installed Ruby 1.9 and above.
+Download "RubyGems":http://rubyforge.org/projects/rubygems and install it from source. Rubygem's README file should have necessary installation instructions. Please note that this step isn't necessary if you've installed Ruby 1.9 and above.
h4. Using Ruby-Prof on MRI and REE