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
*
Passing `klass` to `StatementCache.new`
Ryuta Kamizono
2017-08-04
2
-12
/
+8
*
Remove single element array preprocess
Ryuta Kamizono
2017-07-26
1
-1
/
+1
*
Remove useless `JoinInformation`
Ryuta Kamizono
2017-07-25
2
-5
/
+3
*
Merge pull request #29765 from lugray/fix_counter_cache
Rafael França
2017-07-24
1
-3
/
+1
|
\
|
*
Add test for fixed `counter_cache` double increment
Lisa Ugray
2017-07-19
1
-3
/
+1
*
|
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
2
-5
/
+3
*
|
Merge pull request #29855 from lugray/has_one_destroyed_by_association
Rafael França
2017-07-21
1
-0
/
+2
|
\
\
|
*
|
Match destroyed_by_association for has_one to has_many
Lisa Ugray
2017-07-21
1
-0
/
+2
*
|
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
35
-0
/
+70
|
/
/
*
|
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 `JoinDependency` with using a custom table
Ryuta Kamizono
2017-07-18
2
-6
/
+9
*
|
Don't cache `scope_for_create`
Ryuta Kamizono
2017-07-16
2
-2
/
+2
*
|
Fix `create_with` using both string and symbol
Ryuta Kamizono
2017-07-16
3
-9
/
+7
*
|
Remove useless `aliased_table_name` in `JoinDependency`
Ryuta Kamizono
2017-07-15
4
-18
/
+1
|
/
*
Fix eager loading association with scope including joins
Ryuta Kamizono
2017-07-04
1
-4
/
+10
*
Fix preloading association with scope including joins
Ryuta Kamizono
2017-07-04
3
-49
/
+25
*
Remove unused `association_key` and `table` methods in `Preloader::Association`
Ryuta Kamizono
2017-07-04
1
-10
/
+0
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
2
-4
/
+12
|
\
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
35
-35
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
35
-0
/
+35
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
35
-0
/
+35
|
*
|
Merge pull request #29506 from pat/frozen-string-literals
Matthew Draper
2017-07-02
1
-2
/
+1
|
|
\
\
|
|
*
|
Make ActiveRecord frozen string literal friendly.
Pat Allan
2017-06-20
1
-2
/
+1
|
*
|
|
Merge pull request #29631 from kamipo/should_be_clear_association_ids
Matthew Draper
2017-07-01
1
-2
/
+11
|
|
\
\
\
|
|
*
|
|
Should be clear `@association_ids` when joined newly associated record
Ryuta Kamizono
2017-06-30
1
-2
/
+11
|
|
|
|
/
|
|
|
/
|
*
|
/
|
[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
[next]