aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-02-27 21:37:30 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-02-27 21:37:30 +0000
commit3cfea287baa596833bd5e8bda5e12fd03250008f (patch)
treee2afde0c9c49c119a81f5cbcabd02d75ad7fe434 /activerecord/CHANGELOG
parent418a7af455a62038df8227d7b3ed06b406174d08 (diff)
downloadrails-3cfea287baa596833bd5e8bda5e12fd03250008f.tar.gz
rails-3cfea287baa596833bd5e8bda5e12fd03250008f.tar.bz2
rails-3cfea287baa596833bd5e8bda5e12fd03250008f.zip
Speed up class -> connection caching and stale connection verification. Closes #3979.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3693 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 9dcb4d8836..d9af0c2157 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Speed up class -> connection caching and stale connection verification. #3979 [Stefan Kaes]
+
* Add set_fixture_class to allow the use of table name accessors with models which use set_table_name. [Kevin Clark]
* Added that fixtures to placed in subdirectories of the main fixture files are also loaded #3937 [dblack@wobblini.net]