aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/test/cases/validations/validates_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix typo by renaming :genre to :gender.José Valim2010-01-091-6/+6
* Allow validates to map some types to specific options. So now you can do:José Valim2010-01-081-11/+37
* Allow :if, :unless, :on, :allow_nil and :allow_blank as shared options in val...José Valim2010-01-071-3/+38
* Add validates method as shortcut to setup validators for a given set of attri...jamie2010-01-071-0/+53