From 6abda696b5df14a9ab132c34311daaabe12030e6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 3 Dec 2005 04:29:55 +0000 Subject: Added preliminary support for join models [DHH] Added preliminary support for polymorphic associations [DHH] Refactored associations to use reflections to get DRYer, beware, major refactoring -- double check before deploying anything with this (all tests pass, but..) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3213 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 397a89730a..44f00e0418 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Added preliminary support for polymorphic associations [DHH] + +* Added preliminary support for join models [DHH] + * Allow validate_uniqueness_of to be scoped by more than just one column. #1559. [jeremy@jthopple.com, Marcel Molina Jr.] * Firebird: active? and reconnect! methods for handling stale connections. #428 [Ken Kunz ] -- cgit v1.2.3