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
*
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
*
|
Deprecate implicit coercion of `ActiveSupport::Duration`
Andrew White
2017-03-02
1
-1
/
+1
*
|
Privatize unneededly protected methods in Active Support
Akira Matsuda
2016-12-24
5
-28
/
+21
*
|
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-1
/
+1
*
|
Removes 'raw: true' from MemCacheStore#read_multi, per https://github.com/rai...
Jonathan Hyman
2016-11-16
1
-1
/
+1
|
/
*
Remove deprecated set_cache_value
Andrew White
2016-11-13
1
-8
/
+0
*
Remove deprecated escape_key
Andrew White
2016-11-13
1
-8
/
+0
*
Remove deprecated key_file_path
Andrew White
2016-11-13
1
-8
/
+0
*
Merge pull request #26536 from y-yagi/change_increment_and_decrement_to_publi...
Arthur Nogueira Neves
2016-11-04
1
-2
/
+2
|
\
|
*
change `MemCacheStore#increment` and `MemCacheStore#decrement` to public API ...
yuuji.yaginuma
2016-09-18
1
-2
/
+2
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
2
-3
/
+3
*
|
Whitespace
Rafael Mendonça França
2016-10-25
1
-0
/
+1
|
/
*
Remove the word "mongrel" from documents
Ryunosuke Sato
2016-09-07
1
-1
/
+1
[next]