| Commit message (Expand) | Author | Age | Files | Lines |
* | revises references to :allow_(nil|blank) in some docs [ci skip] [Steven Yang ... | Xavier Noria | 2014-01-26 | 1 | -4/+2 |
* | deprecate Validator#setup (to get rid of a respond_to call). validators do th... | Nick Sutterer | 2013-05-23 | 1 | -1/+3 |
* | Convert ActiveModel to 1.9 hash syntax. | Patrick Robertson | 2013-05-01 | 1 | -1/+1 |
* | minor edits and remove mixed titles in AM::Validations docs [ci skip] | Francesco Rodriguez | 2012-10-25 | 1 | -3/+2 |
* | minor edits in AM documentation [ci skip] | Francesco Rodriguez | 2012-10-21 | 1 | -1/+1 |
* | AM::Validations: remove documentation duplicates | Bogdan Gusiev | 2012-07-10 | 1 | -16/+4 |
* | update ActiveModel::Validations::HelperMethods documentation [ci skip] | Francesco Rodriguez | 2012-07-05 | 1 | -10/+10 |
* | Use default + merge! instead of reverse_merge | Carlos Antonio da Silva | 2012-06-26 | 1 | -1/+1 |
* | add :nodoc: to internal implementations [ci skip] | Francesco Rodriguez | 2012-06-25 | 1 | -2/+2 |
* | fixing removed empty lines and examples | Francesco Rodriguez | 2012-05-16 | 1 | -0/+1 |
* | better format and fixes to validators docs | Francesco Rodriguez | 2012-05-16 | 1 | -3/+2 |
* | Implemented strict validation concept | Bogdan Gusiev | 2011-08-17 | 1 | -0/+2 |
* | Remove extra white spaces on ActiveModel docs. | Sebastian Martinez | 2011-05-23 | 1 | -1/+1 |
* | copy-edits 8d96b89 | Xavier Noria | 2011-02-21 | 1 | -3/+3 |
* | Clarification of ActiveRecord ActiveModel validation documentation | Peer Allan | 2011-02-18 | 1 | -1/+1 |
* | remove irrelevant comments | Neeraj Singh | 2010-09-18 | 1 | -2/+0 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -11/+11 |
* | Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has... | Jeroen van Dijk | 2010-06-21 | 1 | -2/+2 |
* | Minor doc changes to active_model/validations/acceptance.rb | Rizwan Reza | 2010-06-15 | 1 | -15/+30 |
* | Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an opt... | José Valim | 2010-05-15 | 1 | -1/+1 |
* | Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has... | Jeroen van Dijk | 2010-05-15 | 1 | -1/+1 |
* | validation macros can now be used within an instance | Josh Kalderimis | 2010-05-13 | 1 | -1/+1 |
* | Makes validates_acceptance_of to not override database fields [#4460 state:co... | Santiago Pastorino | 2010-04-28 | 1 | -2/+4 |
* | Add validates method as shortcut to setup validators for a given set of attri... | jamie | 2010-01-07 | 1 | -12/+8 |
* | ActiveRecord::Validations are now built on top of Validator as well. | José Valim | 2009-12-23 | 1 | -2/+5 |
* | Move validations in ActiveModel to validators, however all validatity checks ... | José Valim | 2009-12-23 | 1 | -7/+11 |
* | Properly require ActiveModel validation dependencies | Joshua Peek | 2009-06-08 | 1 | -2/+2 |
* | Move validate_on_create and validate_on_update from ActiveModel to ActiveRecord | Pratik Naik | 2009-03-21 | 1 | -1/+1 |
* | Move all the Active Record validations to Active Model | Pratik Naik | 2009-03-19 | 1 | -9/+12 |
* | Improve documentation coverage and markup | Xavier Noria | 2008-05-02 | 1 | -13/+13 |
* | Splitting them up first | David Heinemeier Hansson | 2008-04-01 | 1 | -0/+45 |