index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't share seen object cache between different join nodes in eager loading
Ryuta Kamizono
2018-07-03
1
-0
/
+18
*
`references(:developers_projects_join)` isn't needed if using `where` with ha...
Ryuta Kamizono
2018-06-26
1
-16
/
+2
*
Ensure to calculate column aliases after all table aliases are constructed
Ryuta Kamizono
2018-06-19
1
-2
/
+44
*
Don't use `target=`
Rafael Mendonça França
2018-06-11
1
-1
/
+1
*
Use `-=` to change the update the collection on the association
Rafael Mendonça França
2018-06-11
1
-1
/
+1
*
Fix alias confliction when joining same table on has many through with left_j...
Ryuta Kamizono
2018-06-11
1
-0
/
+4
*
Fix `collection.create` to could be rolled back by `after_save`
Ryuta Kamizono
2018-06-07
1
-0
/
+11
*
Initialization block is a part of `build_record`
Ryuta Kamizono
2018-06-04
1
-0
/
+12
*
Fix that association's after_touch is not called with counter cache
Ryuta Kamizono
2018-05-27
1
-0
/
+17
*
Fix inconsistent touching behavior between assigning and unassigning
Ryuta Kamizono
2018-05-27
1
-0
/
+25
*
Fix `belongs_to_counter_cache_after_update` to respect polymorphic type change
Ryuta Kamizono
2018-05-27
1
-1
/
+12
*
Fix `belongs_to_counter_cache_after_update` to respect custom primary key cou...
Ryuta Kamizono
2018-05-26
1
-1
/
+7
*
Fix `different_target?` to respect custom primary key counter
Ryuta Kamizono
2018-05-26
1
-0
/
+7
*
Eager loading won't mutate owner record
Ryuta Kamizono
2018-05-25
1
-0
/
+8
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
3
-6
/
+6
*
Allow a belonging to object to be created from a new record
Jolyon Pawlyn
2018-05-01
1
-0
/
+9
*
Merge pull request #32727 from utilum/assert_dont_expects
Rafael França
2018-04-27
1
-9
/
+13
|
\
|
*
assert_called
utilum
2018-04-26
1
-3
/
+4
|
*
assert_not_called
utilum
2018-04-26
1
-6
/
+9
*
|
Ensure that `ids_reader` respects dirty target whether target is loaded or not
Ryuta Kamizono
2018-04-27
1
-2
/
+2
*
|
Merge pull request #32617 from tgturner/size-should-use-available-association
Ryuta Kamizono
2018-04-27
1
-0
/
+74
|
\
\
|
*
|
Loaded associations should not run a new query when size is called
Graham Turner
2018-04-26
1
-0
/
+74
|
|
/
*
/
Add test case that assigning belongs_to on destroyed object raises frozen error
Ryuta Kamizono
2018-04-27
1
-0
/
+7
|
/
*
Using existing models for building multiple has_one through tests
Ryuta Kamizono
2018-04-22
1
-16
/
+12
*
Merge pull request #32514 from samdec/multiple-has-one-through-associations-b...
Ryuta Kamizono
2018-04-22
1
-0
/
+22
|
\
|
*
Fix .new with multiple through associations
Sam DeCesare
2018-04-09
1
-0
/
+22
*
|
Add test case for `collection.size` with dirty target
Ryuta Kamizono
2018-04-21
1
-0
/
+10
*
|
Can preload associations through polymorphic associations
Dana Sherson
2018-04-20
1
-0
/
+29
*
|
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
5
-6
/
+6
|
/
*
Autocorrect `refute` RuboCop violations
Daniel Colson
2018-04-03
2
-2
/
+2
*
Fix intermittent CI failure due to setting explicit `person.id = 10`
Ryuta Kamizono
2018-03-30
1
-4
/
+0
*
Don't unset foreign key when preloading missing record
Eugene Kenny
2018-03-24
1
-0
/
+2
*
Fix dependence on has_one/belongs_to relationships
Fernando Gorodscy
2018-03-06
2
-0
/
+48
*
Eager loading with polymorphic associations should behave consistently
Ryuta Kamizono
2018-03-04
1
-2
/
+4
*
Extract all `base_class.name` as `polymorphic_name`
Ryuta Kamizono
2018-03-04
1
-9
/
+23
*
Fix "NameError: uninitialized constant Categorization::Category"
yuuji.yaginuma
2018-02-26
1
-0
/
+1
*
Merge pull request #31895 from kamipo/do_not_attempt_to_find_inverse_of_polym...
Ryuta Kamizono
2018-02-26
1
-0
/
+10
|
\
|
*
Make `reflection.klass` raise if `polymorphic?` not to be misused
Ryuta Kamizono
2018-02-19
1
-0
/
+10
*
|
Association creation and finding should work consistently (#32048)
Ryuta Kamizono
2018-02-26
1
-5
/
+35
|
/
*
Association scope's own order should be prioritized over through scope's order
Ryuta Kamizono
2018-02-18
1
-0
/
+7
*
Deprecate update_attributes and update_attributes!
Eddie Lebow
2018-02-17
2
-7
/
+7
*
Merge pull request #31934 from fatkodima/fix-has_many_through-dumping
Ryuta Kamizono
2018-02-09
1
-0
/
+5
|
\
|
*
Fix marshaling of models with `has_many :through` associations
fatkodima
2018-02-08
1
-0
/
+6
|
/
*
Remove extra whitespace
Daniel Colson
2018-01-25
4
-25
/
+25
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
9
-68
/
+68
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
13
-242
/
+242
*
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-1
/
+1
*
Fix building has_one through record
Ryuta Kamizono
2018-01-23
1
-0
/
+12
*
Don't update counter cache when through record was not destroyed
Eugene Kenny
2018-01-14
1
-0
/
+10
*
Merge pull request #23146 from piotrj/issue_18424
Ryuta Kamizono
2018-01-11
1
-0
/
+19
|
\
[next]