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
/
collection_cache_key_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Deprecate `collection_cache_key` which is private API"
Ryuta Kamizono
2019-04-19
1
-3
/
+1
*
Deprecate `collection_cache_key` which is private API
Ryuta Kamizono
2019-04-19
1
-1
/
+3
*
Add collection cache versioning
Lachlan Sylvester
2019-04-16
1
-0
/
+34
*
Fix Collection cache key with limit and custom select (PG:AmbigousColumn: Error)
Federico Martinez
2018-10-15
1
-0
/
+14
*
Use `assert_no_queries` not to ignore BEGIN/COMMIT queries
Ryuta Kamizono
2018-10-05
1
-2
/
+2
*
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
1
-1
/
+5
*
Fix `cache_key` with a relation having distinct and order
Ryuta Kamizono
2017-12-30
1
-0
/
+6
*
Fix `cache_key` with a relation having custom select and order
Ryuta Kamizono
2017-12-29
1
-0
/
+6
*
Introduced `ActiveSupport::Digest` that allows to specify hash function imple...
Dmitri Dolguikh
2017-12-12
1
-4
/
+4
*
Ensure `apply_join_dependency` for `collection_cache_key` if eager-loading is...
Ryuta Kamizono
2017-11-06
1
-0
/
+10
*
Don't use `collection.table_name` in `collection_cache_key`
Ryuta Kamizono
2017-09-14
1
-0
/
+18
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Replace \Z to \z
Ryuta Kamizono
2017-04-24
1
-12
/
+12
*
`cache_key` respects the limit in a relation even if a relation is not loaded
Ryuta Kamizono
2017-04-17
1
-2
/
+28
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-3
/
+3
*
Fix AR::Relation#cache_key to remove select scope added by user
Prathamesh Sonpatki
2016-01-24
1
-0
/
+6
*
Fix ActiveRecord::Relation#cache_key for relations with no results
Prathamesh Sonpatki
2016-01-22
1
-0
/
+5
*
Fix ActiveRecord::Relation#cache_key for loaded empty collection
Prathamesh Sonpatki
2016-01-16
1
-0
/
+8
*
fixes #21815
Maarten Jacobs
2015-10-16
1
-1
/
+1
*
Fix ambiguous argument warning
Mehmet Emin İNAÇ
2015-08-02
1
-1
/
+1
*
Add #cache_key to ActiveRecord::Relation.
Alberto F. Capel
2015-07-20
1
-0
/
+70