diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-03-25 21:42:27 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-03-25 21:42:27 +0000 |
commit | 75de3cbb13b03da8d53460de2a33135269a0a379 (patch) | |
tree | e8f9622519144d6582e497e5332b6a31e4e31dd5 /activerecord/CHANGELOG | |
parent | 4b66180ccad53940b18ca1a4350159b1fcf2695c (diff) | |
download | rails-75de3cbb13b03da8d53460de2a33135269a0a379.tar.gz rails-75de3cbb13b03da8d53460de2a33135269a0a379.tar.bz2 rails-75de3cbb13b03da8d53460de2a33135269a0a379.zip |
Fixed that MySQL enums should always be returned as strings (closes #3501) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4028 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index afceb51180..52c2e81fb1 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that MySQL enums should always be returned as strings #3501 [DHH] + * Change has_many :through to use the :source option to specify the source association. :class_name is now ignored. [Rick Olson] class Connection < ActiveRecord::Base |