aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/caching_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #24577 from mechanicles/fix-fetch-cache-missJeremy Daer2016-04-181-0/+14
|\
| * Fix forced cache miss for fetch.Santosh Wadghule2016-04-181-0/+14
|/
* remove args from assert_nothing_raised in testsTara Scherner de la Fuente2016-02-221-2/+2
* Revert "Instrument read_multi".Kasper Timm Hansen2016-02-201-9/+0
* Merge pull request #22278 from poporul/masterGodfrey Chan2016-01-151-3/+5
|\
| * Allow to store .keep file in cache directoryAlexey Pokhozhaev2015-11-131-3/+5
* | Suppress warning ambiguous first argumentyui-knk2015-12-201-1/+1
* | Fix cache fetch miss notification orderRobin Clowers2015-12-021-12/+16
* | add deprecations for a smooth transition after #22215Michael Grosser2015-11-191-0/+27
* | send normalized keys to the cache backends so they do not need to manage this...Michael Grosser2015-11-101-5/+5
|/
* 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