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
/
test
/
cases
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary `current_adapter?(:OracleAdapter)` for index length
Yasuo Honda
2019-03-03
1
-6
/
+1
*
Fix test that was broken by adding a default scope to an existing model
Rafael Mendonça França
2019-02-26
1
-2
/
+2
*
Fix preload with nested associations
Rafael Mendonça França
2019-02-26
1
-0
/
+9
*
Merge pull request #35247 from bogdan/fix-source-reflection-reset-code
Ryuta Kamizono
2019-02-20
2
-3
/
+11
|
\
|
*
Fix reset of the source association when through association is loaded
Bogdan Gusiev
2019-02-20
2
-3
/
+11
*
|
Fix eager loading polymorphic association with mixed table conditions
Ryuta Kamizono
2019-02-18
1
-1
/
+13
*
|
Revert "Merge pull request #35127 from bogdan/counter-cache-loading"
Ryuta Kamizono
2019-02-13
1
-36
/
+14
*
|
Fix `pluck` and `select` with custom attributes
Ryuta Kamizono
2019-02-13
1
-2
/
+7
*
|
Fix random CI failure due to non-deterministic sorting order
Ryuta Kamizono
2019-02-10
1
-3
/
+3
*
|
Merge pull request #35178 from bogdan/has-many-size
Ryuta Kamizono
2019-02-08
1
-0
/
+15
|
\
\
|
|
/
|
/
|
|
*
Bugfix has_many association #size when ids reader is cached and association i...
Bogdan Gusiev
2019-02-08
1
-0
/
+15
*
|
Address `test_belongs_to_does_not_use_order_by` failure due to checking order...
Yasuo Honda
2019-02-08
2
-3
/
+4
*
|
Fix `CollectionProxy#concat` to return self by alias it to `#<<`
Yuya Tanaka
2019-02-06
2
-2
/
+4
|
/
*
Merge pull request #35127 from bogdan/counter-cache-loading
Ryuta Kamizono
2019-02-05
1
-5
/
+35
|
\
|
*
Bugfix association loading behavior when counter cache is zero
Bogdan Gusiev
2019-02-05
1
-5
/
+35
*
|
Revert "Merge pull request #33729 from kddeisz/plural-automatic-inverse"
Ryuta Kamizono
2019-02-01
1
-12
/
+0
*
|
Add regression test for has_many through record creation
Ryuta Kamizono
2019-02-01
1
-0
/
+4
*
|
Ensure `StatementCache#execute` never raises `RangeError`
Ryuta Kamizono
2019-01-18
2
-7
/
+13
*
|
Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28...
Laerti
2019-01-15
2
-0
/
+34
|
/
*
No need to handle if FrozenError is available
Yasuo Honda
2018-12-23
1
-2
/
+2
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
2
-37
/
+31
*
Enable `Layout/SpaceAfterSemicolon` cop to avoid newly adding odd spacing
Ryuta Kamizono
2018-12-13
1
-3
/
+3
*
Merge pull request #34609 from kamipo/delete_all_on_collection_proxy
Ryuta Kamizono
2018-12-04
2
-6
/
+16
|
\
|
*
Ensure that `delete_all` on collection proxy returns affected count
Ryuta Kamizono
2018-12-04
2
-6
/
+16
*
|
Reset scope after collection delete
Gannon McGibbon
2018-12-04
2
-0
/
+64
|
/
*
More exercise singular association query
Ryuta Kamizono
2018-11-28
3
-6
/
+13
*
Ensure that singular association should execute limited query
Ryuta Kamizono
2018-11-28
2
-5
/
+12
*
Fix random CI failure due to non-deterministic sorting order
Ryuta Kamizono
2018-11-26
1
-2
/
+2
*
Fix handling of duplicates for `replace` on has_many-through
Florian Ebeling
2018-11-06
1
-0
/
+10
*
Partly revert #31819
bogdanvlviv
2018-10-26
1
-26
/
+0
*
Lazy checking whether or not values in IN clause are boundable
Ryuta Kamizono
2018-10-24
1
-1
/
+1
*
Add regression test against habtm memoized singular_ids
Alberto Almagro
2018-10-16
1
-0
/
+12
*
Ensure to test that `project.developers` is ordered by `developers.name desc`
Ryuta Kamizono
2018-10-15
1
-1
/
+1
*
Merge pull request #34122 from kamipo/generate_relation_methods
Ryuta Kamizono
2018-10-10
1
-0
/
+1
|
\
|
*
Generate delegation methods to named scope in the definition time
Ryuta Kamizono
2018-10-09
1
-0
/
+1
*
|
Merge pull request #34094 from christophemaximin/fix-activerecord-clearing-of...
Ryuta Kamizono
2018-10-10
3
-0
/
+89
|
\
\
|
|
/
|
/
|
|
*
Clear QueryCache when reloading associations
Christophe Maximin
2018-10-10
3
-0
/
+89
*
|
Call `define_attribute_methods` before `assert_no_queries` to address CI flak...
Ryuta Kamizono
2018-10-09
4
-9
/
+64
*
|
Fix test name to add missing "set"
Ryuta Kamizono
2018-10-08
1
-1
/
+1
*
|
Fix `AssociationRelation` not to set inverse instance key just like before
Ryuta Kamizono
2018-10-07
1
-0
/
+12
|
/
*
Remove `ignore_none: false` to assert no queries more strictly
Ryuta Kamizono
2018-10-05
5
-20
/
+20
*
Use `assert_no_queries` not to ignore BEGIN/COMMIT queries
Ryuta Kamizono
2018-10-05
7
-20
/
+20
*
failing test for eager loading
Matt Jones
2018-10-04
1
-0
/
+5
*
ActiveRecord::Associations::Preloader should not fail to preload through miss...
Nikita Sokolov
2018-10-02
1
-0
/
+5
*
Avoid extra touch queries when counter cache is updated
Ryuta Kamizono
2018-09-27
1
-4
/
+8
*
Merge pull request #31819 from bpohoriletz/master
Eileen M. Uchitelle
2018-09-26
1
-0
/
+26
|
\
|
*
If association is a hash-like object preloading fails
Bohdan Pohorilets
2018-09-26
1
-0
/
+26
*
|
Remove force parent loading when counter cache child is created/destroyed
Ryuta Kamizono
2018-09-26
1
-1
/
+5
*
|
Revert "Remove `counter_cache_target` which is no longer called"
Ryuta Kamizono
2018-09-26
1
-1
/
+1
*
|
Update counter cache in memory if parent target is existed
Ryuta Kamizono
2018-09-26
1
-0
/
+32
|
/
[next]