aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/autosave_association.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't unnecessarily load a belongs_to when saving.James Coleman2016-08-261-1/+3
* modernizes hash syntax in activerecordXavier Noria2016-08-061-3/+3
* A small documentation fix about autosave associations [ci skip]Mehmet Emin İNAÇ2016-03-051-1/+1
* Fixed setting errors details on autosaved associationsWojciech Wnętrzak2015-10-281-3/+18
* Merge pull request #19686 from tsun1215/index_errorsSean Griffin2015-10-261-3/+9
|\
| * Errors can be indexed with nested attributesMichael Probber2015-04-171-3/+9
* | applies new doc guidelines to Active Record.Yves Senn2015-10-141-5/+4
* | add missing `:nodoc:` for `AutosaveAssociation::ClassMethods` [ci skip]Yves Senn2015-10-141-1/+1
* | Fix Punctuation in `AutosaveAssociation` RDocRobert Eshleman2015-08-201-2/+2
* | Correctly ignore `mark_for_destruction` without `autosave`Sean Griffin2015-07-201-1/+1
* | Ensure cyclic associations w/ autosave don't cause duplicate errorsSean Griffin2015-07-181-0/+7
|/
* Always perform validations on nested attribute associationsSean Griffin2015-01-301-4/+12
* Fix potenital stack level too deep with autosave or validationMiklos Fazkeas2015-01-041-4/+11
* Deprecate `false` as the way to halt AR callbacksclaudiob2015-01-021-1/+1
* Deprecate `false` as the way to halt AS callbacksclaudiob2015-01-021-1/+7
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-3/+3
* Autosave callbacks shouldn't be `after_save`Agis-2014-10-131-1/+3
* Use has_attribute?Rafael Mendonça França2014-09-171-1/+1
* Don't autosave unchanged has_one through recordsAlan Kennedy2014-09-151-1/+3
* Do not mark object as persisted after an association is savedRafael Mendonça França2014-09-051-2/+0
* Don't save through records twiceSean Griffin2014-06-171-3/+2
* add has_one? method and reuse instead of checking macroeileencodes2014-06-091-1/+1
* Fix redefine a has_and_belongs_to_many inside inherited classArthur Neves2014-05-271-24/+23
* Merge pull request #15210 from arthurnn/fix_hbtm_reflectionArthur Neves2014-05-241-3/+5
* Revert "Revert "Merge pull request #8313 from alan/only_save_changed_has_one_...Rafael Mendonça França2014-05-201-2/+3
* Merge pull request #14924 from eric-chahin/issue_13854Matthew Draper2014-05-031-1/+2
|\
| * Fixed custom validation context bug where childEric Chahin2014-05-011-1/+2
|/
* docs, make association `autosave: true` examples runnable. Closes #14700Yves Senn2014-04-111-6/+9
* Revert "Merge pull request #8313 from alan/only_save_changed_has_one_objects"Rafael Mendonça França2014-03-251-3/+2
* Merge pull request #8313 from alan/only_save_changed_has_one_objectsRafael Mendonça França2014-03-101-2/+3
|\
| * Save has_one associations only if record has changesAlan Kennedy2013-10-311-2/+3
* | Revert "context in validation goes through has many relationship"Aaron Patterson2014-02-201-1/+1
* | context in validation goes through has many relationshipKevin Casey2014-02-081-1/+1
|/
* Save association when primary key is manually setlaurocaetano2013-10-241-1/+7
* Fix some indentation on autosave associationArthur Neves2013-10-171-196/+196
* Make define_non_cyclic_method simplerArthur Neves2013-10-171-7/+7
* extend by adding relationships rather than monkey patchingAaron Patterson2013-07-221-6/+6
* decouple extensions from association object stateAaron Patterson2013-07-221-1/+1
* Do not re-save destroyed association on saving parent objectPaul Nikitochkin2013-07-151-0/+1
* Revert "Merge pull request #4490 from EmmanuelOga/master"José Valim2013-06-041-1/+1
* destroys association records before saving/inserting new association recordsJohnny Holton2013-05-021-9/+8
* without autosave option updated records not saveNeeraj Singh2013-04-171-1/+2
* Prefer find_by over dynamic finders in rdocSam Ruby2013-04-021-4/+4
* Update other counter caches on destroyIan Young2013-03-201-0/+14
* No need to send public methodsAkira Matsuda2013-02-261-1/+1
* Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-181-4/+4
* User Rails 4 find_byrobertomiranda2013-01-181-4/+4
* Cleans and removes 'Examples' tag [ci skip]Alvaro Pereyra2012-12-011-2/+0
* 1.9 hash syntax changesAvnerCohen2012-11-081-11/+11
* Merge pull request #5248 from jcoleman/should-unset-association-when-an-exist...Jon Leighton2012-09-211-0/+1
|\