aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/validates.rb
Commit message (Expand)AuthorAgeFilesLines
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* Add a note on custom validation contexts.Justin Weiss2014-08-051-3/+5
* revises references to :allow_(nil|blank) in some docs [ci skip] [Steven Yang ...Xavier Noria2014-01-261-1/+3
* fix email regex example code [ci skip]Angelo capilleri2013-12-031-1/+1
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-2/+2
* Set hash value instead of using merge!Carlos Antonio da Silva2012-11-041-1/+1
* minor edits and remove mixed titles in AM::Validations docs [ci skip]Francesco Rodriguez2012-10-251-6/+5
* Added forgotten :message option to ActiveModel validates documentationAnatoly Makarevich2012-09-071-3/+3
* AM::Validation#validates: ability to pass custom exception to `:strict` optionBogdan Gusiev2012-08-061-2/+5
* update #validates and #validates! documentation [ci skip]Francesco Rodriguez2012-07-291-31/+43
* AM::Validations: remove documentation duplicatesBogdan Gusiev2012-07-101-3/+20
* Don't enable validations when passing false hash values to ActiveModel.validatesSteve Purcell2012-05-281-0/+1
* revise docs [ci skip]Vijay Dev2012-02-011-3/+3
* Generate strict validation error messages with attribute nameCarlos Antonio da Silva2012-02-011-7/+6
* whitespacesdreamfall2012-01-171-3/+3
* validates method should not change options argumentdreamfall2012-01-171-1/+1
* Fix a tiny typo in custom validators documentationJean Boussier2011-11-101-1/+1
* Use .add instead of << to add errorsEvgeniy Dolzhenko2011-10-111-2/+2
* Typo fixBogdan Gusiev2011-08-251-1/+1
* Implemented strict validation conceptBogdan Gusiev2011-08-171-3/+15
* Provide a way to specify alternate option keys for validatesCarl Lerche2011-02-051-1/+7
* Do not require that validation attributes be specified as symbolsCarl Lerche2011-02-051-2/+1
* Add support for namespaced validatorsSamuel Kadolph2010-12-161-1/+7
* Better shortcut options for custom validators [#5672 state:resolved]Obie Fernandez2010-09-241-5/+10
* you rarely want ^ or $ in validations, use \A when you mean \AXavier Noria2010-08-181-2/+2
* Missing object for comparison in ActiveModel::EachValidator example code.Trey Bean2010-08-171-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-5/+5
* fixes a typo reported by rymaiXavier Noria2010-08-101-1/+1
* Add titles to the rest of the files in active_model/validations/*Rizwan Reza2010-06-151-0/+2
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* Validates needs hash slice.José Valim2010-01-171-0/+2
* Fix typos and add tests to ensure they will be caught the next time.José Valim2010-01-111-1/+1
* Fix typo by renaming :genre to :gender.José Valim2010-01-091-1/+1
* Allow validates to map some types to specific options. So now you can do:José Valim2010-01-081-12/+32
* Allow :if, :unless, :on, :allow_nil and :allow_blank as shared options in val...José Valim2010-01-071-6/+18
* Add validates method as shortcut to setup validators for a given set of attri...jamie2010-01-071-0/+74