aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations_repair_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* No need to use ValidationsRepairHelper hack on ActiveModel anymore, ↵José Valim2009-12-231-35/+0
| | | | Model.reset_callbacks(:validate) is enough. However, tests in ActiveRecord are still coupled, so moved ValidationsRepairHelper back there.
* Changed ActiveRecord to use new callbacks and speed up observers by only ↵José Valim2009-09-081-26/+16
| | | | | | notifying events that are actually being consumed. Signed-off-by: Joshua Peek <josh@joshpeek.com>
* Fix warnings in AMoJoshua Peek2009-09-051-1/+2
|
* Use AS::Concern in ActiveModelJoshua Peek2009-05-301-5/+1
|
* Make Active Model test suite similar to Active RecordPratik Naik2009-03-201-0/+48