From ea654654226924f9b900e7981fdbdbd452ca15d8 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Sun, 25 Sep 2005 15:49:35 +0000 Subject: Standardize the interpretation of boolean columns in the Mysql and Sqlite adapters. (Use MysqlAdapter.emulate_booleans = false to disable this behavior) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2335 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 291b0649e1..a66de990ad 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Standardize the interpretation of boolean columns in the Mysql and Sqlite adapters. (Use MysqlAdapter.emulate_booleans = false to disable this behavior) + * Added new symbol-driven approach to activating observers with Base#observers= [DHH]. Example: ActiveRecord::Base.observers = :cacher, :garbage_collector -- cgit v1.2.3