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
*
Provide arguments to RecordNotFound
Nikita Misharin
2017-11-25
1
-1
/
+7
*
Consolidate duplicated `to_ary`/`to_a` definitions in `Relation` and `Collect...
Ryuta Kamizono
2017-11-10
1
-4
/
+6
*
Remove useless preloader classes
Ryuta Kamizono
2017-11-10
10
-104
/
+15
*
Don't expose accessors which are internal used only
Ryuta Kamizono
2017-11-08
2
-3
/
+6
*
Don't expose internal methods in `Preloader::ThroughAssociation`
Ryuta Kamizono
2017-11-08
1
-8
/
+7
*
Remove useless `associated_records_by_owner`
Ryuta Kamizono
2017-11-07
2
-16
/
+10
*
Refactor Preloader Code
Bogdan Gusiev
2017-11-06
3
-81
/
+40
*
Fix preloading polymorphic multi-level through association
Ryuta Kamizono
2017-11-06
1
-1
/
+7
*
Fix preloading polymorphic association when through association has already l...
Ryuta Kamizono
2017-11-06
1
-4
/
+16
*
Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons
Matthew Draper
2017-10-28
1
-1
/
+1
*
fix initial count
pavel
2017-10-27
1
-1
/
+1
*
Ensure associations doesn't table name collide with aliased joins
Ryuta Kamizono
2017-10-24
1
-1
/
+1
*
Ensure associations doesn't table name collide with string joins
Ryuta Kamizono
2017-10-23
1
-4
/
+6
*
[Active Record] require => require_relative
Akira Matsuda
2017-10-21
3
-3
/
+3
*
Remove association(true) references from docs [ci skip]
Eugene Kenny
2017-10-16
1
-4
/
+0
*
Joined tables in association scope doesn't use the same aliases with the pare...
Ryuta Kamizono
2017-10-09
3
-13
/
+18
*
Decouple building `AliasTracker` from `JoinDependency`
Ryuta Kamizono
2017-10-08
3
-14
/
+7
*
Move duplicated code to `delete_or_destroy` in `CollectionAssociation`
Ryuta Kamizono
2017-10-06
1
-4
/
+2
*
Ensure `AliasTracker` respects a custom table name
Ryuta Kamizono
2017-09-30
2
-2
/
+2
*
PERF: Partially recover some performance when preloading.
Guo Xiang Tan
2017-09-26
1
-9
/
+3
*
Remove unused delegation to `reflection.options` in `Preloader::Association`
Ryuta Kamizono
2017-09-18
2
-4
/
+1
*
The name of the key on the associated record is abstracted as `reflection.joi...
Ryuta Kamizono
2017-09-18
4
-14
/
+5
*
The name of the key on the owner is abstracted as `reflection.join_foreign_key`
Ryuta Kamizono
2017-09-18
4
-17
/
+5
*
Extract `associate_records_to_owner` to refactor `Preloader::Association`
Ryuta Kamizono
2017-09-18
3
-20
/
+14
*
Remove the code that swapping `scope` and `options`
Ryuta Kamizono
2017-09-18
1
-5
/
+0
*
Early return if `records.empty?` in `Preloader#preload`
Ryuta Kamizono
2017-09-18
1
-3
/
+3
*
Don't pass `reflection_scope` to `preload_scope` if `reflection.scope` isn't ...
Ryuta Kamizono
2017-09-18
1
-1
/
+3
*
Return `through_scope` only if the scope is not empty scope
Ryuta Kamizono
2017-09-18
1
-4
/
+2
*
Remove useless condition in `reset_association`
Ryuta Kamizono
2017-09-18
1
-2
/
+1
*
PERF: Incorrect memoization in `ActiveRecord::Associations::Preloader::Associ...
Guo Xiang Tan
2017-09-11
1
-1
/
+5
*
Remove unnecessary `join_type` in `AssociationScope`
Ryuta Kamizono
2017-09-08
1
-5
/
+1
*
Don't pass `table` to `last_chain_scope` and `next_chain_scope`
Ryuta Kamizono
2017-09-07
1
-17
/
+15
*
`has_many :through` with unscope should affect to through scope
Ryuta Kamizono
2017-09-07
1
-21
/
+14
*
Don't pass unneeded `reflection` to `add_constraints`
Ryuta Kamizono
2017-09-05
1
-3
/
+3
*
Assigning `values` is only necessary when `reflection_scope.where_clause` is ...
Ryuta Kamizono
2017-09-05
1
-1
/
+1
*
Don't merge `reflection_scope` if `reflection.scope` isn't given
Ryuta Kamizono
2017-09-05
1
-1
/
+1
*
Scope in associations should treat nil as `all`
Ryuta Kamizono
2017-09-04
4
-5
/
+7
*
Fix preloading through association with custom scope
Ryuta Kamizono
2017-09-02
1
-1
/
+6
*
`values[:includes]` in `reflection_scope` is not compatible with `through_scope`
Ryuta Kamizono
2017-09-02
1
-1
/
+6
*
Don't call `scope.eager_loading?` when `reflection_scope.where_clause` is empty
Ryuta Kamizono
2017-09-02
1
-10
/
+10
*
Merge pull request #30403 from yhirano55/fix_broken_doc_for_active_record
Ryuta Kamizono
2017-08-26
7
-7
/
+7
|
\
|
*
Fix broken doc for Active Record [ci skip]
Yoshiyuki Hirano
2017-08-25
7
-7
/
+7
*
|
Should work inverse association when eager loading
Ryuta Kamizono
2017-08-25
1
-3
/
+3
|
/
*
Through scope should not be affected by scoping
Ryuta Kamizono
2017-08-15
2
-12
/
+2
*
Merge pull request #27609 from kamipo/fix_association_primary_key
Rafael França
2017-08-14
1
-4
/
+7
|
\
|
*
Fix `reflection.association_primary_key` for `has_many` associations
Ryuta Kamizono
2017-08-13
1
-4
/
+7
*
|
Delegate to `Enumerable#find` for `CollectionProxy`
Ryuta Kamizono
2017-08-13
2
-17
/
+14
|
/
*
Merge pull request #29720 from gaurish/ar_find_error_message_improvement
Rafael França
2017-08-11
1
-1
/
+3
|
\
|
*
Return Not found Ids in ActiveRecord::NotFound
Gaurish Sharma
2017-07-29
1
-1
/
+3
*
|
Specify `table.name` only when `scope.table` and `table` are different (#29058)
Ryuta Kamizono
2017-08-11
1
-4
/
+12
[next]