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
/
lib
/
active_record
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extract `Relation#update_counters` for internal use
Ryuta Kamizono
2018-07-30
2
-13
/
+8
*
Avoid unneeded expanded column aliases array caching
Ryuta Kamizono
2018-07-10
2
-8
/
+5
*
Don't extract `readonly_value` each time
Ryuta Kamizono
2018-07-03
2
-5
/
+7
*
Don't share seen object cache between different join nodes in eager loading
Ryuta Kamizono
2018-07-03
1
-2
/
+2
*
Use `reflection.alias_candidate` in `table_alias_for`
Ryuta Kamizono
2018-06-26
1
-1
/
+1
*
Remove all `aliases` passing from `JoinDependency`
Ryuta Kamizono
2018-06-20
1
-2
/
+2
*
Remove useless `aliases` argument from `JoinDependency#construct`
Ryuta Kamizono
2018-06-20
1
-5
/
+5
*
Remove unused `rs` argument from `JoinDependency#construct`
Ryuta Kamizono
2018-06-20
1
-5
/
+5
*
Merge pull request #33158 from bogdan/cleanup-habtm-builder
Ryuta Kamizono
2018-06-19
1
-37
/
+16
|
\
|
*
Removed useless utility classes inside HABTM association builder
Bogdan Gusiev
2018-06-19
1
-37
/
+16
*
|
Ensure to calculate column aliases after all table aliases are constructed
Ryuta Kamizono
2018-06-19
3
-58
/
+57
|
/
*
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
-2
/
+1
*
Merge pull request #29939 from arthurchui/activerecord-delete-associations-loop
Rafael Mendonça França
2018-06-11
1
-1
/
+2
|
\
|
*
Use hash lookup for deleting existing associations from `target`
Arthur Chui
2017-07-25
1
-1
/
+2
*
|
Fix alias confliction when joining same table on has many through with left_j...
Ryuta Kamizono
2018-06-11
1
-1
/
+1
*
|
Fix `collection.create` to could be rolled back by `after_save`
Ryuta Kamizono
2018-06-07
1
-3
/
+9
*
|
Child joins should be aliased when merging relations
Chalo Fernandez
2018-06-06
1
-1
/
+1
*
|
Initialization block is a part of `build_record`
Ryuta Kamizono
2018-06-04
6
-14
/
+10
*
|
Fix inconsistent touching behavior between assigning and unassigning
Ryuta Kamizono
2018-05-27
2
-2
/
+3
*
|
Fix `belongs_to_counter_cache_after_update` to respect polymorphic type change
Ryuta Kamizono
2018-05-27
3
-2
/
+9
*
|
Avoid a subquery in updating counter cache
Ryuta Kamizono
2018-05-26
1
-6
/
+1
*
|
Fix `belongs_to_counter_cache_after_update` to respect custom primary key cou...
Ryuta Kamizono
2018-05-26
1
-0
/
+13
*
|
Fix `different_target?` to respect custom primary key counter
Ryuta Kamizono
2018-05-26
1
-3
/
+6
*
|
Eager loading won't mutate owner record
Ryuta Kamizono
2018-05-25
2
-11
/
+19
*
|
Don't expose `SingularAssociation#replace` which is internal API
Ryuta Kamizono
2018-05-16
3
-47
/
+44
*
|
Allow a belonging to object to be created from a new record
Jolyon Pawlyn
2018-05-01
2
-4
/
+8
*
|
Ensure that `ids_reader` respects dirty target whether target is loaded or not
Ryuta Kamizono
2018-04-27
1
-1
/
+3
*
|
Loaded associations should not run a new query when size is called
Graham Turner
2018-04-26
1
-1
/
+3
*
|
Merge pull request #32514 from samdec/multiple-has-one-through-associations-b...
Ryuta Kamizono
2018-04-22
1
-1
/
+5
|
\
\
|
*
|
Fix .new with multiple through associations
Sam DeCesare
2018-04-09
1
-1
/
+5
*
|
|
`target` in `CollectionAssociation` is always an array
Ryuta Kamizono
2018-04-21
1
-2
/
+2
*
|
|
Can preload associations through polymorphic associations
Dana Sherson
2018-04-20
1
-10
/
+15
|
/
/
*
|
Don't unset foreign key when preloading missing record
Eugene Kenny
2018-03-24
1
-2
/
+2
*
|
Fix dependence on has_one/belongs_to relationships
Fernando Gorodscy
2018-03-06
2
-1
/
+10
*
|
Eager loading with polymorphic associations should behave consistently
Ryuta Kamizono
2018-03-04
1
-4
/
+2
*
|
Extract all `base_class.name` as `polymorphic_name`
Ryuta Kamizono
2018-03-04
4
-8
/
+8
*
|
Remove staled comment for `JoinDependency#initialize`
Ryuta Kamizono
2018-03-02
1
-21
/
+0
*
|
Association creation and finding should work consistently (#32048)
Ryuta Kamizono
2018-02-26
1
-1
/
+1
*
|
Use private attr_reader
Ryuta Kamizono
2018-02-23
3
-4
/
+3
*
|
Association scope's own order should be prioritized over through scope's order
Ryuta Kamizono
2018-02-18
1
-2
/
+2
*
|
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
1
-5
/
+1
*
|
Fix marshaling of models with `has_many :through` associations
fatkodima
2018-02-08
1
-2
/
+2
*
|
Revert "✂️"
Ryuta Kamizono
2018-02-07
1
-1
/
+2
*
|
✂️
schneems
2018-02-06
1
-2
/
+1
*
|
Avoid extra calls to to_s
Daniel Colson
2018-01-29
2
-3
/
+3
*
|
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
2
-2
/
+2
*
|
Fix building has_one through record
Ryuta Kamizono
2018-01-23
3
-14
/
+10
*
|
Don't update counter cache when through record was not destroyed
Eugene Kenny
2018-01-14
1
-1
/
+1
*
|
Don't pass garbage args to alias tracker
Ryuta Kamizono
2018-01-14
1
-10
/
+2
[next]