aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/ship.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix errors getting duplicated when passed validations options:Edouard CHIN2019-07-101-1/+2
* 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
* modernizes hash syntax in activerecordXavier Noria2016-08-061-6/+6
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-3/+3
* Only nullify persisted has_one target associationsAgis-2015-08-241-0/+1
* Correctly ignore `mark_for_destruction` without `autosave`Sean Griffin2015-07-201-0/+1
* Ensure cyclic associations w/ autosave don't cause duplicate errorsSean Griffin2015-07-181-0/+11
* Don't redefine autosave association callbacks in nested attrsSean Griffin2015-01-281-0/+1
* Deprecate `false` as the way to halt AR callbacksclaudiob2015-01-021-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Fixed custom validation context bug where childEric Chahin2014-05-011-0/+6
* Revert "context in validation goes through has many relationship"Aaron Patterson2014-02-201-8/+0
* context in validation goes through has many relationshipKevin Casey2014-02-081-0/+8
* Nested records (re: autosave) are now updated even when the intermediate pare...Ian White2010-05-181-1/+2
* Rollback the transaction when one of the autosave associations fails to save....Eloy Duran2010-01-081-0/+6
* Refactored previous changes to nested attributes.Eloy Duran2009-12-281-0/+2
* Define autosave association callbacks when using accepts_nested_attributes_for.Eloy Duran2009-11-071-1/+1
* Define autosave association validation methods only when needed. [#3161 state...Alexey Kovyrin2009-09-121-1/+1
* Changed API of NestedAttributes to take an array, or hash with index keys, of...Lance Ivy2009-02-131-2/+2
* Add support for nested object forms to ActiveRecord and the helpers in Action...Eloy Duran2009-02-011-0/+7
* move assets and modelsJeremy Kemper2008-01-181-0/+3