change AR adapter instructions back

This commit is contained in:
Brian Lopez 2010-08-16 14:45:26 -07:00
parent 95fb97dc2b
commit e87427abe4
1 changed files with 2 additions and 1 deletions

View File

@ -138,7 +138,8 @@ If you need multiple query concurrency take a look at using a connection pool.
== ActiveRecord
The ActiveRecord adapter has been removed from the mysql2 gem and is now part of Rails 3 core. We'll be releasing a separate gem or trying to get it into 2.3.9 for 2.3.x users.
To use the ActiveRecord driver, all you should need to do is have this gem installed and set the adapter in your database.yml to "mysql2".
That was easy right? :)
== Asynchronous ActiveRecord