aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/caching_test.rb
Commit message (Expand)AuthorAgeFilesLines
* do not override fetch on local cacheMichael Grosser2015-11-071-2/+9
* Merge pull request #22194 from grosser/grosser/read-nilSean Griffin2015-11-051-0/+8
|\
| * cache nil replies from backend cache so misses are fast tooMichael Grosser2015-11-051-0/+8
* | Merge pull request #11872 from AvnerCohen/log_namespaceSean Griffin2015-10-301-0/+13
|\ \
| * | When logging Cache key, in debug mode, also log namespace, to create the full...Avner Cohen2015-06-231-0/+13
* | | Merge pull request #19889 from cedrics/long-uri-encoded-keysSean Griffin2015-10-201-0/+5
|\ \ \
| * | | when checking for too long cache keys used the uri encoded fname Cedric Sohrauer2015-04-241-0/+5
* | | | Add test cases for Cache#fetch instrumentationRobin Clowers2015-09-141-0/+28
| |_|/ |/| |
* | | Removed use of mocha in active_supportRonak Jangir2015-07-101-31/+43
* | | remove bad test.Aaron Patterson2015-06-251-4/+0
| |/ |/|
* | Removed mocha stubbing in active_supportRonak Jangir2015-06-071-41/+51
* | Avoid E constant clashing with Minitest defined version.Kasper Timm Hansen2015-05-221-8/+8
|/
* Allow AS::Cache::FileStore#clear without cache directoryKohei Suzuki2015-04-091-0/+6
* Skip the `:race_condition_ttl` branch if the option is 0 or nil. This fixes a...Matt Wilde2015-03-111-8/+20
* Remove not needed .tapArthur Neves2015-03-021-1/+1
* Do not output in the consoleRafael Mendonça França2015-03-021-1/+1
* Instrument read_multi.Kasper Timm Hansen2015-02-211-0/+9
* Remove conversion code for old Rails cache entryRafael Mendonça França2015-01-011-26/+0
* Check by @v before converting the entry on expired?Rafael Mendonça França2015-01-011-1/+1
* Keep the first string we fetchMatthew Draper2014-08-271-1/+1
* Create with_env helper for tests.Zuhao Wan2014-06-221-14/+13
* fix error with long keys in ActiveSupport::Cache::FileStoreAdam Panzer2014-06-101-0/+5
* Return a hash rather than array from fetch_multiParker Selbert2014-02-261-8/+9
* clear cache on body close so that cache remains during renderingAaron Patterson2014-01-081-0/+37
* Raise if MemCacheStore doenst receive a Dalli objArthur Neves2014-01-031-0/+8
* mem_cache_store requires dalli, so only accept dalli/clientArthur Neves2014-01-031-8/+0
* Merge pull request #11785 from grosser/grosser/file-unless-existRafael Mendonça França2013-10-281-0/+7
|\
| * support :unless_exist for FileCachegrosser2013-08-301-0/+7
* | Fix FileStore#cleanup to no longer rely on missing each_key methodMurray Steele2013-09-111-0/+12
|/
* [Fixes #11512] improves cache size calculation in ActiveSupport::Cache::Memor...Simeon Simeonov2013-07-221-2/+26
* Explicitly test for true and false.Jade Tucker2013-07-071-2/+2
* Allow fetching multiple values from the cache at onceDaniel Schierbeck2013-05-061-0/+20
* switch (and lazily convert) ivar names to 3.xSam Ruby2013-04-161-16/+15
* Fixed typoAnupam Choudhury2013-04-101-1/+1
* Fix typo in DependenciesTestHelpers module nameVipul A M2013-03-121-2/+2
* Fix deletion of empty directories:Charles Jones2013-02-251-0/+12
* deprecate `assert_blank` and `assert_present`.Yves Senn2013-01-051-3/+3
* Patched Marshal#load to work with constant autoloading (active_support/depend...Uriel Katz2012-12-011-0/+42
* make the cache test more @tenderlove(ing) and not depend on internal implenta...Noah Hendrix2012-10-231-2/+7
* pass the key to the block in cache.fetch on missesNoah Hendrix2012-10-231-2/+7
* adding a test for b21f24d9807bd161af947cf0f0cc440c9adffb73Aaron Patterson2012-10-111-0/+14
* warning fixed: (...) interpreted as grouped expressionArun Agrawal2012-10-011-1/+1
* fix broken cache testsBrian Durand2012-09-301-1/+1
* Fix other assertions that were backwards.Steve Klabnik2012-09-301-5/+5
* fix order of assertions.Steve Klabnik2012-09-301-2/+2
* Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead.Brian Durand2012-09-301-38/+53
* skip the memcache tests if the memcache server is not upAaron Patterson2012-08-221-38/+50
* Add test to cover increment/decrement of non-existing key in MemCacheStoreGuillermo Iguaran2012-08-171-0/+2
* Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...Guillermo Iguaran2012-08-171-6/+6
* Merge pull request #5125 from winston/log_exception_when_cache_read_failsMichael Koziarski2012-05-211-0/+9
|\