aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/validations/associated.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-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
* Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* Improve support for non Active Record objects on `validates_associated`Kassio Borges2015-11-081-2/+8
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-1/+2
* Add a note on custom validation contexts.Justin Weiss2014-08-051-3/+5
* Revert "Merge pull request #4490 from EmmanuelOga/master"José Valim2013-06-041-1/+1
* documentation fixes for Array.wrap and AR::Validations::AssociatedValidatorHrvoje Šimić2013-04-171-2/+2
* update AR::Validations documentation [ci skip]Francesco Rodriguez2012-09-221-1/+1
* update AR::Validations::AssociatedValidator documentation [ci skip]Francesco Rodriguez2012-07-291-13/+19
* validate related records in the same validation context as parent.Emmanuel Oga2012-01-171-1/+1
* Do not validate associated records marked for destructionOlek Janiszewski2011-12-051-2/+3
* make the warning clear about the effect of using validates_associated on both...Vijay Dev2011-08-041-9/+1
* Remove extra white spaces on ActiveRecord docs.Sebastian Martinez2011-05-231-2/+2
* copy-edits 8d96b89Xavier Noria2011-02-211-1/+3
* Clarification of ActiveRecord ActiveModel validation documentationPeer Allan2011-02-181-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-2/+2
* ensuring that description does not exceed 100 columnsNeeraj Singh2010-08-021-3/+4
* Make ActiveModel::Errors#add_on_blank and #add_on_empty accept an options has...Jeroen van Dijk2010-06-211-1/+1
* Ensure new validates works with uniqueness validator.José Valim2010-01-081-2/+1
* No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.res...José Valim2009-12-231-1/+1
* ActiveRecord::Validations are now built on top of Validator as well.José Valim2009-12-231-7/+9
* Move validate_on_create and validate_on_update from ActiveModel to ActiveRecordPratik Naik2009-03-211-2/+1
* Move uniqueness and association validations to Active RecordPratik Naik2009-03-191-0/+47