aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/exclusion.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor previous commit a bit [#4057 state:resolved]José Valim2010-06-211-1/+1
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-211-2/+3
* Add titles to the rest of the files in active_model/validations/*Rizwan Reza2010-06-151-0/+2
* Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an opt...José Valim2010-05-151-1/+1
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-05-151-1/+1
* validation macros can now be used within an instanceJosh Kalderimis2010-05-131-1/+1
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-031-1/+1
* Compile length validator options still at the class level, so whenever the va...José Valim2010-01-081-1/+0
* Add validates method as shortcut to setup validators for a given set of attri...jamie2010-01-071-3/+2
* Added check_validity! to EachValidator and refactor existing ones.José Valim2009-12-231-4/+5
* Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-9/+12
* Properly require ActiveModel validation dependenciesJoshua Peek2009-06-081-2/+2
* Move validate_on_create and validate_on_update from ActiveModel to ActiveRecordPratik Naik2009-03-211-2/+1
* Move all the Active Record validations to Active ModelPratik Naik2009-03-191-7/+9
* More symbols for send and respond_to?.Clemens Kofler2008-09-031-1/+1
* Improve documentation coverage and markupXavier Noria2008-05-021-8/+8
* Fix more typos and changelogPratik Naik2008-04-051-1/+1
* Splitting them up firstDavid Heinemeier Hansson2008-04-011-0/+37