aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/associations
Commit message (Expand)AuthorAgeFilesLines
* Don't share seen object cache between different join nodes in eager loadingRyuta Kamizono2018-07-031-0/+18
* `references(:developers_projects_join)` isn't needed if using `where` with ha...Ryuta Kamizono2018-06-261-16/+2
* Ensure to calculate column aliases after all table aliases are constructedRyuta Kamizono2018-06-191-2/+44
* Don't use `target=`Rafael Mendonça França2018-06-111-1/+1
* Use `-=` to change the update the collection on the associationRafael Mendonça França2018-06-111-1/+1
* Fix alias confliction when joining same table on has many through with left_j...Ryuta Kamizono2018-06-111-0/+4
* Fix `collection.create` to could be rolled back by `after_save`Ryuta Kamizono2018-06-071-0/+11
* Initialization block is a part of `build_record`Ryuta Kamizono2018-06-041-0/+12
* Fix that association's after_touch is not called with counter cacheRyuta Kamizono2018-05-271-0/+17
* Fix inconsistent touching behavior between assigning and unassigningRyuta Kamizono2018-05-271-0/+25
* Fix `belongs_to_counter_cache_after_update` to respect polymorphic type changeRyuta Kamizono2018-05-271-1/+12
* Fix `belongs_to_counter_cache_after_update` to respect custom primary key cou...Ryuta Kamizono2018-05-261-1/+7
* Fix `different_target?` to respect custom primary key counterRyuta Kamizono2018-05-261-0/+7
* Eager loading won't mutate owner recordRyuta Kamizono2018-05-251-0/+8
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-133-6/+6
* Allow a belonging to object to be created from a new recordJolyon Pawlyn2018-05-011-0/+9
* Merge pull request #32727 from utilum/assert_dont_expectsRafael França2018-04-271-9/+13
|\
| * assert_calledutilum2018-04-261-3/+4
| * assert_not_calledutilum2018-04-261-6/+9
* | Ensure that `ids_reader` respects dirty target whether target is loaded or notRyuta Kamizono2018-04-271-2/+2
* | Merge pull request #32617 from tgturner/size-should-use-available-associationRyuta Kamizono2018-04-271-0/+74
|\ \
| * | Loaded associations should not run a new query when size is calledGraham Turner2018-04-261-0/+74
| |/
* / Add test case that assigning belongs_to on destroyed object raises frozen errorRyuta Kamizono2018-04-271-0/+7
|/
* Using existing models for building multiple has_one through testsRyuta Kamizono2018-04-221-16/+12
* Merge pull request #32514 from samdec/multiple-has-one-through-associations-b...Ryuta Kamizono2018-04-221-0/+22
|\
| * Fix .new with multiple through associationsSam DeCesare2018-04-091-0/+22
* | Add test case for `collection.size` with dirty targetRyuta Kamizono2018-04-211-0/+10
* | Can preload associations through polymorphic associationsDana Sherson2018-04-201-0/+29
* | Replace `assert !` with `assert_not`Daniel Colson2018-04-195-6/+6
|/
* Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-032-2/+2
* Fix intermittent CI failure due to setting explicit `person.id = 10`Ryuta Kamizono2018-03-301-4/+0
* Don't unset foreign key when preloading missing recordEugene Kenny2018-03-241-0/+2
* Fix dependence on has_one/belongs_to relationshipsFernando Gorodscy2018-03-062-0/+48
* Eager loading with polymorphic associations should behave consistentlyRyuta Kamizono2018-03-041-2/+4
* Extract all `base_class.name` as `polymorphic_name`Ryuta Kamizono2018-03-041-9/+23
* Fix "NameError: uninitialized constant Categorization::Category"yuuji.yaginuma2018-02-261-0/+1
* Merge pull request #31895 from kamipo/do_not_attempt_to_find_inverse_of_polym...Ryuta Kamizono2018-02-261-0/+10
|\
| * Make `reflection.klass` raise if `polymorphic?` not to be misusedRyuta Kamizono2018-02-191-0/+10
* | Association creation and finding should work consistently (#32048)Ryuta Kamizono2018-02-261-5/+35
|/
* Association scope's own order should be prioritized over through scope's orderRyuta Kamizono2018-02-181-0/+7
* Deprecate update_attributes and update_attributes!Eddie Lebow2018-02-172-7/+7
* Merge pull request #31934 from fatkodima/fix-has_many_through-dumpingRyuta Kamizono2018-02-091-0/+5
|\
| * Fix marshaling of models with `has_many :through` associationsfatkodima2018-02-081-0/+6
|/
* Remove extra whitespaceDaniel Colson2018-01-254-25/+25
* Use assert_empty and assert_not_emptyDaniel Colson2018-01-259-68/+68
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-2513-242/+242
* Use respond_to test helpersDaniel Colson2018-01-251-1/+1
* Fix building has_one through recordRyuta Kamizono2018-01-231-0/+12
* Don't update counter cache when through record was not destroyedEugene Kenny2018-01-141-0/+10
* Merge pull request #23146 from piotrj/issue_18424Ryuta Kamizono2018-01-111-0/+19
|\