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
*
Don't expose `SingularAssociation#replace` which is internal API
Ryuta Kamizono
2018-05-16
3
-47
/
+44
*
Allow a belonging to object to be created from a new record
Jolyon Pawlyn
2018-05-01
2
-4
/
+8
*
Ensure that `ids_reader` respects dirty target whether target is loaded or not
Ryuta Kamizono
2018-04-27
1
-1
/
+3
*
Loaded associations should not run a new query when size is called
Graham Turner
2018-04-26
1
-1
/
+3
*
Merge pull request #32514 from samdec/multiple-has-one-through-associations-b...
Ryuta Kamizono
2018-04-22
1
-1
/
+5
|
\
|
*
Fix .new with multiple through associations
Sam DeCesare
2018-04-09
1
-1
/
+5
*
|
`target` in `CollectionAssociation` is always an array
Ryuta Kamizono
2018-04-21
1
-2
/
+2
*
|
Can preload associations through polymorphic associations
Dana Sherson
2018-04-20
1
-10
/
+15
|
/
*
Don't unset foreign key when preloading missing record
Eugene Kenny
2018-03-24
1
-2
/
+2
*
Fix dependence on has_one/belongs_to relationships
Fernando Gorodscy
2018-03-06
2
-1
/
+10
*
Eager loading with polymorphic associations should behave consistently
Ryuta Kamizono
2018-03-04
1
-4
/
+2
*
Extract all `base_class.name` as `polymorphic_name`
Ryuta Kamizono
2018-03-04
4
-8
/
+8
*
Remove staled comment for `JoinDependency#initialize`
Ryuta Kamizono
2018-03-02
1
-21
/
+0
*
Association creation and finding should work consistently (#32048)
Ryuta Kamizono
2018-02-26
1
-1
/
+1
*
Use private attr_reader
Ryuta Kamizono
2018-02-23
3
-4
/
+3
*
Association scope's own order should be prioritized over through scope's order
Ryuta Kamizono
2018-02-18
1
-2
/
+2
*
Rails 6 requires Ruby 2.3+
Jeremy Daer
2018-02-17
1
-5
/
+1
*
Fix marshaling of models with `has_many :through` associations
fatkodima
2018-02-08
1
-2
/
+2
*
Revert "✂️"
Ryuta Kamizono
2018-02-07
1
-1
/
+2
*
✂️
schneems
2018-02-06
1
-2
/
+1
*
Avoid extra calls to to_s
Daniel Colson
2018-01-29
2
-3
/
+3
*
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
2
-2
/
+2
*
Fix building has_one through record
Ryuta Kamizono
2018-01-23
3
-14
/
+10
*
Don't update counter cache when through record was not destroyed
Eugene Kenny
2018-01-14
1
-1
/
+1
*
Don't pass garbage args to alias tracker
Ryuta Kamizono
2018-01-14
1
-10
/
+2
*
Merge pull request #23146 from piotrj/issue_18424
Ryuta Kamizono
2018-01-11
1
-0
/
+1
|
\
|
*
When deleting through records, take into account association conditions
Piotr Jakubowski
2016-05-04
1
-8
/
+9
*
|
Fix `stale_state` for nested `has_many :through` associations
Ryuta Kamizono
2018-01-10
1
-2
/
+13
*
|
Merge pull request #16314 from zoltankiss/allow-nested-has-many-associations-...
Ryuta Kamizono
2018-01-10
1
-1
/
+1
|
\
\
|
*
|
Fix nested `has many :through` associations on unpersisted instances
Zoltan Kiss
2015-03-26
1
-1
/
+1
*
|
|
Bring back passing single record support for `Preloader`
Ryuta Kamizono
2018-01-10
1
-1
/
+1
*
|
|
Fix deleting through records when using has_many through with `source_type`
Ryuta Kamizono
2018-01-08
1
-8
/
+6
*
|
|
Simply use `scope.delete_all` instead of constructing delete manager
Ryuta Kamizono
2018-01-07
1
-8
/
+1
*
|
|
Remove passing argument to singular and collection association readers
Ryuta Kamizono
2018-01-05
1
-2
/
+2
*
|
|
Merge pull request #27561 from fishbrain/count-all-in-has-many-association
Ryuta Kamizono
2018-01-03
1
-1
/
+1
|
\
\
\
|
*
|
|
Use `count(:all)` in HasManyAssociation#count_records
Klas Eskilson
2017-02-07
1
-1
/
+1
*
|
|
|
Remove `association_primary_key_type` from `AssociationReflection` and `Throu...
Ryuta Kamizono
2018-01-01
1
-2
/
+2
*
|
|
|
Bugfix foreign key replacement in inverse association
Bogdan Gusiev
2017-12-27
2
-13
/
+8
*
|
|
|
Fix conflicts `counter_cache` with `touch: true` by optimistic locking.
bogdanvlviv
2017-12-12
2
-5
/
+9
*
|
|
|
Provide arguments to RecordNotFound
Nikita Misharin
2017-11-25
1
-1
/
+7
*
|
|
|
Consolidate duplicated `to_ary`/`to_a` definitions in `Relation` and `Collect...
Ryuta Kamizono
2017-11-10
1
-4
/
+6
*
|
|
|
Remove useless preloader classes
Ryuta Kamizono
2017-11-10
10
-104
/
+15
*
|
|
|
Don't expose accessors which are internal used only
Ryuta Kamizono
2017-11-08
2
-3
/
+6
*
|
|
|
Don't expose internal methods in `Preloader::ThroughAssociation`
Ryuta Kamizono
2017-11-08
1
-8
/
+7
*
|
|
|
Remove useless `associated_records_by_owner`
Ryuta Kamizono
2017-11-07
2
-16
/
+10
*
|
|
|
Refactor Preloader Code
Bogdan Gusiev
2017-11-06
3
-81
/
+40
*
|
|
|
Fix preloading polymorphic multi-level through association
Ryuta Kamizono
2017-11-06
1
-1
/
+7
*
|
|
|
Fix preloading polymorphic association when through association has already l...
Ryuta Kamizono
2017-11-06
1
-4
/
+16
*
|
|
|
Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolons
Matthew Draper
2017-10-28
1
-1
/
+1
*
|
|
|
fix initial count
pavel
2017-10-27
1
-1
/
+1
[next]