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
*
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
|
/
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
Don't update counter cache unless the record is actually saved
Ryuta Kamizono
2018-09-19
1
-6
/
+36
*
Avoid the same `foreign_key` and `counter_cache` associations on `SillyReply`
Ryuta Kamizono
2018-09-19
2
-3
/
+3
*
ActiveRecord::Associations::Preloader should preload all instances of the sam...
Nikita Sokolov
2018-09-16
1
-0
/
+9
*
Eager loading/preloading should be worked regardless of large number of records
Ryuta Kamizono
2018-09-12
1
-0
/
+13
*
Add missing require
yuuji.yaginuma
2018-08-30
1
-0
/
+1
*
Find inverse associations with plural names
Kevin Deisz
2018-08-27
1
-0
/
+11
*
Remove unused requires
Ryuta Kamizono
2018-08-25
1
-3
/
+1
*
Add test case to test enum in has_many
Rich
2018-08-25
1
-0
/
+22
*
Merge pull request #33162 from utilum/stop_using_mocha
Kasper Timm Hansen
2018-08-22
2
-14
/
+23
|
\
|
*
Add method_call_assertions and use them instead of Mocha
utilum
2018-08-13
2
-14
/
+23
*
|
Improve test case to test enum correctly
Rich
2018-08-20
1
-0
/
+3
*
|
Fix numericality validator not to be affected by custom getter
Ryuta Kamizono
2018-08-13
1
-1
/
+1
|
/
*
Don't share seen object cache between different join nodes in eager loading
Ryuta Kamizono
2018-07-03
1
-0
/
+18
*
`references(:developers_projects_join)` isn't needed if using `where` with ha...
Ryuta Kamizono
2018-06-26
1
-16
/
+2
*
Ensure to calculate column aliases after all table aliases are constructed
Ryuta Kamizono
2018-06-19
1
-2
/
+44
*
Don't use `target=`
Rafael Mendonça França
2018-06-11
1
-1
/
+1
*
Use `-=` to change the update the collection on the association
Rafael Mendonça França
2018-06-11
1
-1
/
+1
*
Fix alias confliction when joining same table on has many through with left_j...
Ryuta Kamizono
2018-06-11
1
-0
/
+4
*
Fix `collection.create` to could be rolled back by `after_save`
Ryuta Kamizono
2018-06-07
1
-0
/
+11
*
Initialization block is a part of `build_record`
Ryuta Kamizono
2018-06-04
1
-0
/
+12
*
Fix that association's after_touch is not called with counter cache
Ryuta Kamizono
2018-05-27
1
-0
/
+17
*
Fix inconsistent touching behavior between assigning and unassigning
Ryuta Kamizono
2018-05-27
1
-0
/
+25
*
Fix `belongs_to_counter_cache_after_update` to respect polymorphic type change
Ryuta Kamizono
2018-05-27
1
-1
/
+12
*
Fix `belongs_to_counter_cache_after_update` to respect custom primary key cou...
Ryuta Kamizono
2018-05-26
1
-1
/
+7
*
Fix `different_target?` to respect custom primary key counter
Ryuta Kamizono
2018-05-26
1
-0
/
+7
*
Eager loading won't mutate owner record
Ryuta Kamizono
2018-05-25
1
-0
/
+8
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
3
-6
/
+6
*
Allow a belonging to object to be created from a new record
Jolyon Pawlyn
2018-05-01
1
-0
/
+9
[next]