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
*
[Active Record] require => require_relative
Akira Matsuda
2017-07-01
3
-3
/
+3
*
Delete stale comment for `AR::Associations::Builder::CollectionAssociation`
fatkodima
2017-07-01
1
-2
/
+0
*
Merge pull request #29616 from kamipo/remove_unused_aliased_table_name
Rafael França
2017-06-29
1
-8
/
+0
|
\
|
*
Remove unused `aliased_table_name` in `Association`
Ryuta Kamizono
2017-06-29
1
-8
/
+0
*
|
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
*
|
Merge pull request #29610 from kamipo/dont_passing_klass_connection_to_associ...
Rafael França
2017-06-28
4
-7
/
+7
|
\
\
|
*
|
Don't passing `klass.connection` to `AssociationScope`
Ryuta Kamizono
2017-06-29
4
-7
/
+7
*
|
|
Merge pull request #29604 from kamipo/fix_ids_reader_to_respect_case_sensitiv...
Rafael França
2017-06-28
1
-4
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix `ids_reader` to respect case sensitive primary key
Ryuta Kamizono
2017-06-28
1
-4
/
+1
*
|
|
Merge pull request #29593 from kratob/master
Eileen M. Uchitelle
2017-06-28
1
-0
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ActiveRecord: do not create "has many through" records that have been removed
Tobias Kraze
2017-06-28
1
-0
/
+5
*
|
|
Merge pull request #29589 from kamipo/refactor_join_scope
Rafael França
2017-06-27
1
-47
/
+3
|
\
\
\
|
*
|
|
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
|
|
/
/
*
/
/
Skip instantiating `NullPreloader` if `assoc.klass` is nil
Ryuta Kamizono
2017-06-27
1
-11
/
+3
|
/
/
*
|
Merge pull request #29557 from kamipo/extract_build_scope_and_predicate_builder
Rafael França
2017-06-26
2
-13
/
+4
|
\
\
|
*
|
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
2
-5
/
+4
*
|
|
Merge pull request #29568 from kamipo/ensure_using_correct_alias_tracker
Rafael França
2017-06-26
3
-14
/
+18
|
\
\
\
|
*
|
|
The AliasTracker#aliased_table_for needs the type caster for the joined assoc...
Ray Zane
2017-06-25
3
-14
/
+18
|
|
/
/
*
|
|
Merge pull request #29511 from jhawthorn/clear_offsets_cache_on_collection_proxy
Rafael França
2017-06-26
1
-0
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Move clearing of @offsets cache to reset_scope
John Hawthorn
2017-06-21
1
-2
/
+1
|
*
|
Clear offset cache on CollectionProxy reset/reload
John Hawthorn
2017-06-20
1
-0
/
+2
*
|
|
Keep INNER JOIN when merging relations
Maxime Lapointe
2017-06-20
1
-3
/
+3
|
/
/
*
|
Prevent extra `scope` construction in `find_target`
Ryuta Kamizono
2017-06-18
3
-3
/
+5
*
|
Raise on create for singular association when parent is unpersisted
Alex Kitchens
2017-06-08
1
-0
/
+4
*
|
Don't expose methods and attrs for internal usage
Ryuta Kamizono
2017-05-30
4
-8
/
+10
*
|
Merge pull request #29098 from kamipo/fix_association_with_extension_issues
Matthew Draper
2017-05-30
4
-26
/
+22
|
\
\
|
*
|
Extract `default_extensions` to avoid `klass.all`
Ryuta Kamizono
2017-05-30
1
-1
/
+1
|
*
|
Cache the association proxy object
Ryuta Kamizono
2017-05-28
2
-4
/
+8
|
*
|
Fix association with extension issues
Ryuta Kamizono
2017-05-28
3
-22
/
+14
*
|
|
Remove unused `Association#interpolate`
Ryuta Kamizono
2017-05-28
1
-8
/
+0
|
/
/
*
|
Merge pull request #29174 from kamipo/remove_unused_join_part_name
Matthew Draper
2017-05-24
1
-4
/
+0
|
\
\
|
*
|
Remove unused `JoinPart#name`
Ryuta Kamizono
2017-05-22
1
-4
/
+0
|
|
/
*
/
Refactor making join constraints
Ryuta Kamizono
2017-05-23
1
-23
/
+6
|
/
*
Remove useless `target_records_from_association`
Ryuta Kamizono
2017-05-04
1
-11
/
+3
*
Evaluate belongs_to :default option against the owner, not the association
George Claghorn
2017-04-27
1
-1
/
+1
*
Mixin `CollectionProxy::DelegateExtending` after `ClassSpecificRelation`
Ryuta Kamizono
2017-04-22
1
-10
/
+18
*
Prevent double firing the before save callback of new object when the parent ...
Ryuta Kamizono
2017-04-21
3
-46
/
+34
*
Remove `CollectionProxy#uniq`
Ryuta Kamizono
2017-03-23
1
-4
/
+0
*
Fix extension method with dirty target in has_many associations
Ryuta Kamizono
2017-03-20
1
-2
/
+3
*
Evaluate the default block only when necessary
Ryuta Kamizono
2017-03-20
2
-3
/
+3
*
Add :default option to belongs_to (#28453)
George Claghorn
2017-03-17
2
-1
/
+12
*
Fix select with block doesn't return newly built records in has_many association
Ryuta Kamizono
2017-03-09
1
-2
/
+2
*
remove unused parameters
Aaron Patterson
2017-03-03
1
-6
/
+6
*
`join_keys` no longer needs a class passed to it
Aaron Patterson
2017-03-03
2
-3
/
+3
*
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
2
-3
/
+3
[next]