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
/
preloader
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+1
*
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
*
Through scope should not be affected by scoping
Ryuta Kamizono
2017-08-15
1
-11
/
+1
*
Remove single element array preprocess
Ryuta Kamizono
2017-07-26
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
9
-0
/
+18
*
Merge pull request #29033 from kamipo/make_preload_query_to_prepared_statements
Sean Griffin
2017-07-18
1
-1
/
+1
|
\
|
*
Make preload query to preparable
Ryuta Kamizono
2017-07-07
1
-1
/
+1
*
|
Fix unscoping `default_scope` for `Preloader`
Ryuta Kamizono
2017-07-19
1
-1
/
+11
|
/
*
Fix preloading association with scope including joins
Ryuta Kamizono
2017-07-04
2
-46
/
+25
*
Remove unused `association_key` and `table` methods in `Preloader::Association`
Ryuta Kamizono
2017-07-04
1
-10
/
+0
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
9
-9
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
9
-0
/
+9
*
Merge pull request #29129 from kamipo/prevent_extra_through_scope
Rafael França
2017-06-28
1
-2
/
+4
|
\
|
*
Prevent extra `through_scope`
Ryuta Kamizono
2017-05-18
1
-2
/
+4
*
|
Don't expose methods and attrs for internal usage
Ryuta Kamizono
2017-05-30
3
-6
/
+5
|
/
*
Remove useless `target_records_from_association`
Ryuta Kamizono
2017-05-04
1
-11
/
+3
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
2
-4
/
+4
*
Merge pull request #26379 from kamipo/remove_unnecessary_query_scope
Andrew White
2016-09-05
1
-4
/
+0
|
\
|
*
Remove unnecessary `query_scope`
Ryuta Kamizono
2016-08-16
1
-4
/
+0
*
|
Ensure that inverse associations are set before running callbacks
Sean Griffin
2016-08-31
3
-5
/
+17
*
|
Merge pull request #24099 from k0kubun/preserve-readonly
Rafael Mendonça França
2016-08-18
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Preserve readonly flag only for readonly association
Takashi Kokubun
2016-07-30
1
-1
/
+1
*
|
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
3
-6
/
+0
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
4
-117
/
+117
|
/
*
Merge pull request #18766 from yasyf/issue_17864
Sean Griffin
2016-02-29
1
-8
/
+15
|
\
|
*
Honour the order of the joining model in a `has_many :through`
Yasyf Mohamedali
2015-03-02
2
-9
/
+16
*
|
Defer Arel attribute lookup to the model class
Matthew Draper
2016-02-04
1
-1
/
+1
*
|
Revert "Merge pull request #22486 from methyl/fix-includes-for-groupped-assoc...
Yves Senn
2015-12-21
1
-5
/
+1
*
|
Merge pull request #22486 from methyl/fix-includes-for-groupped-association
Yves Senn
2015-12-21
1
-1
/
+5
|
\
\
|
*
|
Pass SQL group by values when including scoped association
Lucjan Suski
2015-12-15
1
-1
/
+5
*
|
|
Merge pull request #19423 from yuroyoro/fix_performance_regression_of_preload...
Aaron Patterson
2015-12-18
1
-2
/
+7
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Read already loaded association records from association.target
Tomohito Ozaki
2015-04-17
1
-2
/
+7
|
|
/
*
|
Never pass `nil` to `order`
Sean Griffin
2015-10-29
4
-16
/
+7
*
|
Revert "Revert "Merge pull request #22026 from akihiro17/fix-preload-associat...
Yves Senn
2015-10-29
1
-0
/
+4
*
|
Revert "Merge pull request #22026 from akihiro17/fix-preload-association"
Sean Griffin
2015-10-29
1
-4
/
+0
*
|
Set `scope.reordering_value` to `true` if :reordering values are specified
akihiro17
2015-10-30
1
-0
/
+4
*
|
Merge pull request #21918 from bogdan/refactor-preloader
Sean Griffin
2015-10-22
1
-42
/
+30
|
\
\
|
*
|
Refactored association preloader for performance
Bogdan Gusiev
2015-10-22
1
-42
/
+30
*
|
|
Merge pull request #21033 from dgynn/preloader_build_scope_tuning
Arthur Nogueira Neves
2015-10-04
1
-1
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
skip _select! call unless :select values are specified
Dave Gynn
2015-07-26
1
-1
/
+3
|
|
/
*
/
Include association's `unscope` when preloading
Jimmy Bourassa
2015-09-09
1
-1
/
+1
|
/
*
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
1
-2
/
+2
*
Don't rely on the internal representation of join values
Sean Griffin
2015-01-27
1
-1
/
+5
*
Remove all references to `where_values` in association code
Sean Griffin
2015-01-25
2
-9
/
+5
*
Don't access the where values hash directly in through associations
Sean Griffin
2015-01-25
1
-1
/
+1
[next]