diff options
author | Marcel Molina <marcel@vernix.org> | 2005-10-10 18:59:56 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2005-10-10 18:59:56 +0000 |
commit | d736568f41262755dc80f81b2f73d8254925e414 (patch) | |
tree | c3f5ad8468657f7433bc0547efd5ca000b601ee1 /activerecord/CHANGELOG | |
parent | 08a010eb1b0638b457e9f7c076224a93cc2be136 (diff) | |
download | rails-d736568f41262755dc80f81b2f73d8254925e414.tar.gz rails-d736568f41262755dc80f81b2f73d8254925e414.tar.bz2 rails-d736568f41262755dc80f81b2f73d8254925e414.zip |
Speed up the setting of table_name. Closes #2428.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2520 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 6557e76a66..3311b082ca 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Speed up the setting of table_name. #2428. [skaes@web.de] + * Optimize instantiation of STI subclass records. In partial fullfilment of #1236. [skaes@web.de] * Fix typo of 'constrains' to 'contraints'. #2069. [Michael Schuerig <michael@schuerig.de>] |