aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validations/inclusion.rb
Commit message (Expand)AuthorAgeFilesLines
* Update validates_inclusion_of exampleCassidy Kobewka2018-04-171-1/+1
* [Active Model] require => require_relativeAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in activemodel/Kir Shatrov2017-07-161-0/+2
* [Active Model] require => require_relativeAkira Matsuda2017-07-011-1/+1
* change ActiveModel::Validation to ActiveModel::Validations in commentsSen Zhang2017-02-151-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* Improve Validation Helpers' documentation comments and testsRadan Skoric2015-06-271-3/+3
* revises references to :allow_(nil|blank) in some docs [ci skip] [Steven Yang ...Xavier Noria2014-01-261-5/+1
* doc proc/lambda arg on inclusion validation. Closes #13689. [ci skip]Yves Senn2014-01-131-1/+2
* Use Range#cover? for Numeric ranges (tests via endpoints) and use Range#inclu...Charles Bergeron2013-05-271-1/+1
* Convert ActiveModel to 1.9 hash syntax.Patrick Robertson2013-05-011-1/+1
* 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
* Accept a symbol for `:in` option on inclusion and exclusion validatorsGabriel Sobrinho2012-08-241-1/+2
* Update documentation and change the range method name to delimiter.Rafael Mendonça França2012-07-201-0/+1
* Don't pass `:within` option to the i18nRafael Mendonça França2012-07-201-1/+1
* AM::Validations: remove documentation duplicatesBogdan Gusiev2012-07-101-14/+4
* fix syntax of AM::Validations::HelperMethods examples [ci skip]Francesco Rodriguez2012-07-051-1/+1
* update ActiveModel::Validations::HelperMethods documentation [ci skip]Francesco Rodriguez2012-07-051-18/+19
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-251-1/+1
* Range#cover? is not implemented in AS nowAkira Matsuda2012-06-121-2/+2
* fixing removed empty lines and examplesFrancesco Rodriguez2012-05-161-0/+1
* better format and fixes to validators docsFrancesco Rodriguez2012-05-161-11/+16
* Remove code duplication in InclusionValidator and ExclusionValidator.Rafael Mendonça França2012-03-281-22/+4
* Implemented strict validation conceptBogdan Gusiev2011-08-171-0/+2
* Don't add .rb in requiresGuillermo Iguaran2011-05-311-1/+1
* Remove extra white spaces on ActiveModel docs.Sebastian Martinez2011-05-231-2/+2
* Remove code duplication.José Valim2011-04-111-1/+2
* No need to rescue here. Invoking the wrong method in an object can happen any...José Valim2011-04-111-2/+0
* Revert "Add :use_include option to allow user to explicitly use `Range#includ...José Valim2011-04-111-9/+7
* Add :use_include option to allow user to explicitly use `Range#include?` meth...Prem Sichanugrist2011-04-101-7/+9
* Add support for proc or lambda as an option for InclusionValidator, Exclusion...Prem Sichanugrist2011-04-101-7/+20
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-02-211-0/+3
|\
| * copy-edits 8d96b89Xavier Noria2011-02-211-0/+3
* | documents the backported Range#cover?, and related stuffXavier Noria2011-02-201-3/+5
* | refactored ActiveModel::Validations::InclusionValidator#validate_eachDiego Carrion2011-02-191-18/+8
|/
* Change validates inclusion to use cover? for Ranges in ruby 1.9 [#6453 state:...Frederick Cheung2011-02-181-3/+20
* Refactor previous commit a bit [#4057 state:resolved]José Valim2010-06-211-1/+1
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-211-2/+3
* Add titles to the rest of the files in active_model/validations/*Rizwan Reza2010-06-151-0/+2
* 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
* Favor %{} in all code instead of (deprecated) {{}} as interpolation syntax fo...Lawrence Pit2010-05-031-1/+1
* Cosmetics: mismatch indentationJeremy Kemper2010-03-281-1/+1
* Compile length validator options still at the class level, so whenever the va...José Valim2010-01-081-1/+0
* Add validates method as shortcut to setup validators for a given set of attri...jamie2010-01-071-3/+2
* Added check_validity! to EachValidator and refactor existing ones.José Valim2009-12-231-4/+5
* Move validations in ActiveModel to validators, however all validatity checks ...José Valim2009-12-231-9/+12
* Properly require ActiveModel validation dependenciesJoshua Peek2009-06-081-2/+2