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
*
Refactor to just use `Association#target=` in `associate_records_to_owner`
Ryuta Kamizono
2019-02-09
1
-3
/
+2
*
Merge pull request #35178 from bogdan/has-many-size
Ryuta Kamizono
2019-02-08
1
-2
/
+2
|
\
|
*
Bugfix has_many association #size when ids reader is cached and association i...
Bogdan Gusiev
2019-02-08
1
-2
/
+2
*
|
Fix `CollectionProxy#concat` to return self by alias it to `#<<`
Yuya Tanaka
2019-02-06
2
-33
/
+6
|
/
*
Merge pull request #35127 from bogdan/counter-cache-loading
Ryuta Kamizono
2019-02-05
2
-16
/
+13
|
\
|
*
Bugfix association loading behavior when counter cache is zero
Bogdan Gusiev
2019-02-05
2
-16
/
+13
*
|
Ensure `StatementCache#execute` never raises `RangeError`
Ryuta Kamizono
2019-01-18
2
-5
/
+1
*
|
Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28...
Laerti
2019-01-15
3
-2
/
+9
|
/
*
Merge pull request #34806 from bogdan/reuse-find-target
Ryuta Kamizono
2018-12-27
4
-30
/
+20
|
\
|
*
Reuse AR::Association#find_target method
Bogdan Gusiev
2018-12-27
4
-29
/
+21
*
|
Merge pull request #34609 from kamipo/delete_all_on_collection_proxy
Ryuta Kamizono
2018-12-04
2
-0
/
+3
|
\
\
|
*
|
Ensure that `delete_all` on collection proxy returns affected count
Ryuta Kamizono
2018-12-04
2
-0
/
+3
|
|
/
*
/
Reset scope after collection delete
Gannon McGibbon
2018-12-04
1
-4
/
+4
|
/
*
Revert "Merge pull request #34538 from bogdan/reuse-find-target"
Ryuta Kamizono
2018-11-28
3
-23
/
+28
*
Reuse code in AR::Association#find_target
Bogdan Gusiev
2018-11-27
3
-29
/
+23
*
Optimize difference and intersection
Florian Ebeling
2018-11-06
1
-17
/
+9
*
Rename union to intersection
Florian Ebeling
2018-11-06
3
-3
/
+3
*
Fix handling of duplicates for `replace` on has_many-through
Florian Ebeling
2018-11-06
3
-3
/
+41
*
Don't expose internal `get_value`/`set_value` methods
Ryuta Kamizono
2018-10-18
1
-1
/
+1
*
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
[next]