aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/with.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* change ActiveModel::Validation to ActiveModel::Validations in commentsSen Zhang2017-02-151-1/+1
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* Missing require extract_optionsAkira Matsuda2016-10-251-0/+2
* Move the validations HelperMethods to its own fileRoque Pinel2015-06-211-10/+0
* Add a note on custom validation contexts.Justin Weiss2014-08-051-2/+5
* add missing parentheses to validates_with documentation [skip ci]Steve Agalloco2014-04-041-1/+1
* Fix some validators when used on model instanceEric Hutzelman2014-02-261-0/+2
* deprecate Validator#setup (to get rid of a respond_to call). validators do th...Nick Sutterer2013-05-231-1/+2
* minor edits and remove mixed titles in AM::Validations docs [ci skip]Francesco Rodriguez2012-10-251-1/+1
* update ActiveModel::Valdations#validates_with docs [ci skip]Francesco Rodriguez2012-07-291-16/+18
* Set hash value instead of merge a single key, and use flatten! if possibleCarlos Antonio da Silva2012-06-261-2/+4
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-251-2/+2
* fixing validates_with docsFrancesco Rodriguez2012-05-161-6/+4
* minor docs improvementsOscar Del Ben2012-04-261-3/+3
* Cosmetic fixes in AM validatations docsAlexey Vakhov2011-11-271-1/+1
* Use .add instead of << to add errorsEvgeniy Dolzhenko2011-10-111-1/+1
* Implemented strict validation conceptBogdan Gusiev2011-08-171-2/+4
* Fix example code for #validates_with instance methodBen Marini2011-07-241-2/+2
* Configuration options are symbolsPaco Guzman2011-03-061-2/+2
* Optionally pass in the attribute being validated to an instance method validatorCarl Lerche2011-02-051-1/+7
* Be able to pass a validator method to #validatesCarl Lerche2011-02-051-0/+6
* Refactor previous commit a bit [#4057 state:resolved]José Valim2010-06-211-3/+0
* Add titles to the rest of the files in active_model/validations/*Rizwan Reza2010-06-151-0/+2
* minor changes to instance level validations implementation based on feedback ...Josh Kalderimis2010-05-131-25/+12
* validation macros can now be used within an instanceJosh Kalderimis2010-05-131-0/+66
* Add validators reflection so you can do 'Person.validators' and 'Person.valid...Prem Sichanugrist2010-02-211-0/+9
* Add validates method as shortcut to setup validators for a given set of attri...jamie2010-01-071-18/+29
* validates_each uses a BlockValidator.José Valim2009-12-231-2/+2
* Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-4/+1
* Validator is simply sent to validate method. However, the API needs to change...José Valim2009-12-221-5/+3
* Changed ActiveRecord to use new callbacks and speed up observers by only noti...José Valim2009-09-081-1/+1
* Introduce validates_with to encapsulate attribute validations in a class.Jeff Dean2009-08-091-0/+64