aboutsummaryrefslogtreecommitdiffstats
path: root/railties
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
parent2579d8840507155988f39d36c265b65b94fc4d0f (diff)
downloadrails-b905f8c96326c86caafc20bec7e3722cf4813d2c.tar.gz
rails-b905f8c96326c86caafc20bec7e3722cf4813d2c.tar.bz2
rails-b905f8c96326c86caafc20bec7e3722cf4813d2c.zip
Rubygems => RubyGems
Diffstat (limited to 'railties')
-rw-r--r--railties/README.rdoc2
-rw-r--r--railties/guides/source/performance_testing.textile4
2 files changed, 3 insertions, 3 deletions
diff --git a/railties/README.rdoc b/railties/README.rdoc
index 0457227473..eb7ed961e3 100644
--- a/railties/README.rdoc
+++ b/railties/README.rdoc
@@ -11,7 +11,7 @@ Railties is responsible to glue all frameworks together. Overall, it:
== Download
-The latest version of Railties can be installed with Rubygems:
+The latest version of Railties can be installed with RubyGems:
* gem install railties
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