rails--rails/activerecord/lib/active_record/validations
Olek Janiszewski a8134aceb3 Do not validate associated records marked for destruction
The main reason for this change is to fix a bug where
`validates_associated` would prevent `accepts_nested_attributes_for`
with `allow_destroy: true` from destroying invalid associated records.
2011-12-05 00:19:21 +01:00
..
associated.rb Do not validate associated records marked for destruction 2011-12-05 00:19:21 +01:00
uniqueness.rb Only use LOWER for mysql case insensitive uniqueness check when column has a case sensitive collation. 2011-10-09 13:14:07 -07:00