diff options
author | Sukeerthi Adiga <sukeerthiadiga@gmail.com> | 2011-08-05 14:04:43 +0530 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-08-13 16:22:31 -0700 |
commit | b905f8c96326c86caafc20bec7e3722cf4813d2c (patch) | |
tree | cec3f21ca3f481b1c502d5e508b53aeb31f91229 /railties/guides/source | |
parent | 2579d8840507155988f39d36c265b65b94fc4d0f (diff) | |
download | rails-b905f8c96326c86caafc20bec7e3722cf4813d2c.tar.gz rails-b905f8c96326c86caafc20bec7e3722cf4813d2c.tar.bz2 rails-b905f8c96326c86caafc20bec7e3722cf4813d2c.zip |
Rubygems => RubyGems
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/performance_testing.textile | 4 |
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 |