aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/with.rb
Commit message (Expand)AuthorAgeFilesLines
* Configuration options are symbolsPaco Guzman2011-03-061-2/+2
* Optionally pass in the attribute being validated to an instance method validatorCarl Lerche2011-02-051-1/+7
* Be able to pass a validator method to #validatesCarl Lerche2011-02-051-0/+6
* Refactor previous commit a bit [#4057 state:resolved]José Valim2010-06-211-3/+0
* Add titles to the rest of the files in active_model/validations/*Rizwan Reza2010-06-151-0/+2
* minor changes to instance level validations implementation based on feedback ...Josh Kalderimis2010-05-131-25/+12
* validation macros can now be used within an instanceJosh Kalderimis2010-05-131-0/+66
* Add validators reflection so you can do 'Person.validators' and 'Person.valid...Prem Sichanugrist2010-02-211-0/+9
* Add validates method as shortcut to setup validators for a given set of attri...jamie2010-01-071-18/+29
* validates_each uses a BlockValidator.José Valim2009-12-231-2/+2
* Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-4/+1
* Validator is simply sent to validate method. However, the API needs to change...José Valim2009-12-221-5/+3
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-1/+1
* Introduce validates_with to encapsulate attribute validations in a class.Jeff Dean2009-08-091-0/+64