aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/README
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-07-21 11:56:28 +0200
committerJosé Valim <jose.valim@gmail.com>2010-07-21 11:56:28 +0200
commitf1082bd51eb575f22f86b78f347ab75a4b2bff1a (patch)
tree9ca5312e1272b726bada31f31ea7d5965c9968ef /activesupport/README
parentc565f0060aab85db60390220679c5df419998f9e (diff)
downloadrails-f1082bd51eb575f22f86b78f347ab75a4b2bff1a.tar.gz
rails-f1082bd51eb575f22f86b78f347ab75a4b2bff1a.tar.bz2
rails-f1082bd51eb575f22f86b78f347ab75a4b2bff1a.zip
Remove old install.rb files.
Diffstat (limited to 'activesupport/README')
-rw-r--r--activesupport/README15
1 files changed, 3 insertions, 12 deletions
diff --git a/activesupport/README b/activesupport/README
index 9fb9a80cbe..aa86f1fd65 100644
--- a/activesupport/README
+++ b/activesupport/README
@@ -7,22 +7,13 @@ Ruby sweeter.
== Download
-The latest version of Active Support can be found at
+The latest version of Active Support can be installed with Rubygems:
-* http://rubyforge.org/project/showfiles.php?group_id=182
+* gem install activesupport
Documentation can be found at
-* http://as.rubyonrails.com
-
-
-== Installation
-
-The preferred method of installing Active Support is through its GEM file. You'll need to have
-RubyGems[http://rubygems.rubyforge.org/wiki/wiki.pl] installed for that, though. If you have it,
-then use:
-
- % [sudo] gem install activesupport-1.0.0.gem
+* http://api.rubyonrails.org
== License