aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validator.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Tiny fixes to rdocAlexey Mahotkin2010-09-161-2/+2
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-11/+11
* Freeze options so we raise an error when people modify it in place.José Valim2010-08-031-1/+1
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-2/+2
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-151-2/+2
|\
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-2/+2
* | edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-141-1/+1
* | Revised the rest of the files from ActiveModel.Rizwan Reza2010-06-141-0/+3
|/
* minor changes to instance level validations implementation based on feedback ...Josh Kalderimis2010-05-131-0/+3
* adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
* Use Array.wrap uniformlyJeremy Kemper2010-03-271-1/+2
* Add validators reflection so you can do 'Person.validators' and 'Person.valid...Prem Sichanugrist2010-02-211-0/+18
* Full update on ActiveModel documentationMikel Lindsaar2010-02-011-2/+3
* Add validates method as shortcut to setup validators for a given set of attri...jamie2010-01-071-9/+58
* Add missing tests to Validators.José Valim2010-01-031-1/+2
* validates_each uses a BlockValidator.José Valim2009-12-231-2/+20
* Added check_validity! to EachValidator and refactor existing ones.José Valim2009-12-231-0/+4
* Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-2/+22
* Validator is simply sent to validate method. However, the API needs to change...José Valim2009-12-221-4/+3
* Move validator, human_name and human_attribute_name to ActiveModel, remove de...José Valim2009-10-201-0/+68