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
*
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
*
Don't rely as much on the structure of the values hash in associations
Sean Griffin
2015-01-25
1
-1
/
+1
*
Return a null column from `column_for_attribute` when no column exists.
Rafael Mendonça França
2015-01-04
1
-2
/
+2
*
Go through normal `where` logic when preloading associations
Sean Griffin
2014-12-26
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
Fix includes on association with a scope containing joins along with conditions
siddharth@vinsol.com
2014-11-21
1
-8
/
+2
*
Merge pull request #17360 from bronzle/includes_and_unscoped
Yves Senn
2014-11-05
1
-0
/
+1
|
\
|
*
copy reflection_scopes’s unscoped value when building scope for preloading,...
Byron Bischoff
2014-10-22
1
-0
/
+4
*
|
Use bind values for joined tables in where statements
Sean Griffin
2014-11-01
1
-0
/
+1
|
/
*
Spelling errors
jbsmith86
2014-08-14
1
-1
/
+1
*
`preload` preserves readonly flag on associations. #15853
Yves Senn
2014-06-25
1
-0
/
+4
*
Add a deprecation cycle for `NullColumn` from `column_for_attribute`
Sean Griffin
2014-06-23
1
-2
/
+2
*
Use null column for association key types
Sean Griffin
2014-06-04
1
-4
/
+2
*
Fix regression on eager loading association based on SQL query rather
Lauro Caetano
2014-06-03
1
-2
/
+4
*
Merge pull request #14855 from laurocaetano/fix_polymorphic_with_string_key
Yves Senn
2014-05-21
1
-4
/
+25
|
\
|
*
Fix polymorphic eager load with foreign_key as String.
Lauro Caetano
2014-05-20
1
-2
/
+17
|
/
*
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-25
2
-2
/
+2
|
\
|
*
reset `@arel` when modifying a Relation in place.
Yves Senn
2014-04-24
1
-1
/
+1
|
*
select! renamed to avoid name collision Array#select!
Earl J St Sauver
2014-04-21
1
-1
/
+1
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-03-13
1
-1
/
+1
|
\
|
|
*
Replace map.flatten with flat_map in activerecord
Erik Michaels-Ober
2014-03-03
1
-1
/
+1
*
|
Merge branch 'master' into set_binds
Aaron Patterson
2014-01-11
6
-116
/
+106
|
\
|
|
*
remove the nil check from set_inverse_instance
Aaron Patterson
2013-12-12
1
-1
/
+1
|
*
read the association instead of sending
Aaron Patterson
2013-10-14
1
-1
/
+3
|
*
simplify populating the ordering hash
Aaron Patterson
2013-10-14
1
-10
/
+5
|
*
the preloader for the RHS has all the preloaded records, so ask it
Aaron Patterson
2013-10-14
1
-3
/
+3
|
*
only calculate offset index once. #12537
Aaron Patterson
2013-10-14
1
-6
/
+10
|
*
Drop unused iterator var
Vipul A M
2013-10-13
1
-1
/
+1
|
*
remove the HABTM preloader
Aaron Patterson
2013-10-02
1
-71
/
+0
|
*
remove initialize method
Aaron Patterson
2013-09-25
1
-4
/
+0
[next]