aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/validations
Commit message (Expand)AuthorAgeFilesLines
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-203-5/+12
* Use ActiveModel::TestCase base classJeremy Kemper2009-09-241-1/+1
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-082-17/+4
* Fix warnings in AMoJoshua Peek2009-09-051-45/+1
* Fix failing AMo isolated testsJoshua Peek2009-09-052-0/+3
* added proc and symbol support to validates_numericality_of [#3049 state:resol...Kane2009-08-311-0/+18
* Add validates_format_of :without => /regexp/ option [Elliot Winkler, Peer Allan]Elliot Winkler2009-08-101-0/+29
* Introduce validates_with to encapsulate attribute validations in a class.Jeff Dean2009-08-091-0/+116
* Fix exclusive range patch to use begin/end instead of min/max. [#2981 status:...Adam Keys2009-08-081-0/+14
* Simplyfy validates_length_of and remove putsPratik Naik2009-08-081-1/+0
* validates_length_of with maximum should allow nil [#2309 status:resolved]jzw2009-08-081-3/+7
* Allow validations to use values from custom readers [#2936 state:resolved]James Hill2009-08-051-0/+14
* Simplify AMo validation attribute readerJoshua Peek2009-06-171-9/+9
* Merge branch 'master' into active_modelJoshua Peek2009-05-291-20/+8
* Deprecate Errors#on_base/add_to_base/invalid?/each_fullPratik Naik2009-03-211-3/+3
* Add ActiveModel::Validations tests for regular ruby classesPratik Naik2009-03-208-27/+150
* Add I18n translations to ActiveModel and move more AR specific parts to Activ...Pratik Naik2009-03-203-404/+320
* Deprecate Error#on(attribute) in favour of Errors#[attribute]Pratik Naik2009-03-206-65/+65
* TestDatabase -> TestsDatabasePratik Naik2009-03-2010-19/+19
* Move relevant validation tests from Active Record to Active ModelPratik Naik2009-03-2011-0/+1931