aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/README
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-04-18 20:10:11 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-04-18 20:10:11 +0000
commit7d010055142c14aa5ee56ac5aae600dfdc03dcae (patch)
tree4fb48093012daf856db94f75d507d7d8bff9957f /activerecord/README
parentf46486d37ebe1d2d7354cf46dd024690a6d25c9a (diff)
downloadrails-7d010055142c14aa5ee56ac5aae600dfdc03dcae.tar.gz
rails-7d010055142c14aa5ee56ac5aae600dfdc03dcae.tar.bz2
rails-7d010055142c14aa5ee56ac5aae600dfdc03dcae.zip
Fixed documentation and prepared for release of 0.12
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1216 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/README')
-rwxr-xr-xactiverecord/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/README b/activerecord/README
index 8b2f255a09..300ce8a495 100755
--- a/activerecord/README
+++ b/activerecord/README
@@ -333,7 +333,7 @@ The prefered method of installing Active Record is through its GEM file. You'll
RubyGems[http://rubygems.rubyforge.org/wiki/wiki.pl] installed for that, though. If you have,
then use:
- % [sudo] gem install activerecord-1.7.0.gem
+ % [sudo] gem install activerecord-1.10.0.gem
You can also install Active Record the old-fashion way with the following command: