aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/validations/confirmation_validation_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Support i18n attributes for confirmationBrian Cardarella2012-04-241-1/+20
* confirmation validation error attributeBrian Cardarella2012-04-231-1/+1
* removed AR from all AMo tests, including any unneeded files (schema, fixtures...Josh Kalderimis2010-05-091-2/+0
* removed an old unused model in the AMo tests which also removes another AR de...Josh Kalderimis2010-05-091-1/+0
* removed use of AR in AMo tests and removed testing of scopes (:on) in individ...Josh Kalderimis2010-05-081-4/+4
* No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...José Valim2009-12-231-22/+12
* Add ActiveModel::Validations tests for regular ruby classesPratik Naik2009-03-201-0/+17
* TestDatabase -> TestsDatabasePratik Naik2009-03-201-2/+2
* Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-201-0/+51