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
/
test
/
cache
/
stores
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use match? where we don't need MatchData
Akira Matsuda
2019-07-29
2
-2
/
+2
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
2
-3
/
+0
*
Redis fetch without names returns {}
David Verhasselt
2019-04-12
1
-0
/
+6
*
Run activesupport's memcache store tests on Buildkite
bogdanvlviv
2019-02-26
2
-12
/
+13
*
Use Dir#children and Dir#each_child instead of excluding "." and ".."
Ricardo Díaz
2019-02-13
1
-1
/
+1
*
Respect ENV variables when finding DBs etc for the test suite
Matthew Draper
2019-02-06
1
-1
/
+1
*
Turn on performance based cops
Dillon Welch
2018-07-23
1
-3
/
+1
*
Refactor #33254.
Kasper Timm Hansen
2018-07-01
1
-2
/
+2
*
Fix Cache :redis_store increment/decrement ttl check and add more tests.
Jason Lee
2018-06-30
1
-4
/
+20
*
Add :expires_in option support for RedisCacheStore increment/decrement method.
Jason Lee
2018-06-29
1
-0
/
+24
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-11
/
+11
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
2
-5
/
+5
*
Fix redis store clear keys outside the namespace
Rei
2018-04-15
1
-0
/
+18
*
Add failing test for compression bug
Godfrey Chan
2018-04-11
1
-2
/
+8
*
Fix: FileStoreTest#test_filename_max_size fails in Ruby 2.5.1
utilum
2018-03-31
1
-1
/
+3
*
Redis cache store: fix constructing with a Redis instance
Adam Richardson
2018-03-12
1
-0
/
+6
*
Merge pull request #31866 from fatkodima/redis_cache-connection_pool
Rafael Mendonça França
2018-02-14
1
-0
/
+45
|
\
|
*
Add support for connection pooling on RedisCacheStore
fatkodima
2018-02-01
1
-0
/
+45
*
|
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
4
-0
/
+4
|
/
*
Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"
George Claghorn
2018-01-31
1
-32
/
+0
*
Use assert_empty and assert_not_empty
Daniel Colson
2018-01-25
1
-1
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-2
/
+2
*
Improve fault tolerance for redis cache store
fatkodima
2018-01-23
2
-6
/
+34
*
Add support for connection pooling on RedisCacheStore
fatkodima
2018-01-22
2
-50
/
+37
*
Pass desired driver to Redis client constructor rather than munging global co...
George Claghorn
2018-01-21
1
-16
/
+12
*
Support for connection pooling on mem cache store
Gabriel Sobrinho
2018-01-18
1
-0
/
+74
*
Test against the pure-Ruby Redis driver
George Claghorn
2018-01-17
1
-0
/
+6
*
Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future
Ryuta Kamizono
2017-12-14
1
-1
/
+1
*
MemCacheStore: Support expiring counters
Takumasa Ochi
2017-11-20
1
-0
/
+16
*
Built-in Redis cache store
Jeremy Daer
2017-11-13
1
-0
/
+151
*
Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle...
Erich Soares Machado
2017-10-03
1
-0
/
+1
*
Use File::NULL instead of "/dev/null"
Kazuhiro NISHIYAMA
2017-07-31
1
-1
/
+1
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
4
-0
/
+4
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
4
-0
/
+4
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
4
-4
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
4
-0
/
+4
*
Split up the cache test suite so it's easier to understand and extend (#29404)
Jeremy Daer
2017-06-10
4
-0
/
+366