aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/validations/associated.rb
Commit message (Collapse)AuthorAgeFilesLines
* Ensure new validates works with uniqueness validator.José Valim2010-01-081-2/+1
|
* No need to use ValidationsRepairHelper hack on ActiveModel anymore, ↵José Valim2009-12-231-1/+1
| | | | Model.reset_callbacks(:validate) is enough. However, tests in ActiveRecord are still coupled, so moved ValidationsRepairHelper back there.
* ActiveRecord::Validations are now built on top of Validator as well.José Valim2009-12-231-7/+9
|
* Move validate_on_create and validate_on_update from ActiveModel to ActiveRecordPratik Naik2009-03-211-2/+1
|
* Move uniqueness and association validations to Active RecordPratik Naik2009-03-191-0/+47