aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-03-25 23:32:08 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-03-25 23:32:08 +0000
commit0a5b8328b92f9a9cbb7e59d2a8c89cf22435b1f4 (patch)
tree2ae5fcd8bdba975df647fc90134b4e489118981c /activerecord
parent3cec029685cdbfa820eb6b4a98daf81ed80e1d27 (diff)
downloadrails-0a5b8328b92f9a9cbb7e59d2a8c89cf22435b1f4.tar.gz
rails-0a5b8328b92f9a9cbb7e59d2a8c89cf22435b1f4.tar.bz2
rails-0a5b8328b92f9a9cbb7e59d2a8c89cf22435b1f4.zip
The Ruby path should be a string (closes #4361) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4033 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 52c2e81fb1..8831c64815 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed db_schema_import when binary types are present #3101 [DHH]
+
* 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]