aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionmailer/README.rdoc2
-rw-r--r--actionpack/README.rdoc2
-rw-r--r--activerecord/README.rdoc2
-rw-r--r--activeresource/README.rdoc2
-rw-r--r--activesupport/README.rdoc2
-rw-r--r--railties/README.rdoc2
-rw-r--r--railties/guides/source/performance_testing.textile4
7 files changed, 8 insertions, 8 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc
index 937b53a3b2..f48e77b4c7 100644
--- a/actionmailer/README.rdoc
+++ b/actionmailer/README.rdoc
@@ -135,7 +135,7 @@ The Base class has the full list of configuration options. Here's an example:
== Download and installation
-The latest version of Action Mailer can be installed with Rubygems:
+The latest version of Action Mailer can be installed with RubyGems:
% [sudo] gem install actionmailer
diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc
index 0abfc8f81d..95301c21ee 100644
--- a/actionpack/README.rdoc
+++ b/actionpack/README.rdoc
@@ -316,7 +316,7 @@ an URL such as /weblog/5 (where 5 is the id of the post).
== Download and installation
-The latest version of Action Pack can be installed with Rubygems:
+The latest version of Action Pack can be installed with RubyGems:
% [sudo] gem install actionpack
diff --git a/activerecord/README.rdoc b/activerecord/README.rdoc
index 8c5c544773..b5db57569c 100644
--- a/activerecord/README.rdoc
+++ b/activerecord/README.rdoc
@@ -197,7 +197,7 @@ Admit the Database:
== Download and installation
-The latest version of Active Record can be installed with Rubygems:
+The latest version of Active Record can be installed with RubyGems:
% [sudo] gem install activerecord
diff --git a/activeresource/README.rdoc b/activeresource/README.rdoc
index 6f45fe3598..0f10bfc1a7 100644
--- a/activeresource/README.rdoc
+++ b/activeresource/README.rdoc
@@ -22,7 +22,7 @@ received and serialized into a usable Ruby object.
== Download and installation
-The latest version of Active Support can be installed with Rubygems:
+The latest version of Active Support can be installed with RubyGems:
% [sudo] gem install activeresource
diff --git a/activesupport/README.rdoc b/activesupport/README.rdoc
index cc3981e74d..1ab8e00608 100644
--- a/activesupport/README.rdoc
+++ b/activesupport/README.rdoc
@@ -8,7 +8,7 @@ outside of Rails.
== Download and installation
-The latest version of Active Support can be installed with Rubygems:
+The latest version of Active Support can be installed with RubyGems:
% [sudo] gem install activesupport
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