diff options
author | Jamis Buck <jamis@37signals.com> | 2006-03-04 15:11:17 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2006-03-04 15:11:17 +0000 |
commit | 964b67dd0eb2b43cc8097492c52ce777c534cd11 (patch) | |
tree | a7c9df0f71a30dff2d9e9c3b62cc39eaf4c6f7cb /activerecord/CHANGELOG | |
parent | c0d24778867e8b39c160542923f4ccb6b3f48d30 (diff) | |
download | rails-964b67dd0eb2b43cc8097492c52ce777c534cd11.tar.gz rails-964b67dd0eb2b43cc8097492c52ce777c534cd11.tar.bz2 rails-964b67dd0eb2b43cc8097492c52ce777c534cd11.zip |
Make counter_cache work with polymorphic belongs_to
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3756 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 d2d4c08b5e..bf4dc24f5b 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Make counter_cache work with polymorphic belongs_to [Jamis Buck] + * Fixed that calling HasOneProxy#build_model repeatedly would cause saving to happen #4058 [anna@wota.jp] * Added Sybase database adapter that relies on the Sybase Open Client bindings (see http://raa.ruby-lang.org/project/sybase-ctlib) #3765 [John Sheets]. It's almost completely Active Record compliant, but has the following caveats: |