aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/validations/associated.rb
Commit message (Expand)AuthorAgeFilesLines
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-211-1/+1
* Ensure new validates works with uniqueness validator.José Valim2010-01-081-2/+1
* No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...José Valim2009-12-231-1/+1
* 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