diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-10-08 01:44:55 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-10-08 01:44:55 +0000 |
commit | 210ecaecc3d5019adf9fde496ff0a1015ec23110 (patch) | |
tree | 3c87aa59201d34cf871f8b3c2ef10e17bb53f2ab /activerecord/CHANGELOG | |
parent | e7b80cbbbc4279b9408660b9bbb1ecb9807a8497 (diff) | |
download | rails-210ecaecc3d5019adf9fde496ff0a1015ec23110.tar.gz rails-210ecaecc3d5019adf9fde496ff0a1015ec23110.tar.bz2 rails-210ecaecc3d5019adf9fde496ff0a1015ec23110.zip |
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
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 4 |
1 files changed, 3 insertions, 1 deletions
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] |