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
/
behaviors
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return a copy of the cache entry when local_cache exists:
Edouard CHIN
2019-07-11
1
-0
/
+9
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Run activesupport's memcache store tests on Buildkite
bogdanvlviv
2019-02-26
1
-2
/
+2
*
Merge pull request #34700 from gmcgibbon/fetch_multi_key_order
Rafael França
2019-01-07
1
-1
/
+9
|
\
|
*
Preserve key order passed to ActiveSupport::CacheStore#fetch_multi
Gannon McGibbon
2018-12-27
1
-1
/
+9
*
|
Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin block
Ryuta Kamizono
2018-12-21
1
-30
/
+26
|
/
*
`assert_called_with` should require `args` argument
bogdanvlviv
2018-10-25
1
-1
/
+1
*
Array with single item correctly uses cache_key
Graham Turner
2018-10-05
1
-0
/
+49
*
Change the empty block style to have space inside of the block
Rafael Mendonça França
2018-09-25
1
-2
/
+2
*
Enable `Performance/UnfreezeString` cop
yuuji.yaginuma
2018-09-23
2
-4
/
+4
*
Fix the obvious typos detected by github.com/client9/misspell
Kazuhiro Sera
2018-08-08
1
-1
/
+1
*
Support skip nil for cache fetch (#25437)
Martin
2018-08-05
1
-0
/
+7
*
Fix test: threads being nil in ensure
Pavel Valena
2018-04-30
1
-4
/
+4
*
Allow rubocop check more files
bogdanvlviv
2018-04-19
4
-6
/
+6
*
2.6 warning: passing splat keyword arguments as a single Hash
utilum
2018-04-15
1
-2
/
+2
*
Use `SecureRandom.random_bytes` instead of `SecureRandom.bytes`
yuuji.yaginuma
2018-04-13
1
-1
/
+1
*
Fix `ActiveSupport::Cache` compression
Godfrey Chan
2018-04-11
1
-2
/
+21
*
Add failing test for compression bug
Godfrey Chan
2018-04-11
1
-15
/
+115
*
Fix Cache `read_multi` with local_cache return values.
Jason Lee
2018-03-21
1
-0
/
+12
*
Remove unnecessary `respond_to?(:report_on_exception)` checking
yuuji.yaginuma
2018-03-02
1
-2
/
+2
*
Caching: MemCache and Redis stores use local cache for multi-reads
Gabriel Sobrinho
2018-02-23
1
-0
/
+10
*
Merge pull request #31866 from fatkodima/redis_cache-connection_pool
Rafael Mendonça França
2018-02-14
1
-2
/
+5
|
\
|
*
Add support for connection pooling on RedisCacheStore
fatkodima
2018-02-01
1
-2
/
+5
*
|
Add missing instrumentation to RedisCacheStore#read_multi
fatkodima
2018-02-05
1
-0
/
+60
*
|
RedisCacheStore: fix `#write_multi` mset serialization
fatkodima
2018-02-04
1
-0
/
+10
|
/
*
Suppress expected exceptions by `report_on_exception` = `false`
yuuji.yaginuma
2018-01-29
1
-0
/
+4
*
Remove extra whitespace
Daniel Colson
2018-01-25
1
-1
/
+1
*
Improve fault tolerance for redis cache store
fatkodima
2018-01-23
1
-0
/
+91
*
Add support for connection pooling on RedisCacheStore
fatkodima
2018-01-22
1
-0
/
+53
*
Fix constant reference
George Claghorn
2018-01-16
1
-2
/
+1
*
Test that cache stores build unversioned keys
George Claghorn
2017-12-22
1
-0
/
+12
*
Cache: Enable compression by default for values > 1kB.
Jeremy Daer
2017-11-13
1
-0
/
+10
*
Built-in Redis cache store
Jeremy Daer
2017-11-13
2
-3
/
+11
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
7
-0
/
+7
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
7
-0
/
+7
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
7
-7
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
7
-0
/
+7
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
7
-0
/
+7
*
|
Make ActiveSupport frozen string literal friendly.
Pat Allan
2017-06-20
2
-5
/
+5
|
/
*
Cache: test coverage for cleanup behavior with local cache strategy
Eugene Kenny
2017-06-10
1
-0
/
+15
*
Split up the cache test suite so it's easier to understand and extend (#29404)
Jeremy Daer
2017-06-10
7
-0
/
+635