aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/confirmation.rb
Commit message (Expand)AuthorAgeFilesLines
* AMo typosAkira Matsuda2015-09-221-2/+2
* Fix failure introduced by #17351 due to the new mocks implementationCarlos Antonio da Silva2015-09-011-1/+1
* Fix syntax error introduced by #17351.Jashank Jeremy2015-09-011-1/+1
* Add case_sensitive option for confirmation validationAkshat Sharma2015-09-011-4/+16
* Update documentation to match change in #5942 [ci skip]edogawaconan2014-08-241-1/+1
* revises references to :allow_(nil|blank) in some docs [ci skip] [Steven Yang ...Xavier Noria2014-01-261-1/+1
* deprecate Validator#setup (to get rid of a respond_to call). validators do th...Nick Sutterer2013-05-231-1/+7
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-1/+1
* `validates_confirmation_of` does not override writer methods.Yves Senn2013-03-041-1/+5
* minor edits and remove mixed titles in AM::Validations docs [ci skip]Francesco Rodriguez2012-10-251-2/+1
* minor edits in AM documentation [ci skip]Francesco Rodriguez2012-10-211-1/+1
* AM::Validations: remove documentation duplicatesBogdan Gusiev2012-07-101-16/+4
* update ActiveModel::Validations::HelperMethods documentation [ci skip]Francesco Rodriguez2012-07-051-11/+12
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-251-2/+2
* fixing removed empty lines and examplesFrancesco Rodriguez2012-05-161-0/+1
* better format and fixes to validators docsFrancesco Rodriguez2012-05-161-3/+2
* Support i18n attributes for confirmationBrian Cardarella2012-04-241-1/+2
* confirmation validation error attributeBrian Cardarella2012-04-231-1/+1
* Update ConfirmationValidator docs, correct when the validator runsAlan Harper2012-01-051-1/+1
* Implemented strict validation conceptBogdan Gusiev2011-08-171-0/+2
* Remove extra white spaces on ActiveModel docs.Sebastian Martinez2011-05-231-1/+1
* copy-edits 8d96b89Xavier Noria2011-02-211-2/+3
* Clarification of ActiveRecord ActiveModel validation documentationPeer Allan2011-02-181-1/+1
* Don't redefine existing attributes accessors.Emilio Tagua2010-09-271-1/+3
* Refactoring conditional logicSubba Rao Pasupuleti2010-09-011-3/+3
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-10/+10
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-211-3/+3
* Minor doc changes to active_model/validations/confirmation.rbRizwan Reza2010-06-151-13/+27
* Revert "Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an opt...José Valim2010-05-151-1/+1
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-05-151-1/+1
* validation macros can now be used within an instanceJosh Kalderimis2010-05-131-1/+1
* Add validates method as shortcut to setup validators for a given set of attri...jamie2010-01-071-3/+5
* Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-9/+11
* Properly require ActiveModel validation dependenciesJoshua Peek2009-06-081-2/+2
* Move validate_on_create and validate_on_update from ActiveModel to ActiveRecordPratik Naik2009-03-211-2/+1
* Move all the Active Record validations to Active ModelPratik Naik2009-03-191-4/+6
* Improve documentation coverage and markupXavier Noria2008-05-021-8/+8
* Splitting them up firstDavid Heinemeier Hansson2008-04-011-0/+44