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
/
caching_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-5
/
+5
*
fix new warning in ruby 2.4
yuuji.yaginuma
2016-12-14
1
-1
/
+1
*
Remove deprecated namespaced_key
Andrew White
2016-11-13
1
-6
/
+0
*
Remove deprecated set_cache_value
Andrew White
2016-11-13
1
-9
/
+0
*
Remove deprecated escape_key
Andrew White
2016-11-13
1
-6
/
+0
*
Remove deprecated key_file_path
Andrew White
2016-11-13
1
-6
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-3
/
+3
*
add check of argument
yuuji.yaginuma
2016-09-17
1
-0
/
+6
*
Merge pull request #25863 from mechanicles/remove-duplicate-test
Rafael França
2016-08-16
1
-5
/
+0
|
\
|
*
Remove duplicate test.
Santosh Wadghule
2016-07-17
1
-5
/
+0
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-11
/
+11
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-7
/
+7
*
|
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-3
/
+3
*
|
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-51
/
+51
*
|
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
1
-214
/
+214
*
|
Merge pull request #25823 from mechanicles/missing-memory-store-tests
Rafael França
2016-07-20
1
-0
/
+10
|
\
\
|
*
|
Add missing tests for memory store of cache.
Santosh Wadghule
2016-07-17
1
-0
/
+10
|
|
/
*
/
Add missing test for clearing up local cache on invalid parameters err.
Santosh Wadghule
2016-07-17
1
-0
/
+12
|
/
*
Pathname might not be always initialized.
Vít Ondruch
2016-07-07
1
-0
/
+2
*
Merge pull request #24577 from mechanicles/fix-fetch-cache-miss
Jeremy Daer
2016-04-18
1
-0
/
+14
|
\
|
*
Fix forced cache miss for fetch.
Santosh Wadghule
2016-04-18
1
-0
/
+14
|
/
*
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-2
/
+2
*
Revert "Instrument read_multi".
Kasper Timm Hansen
2016-02-20
1
-9
/
+0
*
Merge pull request #22278 from poporul/master
Godfrey Chan
2016-01-15
1
-3
/
+5
|
\
|
*
Allow to store .keep file in cache directory
Alexey Pokhozhaev
2015-11-13
1
-3
/
+5
*
|
Suppress warning ambiguous first argument
yui-knk
2015-12-20
1
-1
/
+1
*
|
Fix cache fetch miss notification order
Robin Clowers
2015-12-02
1
-12
/
+16
*
|
add deprecations for a smooth transition after #22215
Michael Grosser
2015-11-19
1
-0
/
+27
*
|
send normalized keys to the cache backends so they do not need to manage this...
Michael Grosser
2015-11-10
1
-5
/
+5
|
/
*
do not override fetch on local cache
Michael Grosser
2015-11-07
1
-2
/
+9
*
Merge pull request #22194 from grosser/grosser/read-nil
Sean Griffin
2015-11-05
1
-0
/
+8
|
\
|
*
cache nil replies from backend cache so misses are fast too
Michael Grosser
2015-11-05
1
-0
/
+8
*
|
Merge pull request #11872 from AvnerCohen/log_namespace
Sean Griffin
2015-10-30
1
-0
/
+13
|
\
\
|
*
|
When logging Cache key, in debug mode, also log namespace, to create the full...
Avner Cohen
2015-06-23
1
-0
/
+13
*
|
|
Merge pull request #19889 from cedrics/long-uri-encoded-keys
Sean Griffin
2015-10-20
1
-0
/
+5
|
\
\
\
|
*
|
|
when checking for too long cache keys used the uri encoded fname
Cedric Sohrauer
2015-04-24
1
-0
/
+5
*
|
|
|
Add test cases for Cache#fetch instrumentation
Robin Clowers
2015-09-14
1
-0
/
+28
|
|
_
|
/
|
/
|
|
*
|
|
Removed use of mocha in active_support
Ronak Jangir
2015-07-10
1
-31
/
+43
*
|
|
remove bad test.
Aaron Patterson
2015-06-25
1
-4
/
+0
|
|
/
|
/
|
*
|
Removed mocha stubbing in active_support
Ronak Jangir
2015-06-07
1
-41
/
+51
*
|
Avoid E constant clashing with Minitest defined version.
Kasper Timm Hansen
2015-05-22
1
-8
/
+8
|
/
*
Allow AS::Cache::FileStore#clear without cache directory
Kohei Suzuki
2015-04-09
1
-0
/
+6
*
Skip the `:race_condition_ttl` branch if the option is 0 or nil. This fixes a...
Matt Wilde
2015-03-11
1
-8
/
+20
*
Remove not needed .tap
Arthur Neves
2015-03-02
1
-1
/
+1
*
Do not output in the console
Rafael Mendonça França
2015-03-02
1
-1
/
+1
*
Instrument read_multi.
Kasper Timm Hansen
2015-02-21
1
-0
/
+9
*
Remove conversion code for old Rails cache entry
Rafael Mendonça França
2015-01-01
1
-26
/
+0
*
Check by @v before converting the entry on expired?
Rafael Mendonça França
2015-01-01
1
-1
/
+1
*
Keep the first string we fetch
Matthew Draper
2014-08-27
1
-1
/
+1
*
Create with_env helper for tests.
Zuhao Wan
2014-06-22
1
-14
/
+13
[next]