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
*
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
*
fix error with long keys in ActiveSupport::Cache::FileStore
Adam Panzer
2014-06-10
1
-0
/
+5
*
Return a hash rather than array from fetch_multi
Parker Selbert
2014-02-26
1
-8
/
+9
*
clear cache on body close so that cache remains during rendering
Aaron Patterson
2014-01-08
1
-0
/
+37
*
Raise if MemCacheStore doenst receive a Dalli obj
Arthur Neves
2014-01-03
1
-0
/
+8
*
mem_cache_store requires dalli, so only accept dalli/client
Arthur Neves
2014-01-03
1
-8
/
+0
*
Merge pull request #11785 from grosser/grosser/file-unless-exist
Rafael Mendonça França
2013-10-28
1
-0
/
+7
|
\
|
*
support :unless_exist for FileCache
grosser
2013-08-30
1
-0
/
+7
*
|
Fix FileStore#cleanup to no longer rely on missing each_key method
Murray Steele
2013-09-11
1
-0
/
+12
|
/
*
[Fixes #11512] improves cache size calculation in ActiveSupport::Cache::Memor...
Simeon Simeonov
2013-07-22
1
-2
/
+26
*
Explicitly test for true and false.
Jade Tucker
2013-07-07
1
-2
/
+2
*
Allow fetching multiple values from the cache at once
Daniel Schierbeck
2013-05-06
1
-0
/
+20
*
switch (and lazily convert) ivar names to 3.x
Sam Ruby
2013-04-16
1
-16
/
+15
*
Fixed typo
Anupam Choudhury
2013-04-10
1
-1
/
+1
*
Fix typo in DependenciesTestHelpers module name
Vipul A M
2013-03-12
1
-2
/
+2
*
Fix deletion of empty directories:
Charles Jones
2013-02-25
1
-0
/
+12
*
deprecate `assert_blank` and `assert_present`.
Yves Senn
2013-01-05
1
-3
/
+3
*
Patched Marshal#load to work with constant autoloading (active_support/depend...
Uriel Katz
2012-12-01
1
-0
/
+42
*
make the cache test more @tenderlove(ing) and not depend on internal implenta...
Noah Hendrix
2012-10-23
1
-2
/
+7
*
pass the key to the block in cache.fetch on misses
Noah Hendrix
2012-10-23
1
-2
/
+7
*
adding a test for b21f24d9807bd161af947cf0f0cc440c9adffb73
Aaron Patterson
2012-10-11
1
-0
/
+14
*
warning fixed: (...) interpreted as grouped expression
Arun Agrawal
2012-10-01
1
-1
/
+1
*
fix broken cache tests
Brian Durand
2012-09-30
1
-1
/
+1
*
Fix other assertions that were backwards.
Steve Klabnik
2012-09-30
1
-5
/
+5
*
fix order of assertions.
Steve Klabnik
2012-09-30
1
-2
/
+2
*
Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead.
Brian Durand
2012-09-30
1
-38
/
+53
*
skip the memcache tests if the memcache server is not up
Aaron Patterson
2012-08-22
1
-38
/
+50
[next]