index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Eilertsens Kodeknekkeri
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
associations
/
join_dependency
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix eager loading associations with string joins not to raise NoMethodError
Ryuta Kamizono
2019-05-15
1
-2
/
+11
*
Fix eager loading polymorphic association with mixed table conditions
Ryuta Kamizono
2019-02-18
1
-6
/
+11
*
Avoid unneeded expanded column aliases array caching
Ryuta Kamizono
2018-07-10
1
-2
/
+2
*
Don't extract `readonly_value` each time
Ryuta Kamizono
2018-07-03
1
-0
/
+6
*
Ensure to calculate column aliases after all table aliases are constructed
Ryuta Kamizono
2018-06-19
2
-18
/
+19
*
Use private attr_reader
Ryuta Kamizono
2018-02-23
1
-1
/
+1
*
[Active Record] require => require_relative
Akira Matsuda
2017-10-21
2
-2
/
+2
*
Joined tables in association scope doesn't use the same aliases with the pare...
Ryuta Kamizono
2017-10-09
1
-6
/
+11
*
Remove useless `JoinInformation`
Ryuta Kamizono
2017-07-25
1
-3
/
+1
*
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
1
-4
/
+2
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
3
-0
/
+6
*
Fix `JoinDependency` with using a custom table
Ryuta Kamizono
2017-07-18
1
-4
/
+7
*
Remove useless `aliased_table_name` in `JoinDependency`
Ryuta Kamizono
2017-07-15
3
-13
/
+0
*
Fix eager loading association with scope including joins
Ryuta Kamizono
2017-07-04
1
-4
/
+10
*
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
2
-2
/
+2
*
Move building constraint to `join_scope` in `Reflection`
Ryuta Kamizono
2017-06-27
1
-39
/
+3
*
Move constructing polymorphic type to `join_scope` in `Reflection`
Ryuta Kamizono
2017-06-27
1
-10
/
+2
*
Move constructing join scope to `Reflection`
Ryuta Kamizono
2017-06-26
1
-9
/
+1
*
Extract `build_scope` and `predicate_builder` in `Reflection`
Ryuta Kamizono
2017-06-24
1
-1
/
+1
*
Remove unused `JoinPart#name`
Ryuta Kamizono
2017-05-22
1
-4
/
+0
*
`join_keys` no longer needs a class passed to it
Aaron Patterson
2017-03-03
1
-1
/
+1
*
ask reflection for klass join reflection
Aaron Patterson
2017-03-03
1
-13
/
+1
*
Move join scopes on to the reflection object
Aaron Patterson
2017-03-03
1
-8
/
+1
*
Remove `node` parameter to `join_constraints`
Aaron Patterson
2017-03-03
1
-2
/
+2
*
Fix `scopes` implementation on `PolymorphicReflection`
Aaron Patterson
2017-01-30
1
-6
/
+2
*
Ensure that inverse associations are set before running callbacks
Sean Griffin
2016-08-31
1
-2
/
+2
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
2
-2
/
+2
*
Remove circular join references in join_dependency
Takashi Kokubun
2016-07-28
1
-1
/
+3
*
Merge pull request #18109 from k0kubun/unscoped-joins
Sean Griffin
2016-02-11
1
-6
/
+12
|
\
|
*
Allow `joins` to be unscoped
Takashi Kokubun
2016-01-31
1
-6
/
+12
*
|
Defer Arel attribute lookup to the model class
Matthew Draper
2016-02-04
1
-1
/
+1
|
/
*
`substitute_at` is no longer used
Ryuta Kamizono
2016-01-14
1
-2
/
+1
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
1
-1
/
+1
*
Use an `Attribute` object to represent a bind value
Sean Griffin
2015-01-27
1
-4
/
+4
*
Remove `klass` and `arel_table` as a dependency of `PredicateBuilder`
Sean Griffin
2014-12-26
1
-1
/
+1
*
Inject the `PredicateBuilder` into the `Relation` instance
Sean Griffin
2014-12-26
1
-2
/
+9
*
Remove the unused second argument to `substitute_at`
Sean Griffin
2014-11-17
1
-1
/
+1
*
Remove defunct ivars
Ben Woosley
2014-09-28
1
-1
/
+0
*
Fixed regression with referencing polymorphic assoc in eager-load
Godfrey Chan
2014-09-05
1
-1
/
+1
*
Merge pull request #16378 from JackDanger/doc-fix-in-join-association-build_c...
Rafael Mendonça França
2014-08-02
1
-1
/
+1
|
\
|
*
updating documented parameter for build_constraint
Jack Danger Canty
2014-08-02
1
-1
/
+1
*
|
Refactor join_keys to remove complex conditionals
eileencodes
2014-07-31
1
-8
/
+3
|
/
*
[ci skip] Fix documentation for @macro and reflection types
eileencodes
2014-07-27
1
-1
/
+1
*
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-07
1
-1
/
+1
|
\
|
*
Pass a base relation to build_default_scope when joining
Matt Jones
2014-02-21
1
-1
/
+1
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-02-17
1
-2
/
+4
|
\
|
|
*
Dont use Enumarator on join_association
Arthur Neves
2014-02-13
1
-2
/
+4
*
|
expliticly make STI column a bind value
Aaron Patterson
2014-01-14
1
-4
/
+9
*
|
Merge branch 'master' into set_binds
Aaron Patterson
2014-01-14
1
-6
/
+4
|
\
|
[next]