aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/caching_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-0/+90
* Don't cache locally if unless_exist was passedEugene Kenny2017-05-141-0/+8
* Make sure local cache cleared even it's throwing:Lin Jen-Shin2017-03-101-0/+11
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-5/+5
* fix new warning in ruby 2.4yuuji.yaginuma2016-12-141-1/+1
* Remove deprecated namespaced_keyAndrew White2016-11-131-6/+0
* Remove deprecated set_cache_valueAndrew White2016-11-131-9/+0
* Remove deprecated escape_keyAndrew White2016-11-131-6/+0
* Remove deprecated key_file_pathAndrew White2016-11-131-6/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* add check of argumentyuuji.yaginuma2016-09-171-0/+6
* Merge pull request #25863 from mechanicles/remove-duplicate-testRafael França2016-08-161-5/+0
|\
| * Remove duplicate test.Santosh Wadghule2016-07-171-5/+0
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-11/+11
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-7/+7
* | remove redundant curlies from hash argumentsXavier Noria2016-08-061-3/+3
* | modernizes hash syntax in activesupportXavier Noria2016-08-061-51/+51
* | applies new string literal convention in activesupport/testXavier Noria2016-08-061-214/+214
* | Merge pull request #25823 from mechanicles/missing-memory-store-testsRafael França2016-07-201-0/+10
|\ \
| * | Add missing tests for memory store of cache.Santosh Wadghule2016-07-171-0/+10
| |/
* / Add missing test for clearing up local cache on invalid parameters err.Santosh Wadghule2016-07-171-0/+12
|/
* Pathname might not be always initialized.Vít Ondruch2016-07-071-0/+2
* 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