aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/validations
Commit message (Expand)AuthorAgeFilesLines
* make sure de-serialization happens on object instantiationAaron Patterson2011-02-011-0/+6
* store the serialized column values in the @attributes hashAaron Patterson2011-02-011-6/+0
* move the coders to the serialized_attributes hashAaron Patterson2011-02-011-2/+4
* Fix documentation for validates_uniqueness_of to NOT have a :scope argument a...Ryan Bigg2011-01-061-3/+8
* No need to create a variables to use them once.Emilio Tagua2010-11-241-5/+2
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-1/+1
* Update the validates_uniqueness_of documentation to tell you to use a unique ...Michael Koziarski2010-11-081-25/+17
* serialized attributes should be serialized before validation [#5525 state:res...Aaron Patterson2010-09-071-0/+5
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-142-12/+12
* ensuring that description does not exceed 100 columnsNeeraj Singh2010-08-022-12/+17
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-212-2/+2
* Avoid deprecated String#to_a by using Array.wrap(...) instead of Array(...)Jeremy Kemper2010-04-101-1/+3
* use the database to lower case strings rather than ruby. [#4293 state:resolved]Aaron Patterson2010-03-281-4/+2
* Rename Model.active_relation to Model.unscopedPratik Naik2010-01-171-1/+1
* Ensure new validates works with uniqueness validator.José Valim2010-01-082-5/+7
* Use relations to build uniqueness conditionsPratik Naik2010-01-021-8/+9
* Fix uniqueness validation: with_exclusive_scope is not publicJeremy Kemper2009-12-281-1/+1
* No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...José Valim2009-12-231-1/+1
* ActiveRecord::Validations are now built on top of Validator as well.José Valim2009-12-232-65/+85
* validate uniqueness with limit in utf8Elise Huard2009-08-091-1/+1
* Move validate_on_create and validate_on_update from ActiveModel to ActiveRecordPratik Naik2009-03-211-2/+1
* Move uniqueness and association validations to Active RecordPratik Naik2009-03-192-0/+206