From e87427abe406b446fa8236f686d83a40e807dbb0 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Mon, 16 Aug 2010 14:45:26 -0700 Subject: [PATCH] change AR adapter instructions back --- README.rdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rdoc b/README.rdoc index ad7ef85..9398586 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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