aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/lib/active_model/validator.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Module#{attr,attr_accessor,attr_reader,attr_writer} become public since Ruby 2.5Ryuta Kamizono2018-12-211-1/+1
* 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
* Fix broken RDoc formattingT.J. Schuck2017-05-261-1/+1
* fix ActiveModel::Validator#kind code examples [ci skip]stve2017-05-021-2/+2
* remove uniqueness validators from ActiveModel examplesstve2017-05-021-2/+2
* Fix typoScott González2017-01-101-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-3/+3
* applies new string literal convention in activemodel/libXavier Noria2016-08-061-1/+1
* Chomp: prefer String#chomp where we can for a clarity boostlvl0nax2016-04-291-1/+1
* Revert changes to validations from PR #18612eileencodes2016-02-231-11/+0
* Always validate record if validating a virtual attributeeileencodes2016-02-201-0/+7
* Change the deprecation messages to show the preferred way to work withRafael Mendonça França2015-02-201-1/+1
* use `messages` instead of deprecated `ActiveModel::Errors#[]=` method [ci skip]yuuji.yaginuma2015-02-201-1/+1
* Fix validations on child record when record parent has validate: falseeileencodes2015-02-011-0/+4
* Use Active Model, not ActiveModel in plain Englishclaudiob2015-01-021-1/+1
* Fix example code of `EachValidator` [ci skip]Chun-wei Kuo2014-07-281-1/+1
* remove depricated Validatior#setupKuldeep Aggarwal2014-06-101-16/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-12-201-1/+1
|\
| * Typos. return -> returns. [ci skip]Lauro Caetano2013-12-031-1/+1
* | Fix typo [ci skip]Rafael Mendonça França2013-12-131-1/+1
* | typos rectified lifecycle => life cycleAayush khandelwal2013-12-121-1/+1
|/
* deprecate Validator#setup (to get rid of a respond_to call). validators do th...Nick Sutterer2013-05-231-9/+23
* Clarify ActiveModel::Validator initialization in docs.Henrik Nyh2013-02-091-0/+3
* Set default value to ActiveModel::Validator initializer attributeIrio Irineu Musskopf Junior2013-01-091-1/+1
* Remove ActiveModel::Errors#add_on_present method.Rafael Mendonça França2012-12-211-1/+1
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-2/+2
* Raise ArgumentError when no attribute is given to AMo::EachValidatorCarlos Antonio da Silva2012-11-041-1/+1
* convert comments to 1.9 hash syntaxAvnerCohen2012-10-221-1/+1
* minor edits in AM documentation [ci skip]Francesco Rodriguez2012-10-211-1/+1
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-08-041-11/+11
|\
| * update ActiveModel::Validations docs [ci skip]Francesco Rodriguez2012-07-291-1/+1
| * update ActiveModel::Validator docs [ci skip]Francesco Rodriguez2012-07-291-10/+10
* | load active_support/core_ext/object/inclusion in active_support/railsXavier Noria2012-08-021-1/+0
* | load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
|/
* add :nodoc: to internal implementations of AM::Validator [ci skip]Francesco Rodriguez2012-07-061-2/+2
* Remove Array.wrap call in ActiveModelRafael Mendonça França2012-01-061-2/+1
* correct documentation on initialize method to accept a single parameterbradrobertson2011-10-261-1/+1
* Use .add instead of << to add errorsEvgeniy Dolzhenko2011-10-111-3/+3
* Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-1/+1
* Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-1/+1
* Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-1/+2
* Add additional text to NotImplementedErrors [#6328 state:resolved]Mike Gehard2011-03-121-2/+2
* formatting changesVijay Dev2011-03-071-12/+11
* Remove Example headers. Code just flows with the text. 6ce844a3Paco Guzman2011-03-061-3/+1