From 210ecaecc3d5019adf9fde496ff0a1015ec23110 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 8 Oct 2007 01:44:55 +0000 Subject: validates_uniqueness_of behaves well with single-table inheritance. Closes #3833. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7787 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 028029fc05..befb440765 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* validates_uniqueness_of behaves well with single-table inheritance. #3833 [Gabriel Gironda, rramdas, François Beausoleil, Josh Peek, Tarmo Tänav] + * Raise ProtectedAttributeAssignmentError in development and test environments when mass-assigning to an attr_protected attribute. #9802 [Henrik N] * Speedup database date/time parsing. [Jeremy Kemper, Tarmo Tänav] @@ -1786,7 +1788,7 @@ during calendar reform. #7649, #7724 [fedot, Geoff Buesing] * MySQL: more robust test for nullified result hashes. #3124 [Stefan Kaes] -* Reloading an instance refreshes its aggregations as well as its associations. #3024 [François Beausolei] +* Reloading an instance refreshes its aggregations as well as its associations. #3024 [François Beausoleil] * Fixed that using :include together with :conditions array in Base.find would cause NoMethodError #2887 [Paul Hammmond] -- cgit v1.2.3