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
*
Merge pull request #34094 from christophemaximin/fix-activerecord-clearing-of...
Ryuta Kamizono
2018-10-10
3
-3
/
+5
|
\
|
*
Clear QueryCache when reloading associations
Christophe Maximin
2018-10-10
3
-3
/
+5
*
|
Don't expose internal methods in the associations
Ryuta Kamizono
2018-10-08
2
-32
/
+32
*
|
Fix `AssociationRelation` not to set inverse instance key just like before
Ryuta Kamizono
2018-10-07
1
-0
/
+8
|
/
*
Restore `preloaders_for_one` method
Ryuta Kamizono
2018-10-05
1
-5
/
+9
*
Merge pull request #33938 from faucct/bugfix/preload_through_no_records
Eileen M. Uchitelle
2018-10-04
1
-28
/
+24
|
\
|
*
ActiveRecord::Associations::Preloader should not fail to preload through miss...
Nikita Sokolov
2018-10-02
1
-28
/
+24
*
|
Fix call sites
Gannon McGibbon
2018-10-02
1
-1
/
+1
|
/
*
Add `Style/RedundantFreeze` to remove redudant `.freeze`
Yasuo Honda
2018-09-29
1
-1
/
+1
*
Avoid extra touch queries when counter cache is updated
Ryuta Kamizono
2018-09-27
1
-2
/
+8
*
Refactor counter cache to extract `decrement_counters_before_last_save` on th...
Ryuta Kamizono
2018-09-27
2
-48
/
+31
*
Merge pull request #31819 from bpohoriletz/master
Eileen M. Uchitelle
2018-09-26
1
-4
/
+3
|
\
|
*
If association is a hash-like object preloading fails
Bohdan Pohorilets
2018-09-26
1
-4
/
+3
*
|
Revert "Remove `counter_cache_target` which is no longer called"
Ryuta Kamizono
2018-09-26
1
-1
/
+10
*
|
Update counter cache in memory if parent target is existed
Ryuta Kamizono
2018-09-26
1
-10
/
+3
|
/
*
Remove `counter_cache_target` which is no longer called
Ryuta Kamizono
2018-09-26
1
-10
/
+1
*
Don't update counter cache unless the record is actually saved
Ryuta Kamizono
2018-09-19
3
-23
/
+1
*
ActiveRecord::Associations::Preloader should preload all instances of the sam...
Nikita Sokolov
2018-09-16
1
-1
/
+0
*
Enable Style/ParenthesesAroundCondition cop
Ryuta Kamizono
2018-08-19
1
-1
/
+1
*
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
[next]