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
/
activesupport
/
lib
/
active_support
/
cache
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-6
/
+4
*
Switch to supports_cache_versioning? check to a class method
schneems
2018-09-20
5
-20
/
+10
*
[close #33907] Error when using "recyclable" cache keys with a store that doe...
schneems
2018-09-20
5
-0
/
+35
*
Faster File Store
schneems
2018-09-06
1
-6
/
+10
*
Refactor #33254.
Kasper Timm Hansen
2018-07-01
1
-16
/
+16
*
Fix Cache :redis_store increment/decrement ttl check and add more tests.
Jason Lee
2018-06-30
1
-2
/
+2
*
Add :expires_in option support for RedisCacheStore increment/decrement method.
Jason Lee
2018-06-29
1
-2
/
+22
*
Redis cache store: avoid blocking the server in `#delete_matched`
Gleb Mazovetskiy
2018-04-18
1
-6
/
+13
*
Fix redis store clear keys outside the namespace
Rei
2018-04-15
1
-1
/
+1
*
Fix Cache `read_multi` with local_cache return values.
Jason Lee
2018-03-21
1
-1
/
+8
*
Fix unclosed tags in `RedisCacheStore` docs [ci skip]
yuuji.yaginuma
2018-03-19
1
-1
/
+1
*
Redis cache store: fix constructing with a Redis instance
Adam Richardson
2018-03-12
1
-1
/
+1
*
Caching: MemCache and Redis stores use local cache for multi-reads
Gabriel Sobrinho
2018-02-23
1
-0
/
+17
*
Rails 6 requires Ruby 2.4.1+
Jeremy Daer
2018-02-17
1
-1
/
+0
*
Merge pull request #31866 from fatkodima/redis_cache-connection_pool
Rafael Mendonça França
2018-02-14
2
-22
/
+31
|
\
|
*
Add support for connection pooling on RedisCacheStore
fatkodima
2018-02-01
2
-22
/
+31
*
|
Doc: fixes typo `cache:` -> `compress:`
Joseph Page
2018-02-12
1
-1
/
+1
*
|
Use Redis#mget for RedisCacheStore#fetch_multi
fatkodima
2018-02-05
1
-0
/
+8
*
|
Add missing instrumentation to RedisCacheStore#read_multi
fatkodima
2018-02-05
1
-1
/
+5
*
|
Redis cache store: consolidate serialization
Jeremy Daer
2018-02-04
1
-17
/
+21
*
|
RedisCacheStore: fix `#write_multi` mset serialization
fatkodima
2018-02-04
1
-1
/
+8
|
/
*
Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"
George Claghorn
2018-01-31
2
-54
/
+23
*
Improve fault tolerance for redis cache store
fatkodima
2018-01-23
1
-4
/
+11
*
Add support for connection pooling on RedisCacheStore
fatkodima
2018-01-22
2
-23
/
+54
*
Support for connection pooling on mem cache store
Gabriel Sobrinho
2018-01-18
1
-9
/
+25
*
Convert keys to binary in the Redis cache store
George Claghorn
2018-01-17
1
-1
/
+1
*
Fix constant reference
George Claghorn
2018-01-16
1
-1
/
+1
*
add instrumentation for read_multi
Ignatius Reza
2017-12-29
1
-22
/
+18
*
RedisCacheStore - Fix Default Error Handler
Jesse Doyle
2017-12-14
1
-3
/
+5
*
Introduced `ActiveSupport::Digest` that allows to specify hash function imple...
Dmitri Dolguikh
2017-12-12
2
-3
/
+2
*
Update incorrect backtick usage in RDoc to teletype
T.J. Schuck
2017-11-22
1
-5
/
+5
*
MemCacheStore: Support expiring counters
Takumasa Ochi
2017-11-20
1
-2
/
+2
*
Generate `keys` instead of `keys_to_names`
Ryuta Kamizono
2017-11-20
1
-3
/
+3
*
Fix "warning: assigned but unused variable - key"
yuuji.yaginuma
2017-11-18
1
-1
/
+1
*
Built-in Redis cache store
Jeremy Daer
2017-11-13
1
-0
/
+404
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
3
-8
/
+8
*
Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle...
Erich Soares Machado
2017-10-03
1
-3
/
+2
*
Update links to use https instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
1
-1
/
+1
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
6
-0
/
+6
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
6
-0
/
+6
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
3
-8
/
+8
*
Cache: test coverage for cleanup behavior with local cache strategy
Eugene Kenny
2017-06-10
1
-1
/
+1
*
Revert #25628. Incomplete change + needs a deprecation cycle.
Jeremy Daer
2017-06-10
2
-4
/
+4
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-1
/
+7
*
Don't cache locally if unless_exist was passed
Eugene Kenny
2017-05-14
1
-1
/
+6
*
Restore 5.minutes changed in #28204
Andrew White
2017-03-15
1
-1
/
+1
*
AS:Cache:MemoryStore doc fixes [ci skip] (#28389)
Vipul A M
2017-03-12
1
-1
/
+1
*
Merge pull request #27051 from devonestes/adding-cache-clear-docs
Vipul A M
2017-03-12
1
-0
/
+2
|
\
|
*
Add missing documentation for MemoryStore#clear [ci skip]
Devon Estes
2016-11-15
1
-0
/
+2
*
|
Make sure local cache cleared even it's throwing:
Lin Jen-Shin
2017-03-10
1
-4
/
+4
[next]