aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-12-19 19:47:21 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-12-19 19:47:21 +0000
commit7277c518912e08d125cef0f0a890a72bd7283cf5 (patch)
treef5f1a0dea237bae22ceeb157186d517ee882e06a /activerecord/CHANGELOG
parent8732ce291b6048a4eb80748ea3f404f495b7104c (diff)
downloadrails-7277c518912e08d125cef0f0a890a72bd7283cf5.tar.gz
rails-7277c518912e08d125cef0f0a890a72bd7283cf5.tar.bz2
rails-7277c518912e08d125cef0f0a890a72bd7283cf5.zip
Partially revert [5660] - makes more trouble than it resolves. References #5704, closes #6766.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5753 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 72c599fb83..8aa0171b43 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -12,8 +12,6 @@
* Added counter optimization for AssociationCollection#any? so person.friends.any? won't actually load the full association if we have the count in a cheaper form [DHH]
-* Subclasses of an abstract class work with single-table inheritance. #5704 [nick+rails@ag.arizona.edu, Ryan Davis, Jeremy Kemper]
-
* Change fixture_path to a class inheritable accessor allowing test cases to have their own custom set of fixtures. #6672 [zdennis]
* Quote ActiveSupport::Multibyte::Chars. #6653 [Julian Tarkhanov]