aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/caching_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * #read_entry in ActiveSupport::Cache::FileStore should log details of the exce...Winston2012-02-221-0/+9
* | add unless_exist option to memory storegrosser2012-05-101-0/+7
* | Merge pull request #4452 from tapajos/e5425c8f68fbb720fcbf4b14e1f154ac27dbbbedAaron Patterson2012-05-031-0/+7
|\ \
| * | Cache (FileStore) clear should keep .gitkeepMarcos Tapajos2012-01-131-0/+7
* | | warning removed: (...) interpreted as grouped expressionArun Agrawal2012-03-311-1/+1
* | | Merge pull request #4911 from Floppy/masterAaron Patterson2012-03-301-0/+10
|\ \ \
| * | | Change FILENAME_MAX_SIZE in FileStore to 228.James Smith2012-02-061-0/+10
| | |/ | |/|
* / | Allow retrieve_cache_key to work on collections such as ActiveRecord::Relation.Erich Menge2012-03-121-0/+4
|/ /
* / Revert "Fix expanding cache key for single element arrays"David Heinemeier Hansson2012-01-271-15/+7
|/
* Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-061-2/+2
* remove checks for encodings availabilitySergey Nartimov2011-12-251-21/+19
* Merge pull request #4007 from exviva/expand_cache_key_for_one_element_arrayJosé Valim2011-12-161-7/+15
|\
| * Fix expanding cache key for single element arraysOlek Janiszewski2011-12-161-7/+15
* | Add ActiveSupport::Cache::NullStore to expose caching interface without actua...Brian Durand2011-12-121-6/+64
|/
* Optimize cache expansion by skipping rails cache id in nested keys.José Valim2011-11-231-4/+4
* Fix #3737 AS::expand_cache_key generates wrong key in certain situations (par...Olek Janiszewski2011-11-231-2/+13
* Fix #3737 AS::expand_cache_key generates wrong key in certain situationsOlek Janiszewski2011-11-231-2/+10
* tests predicates according to the boolean interpretation of their return valu...Xavier Noria2011-11-211-48/+48
* Revert "tests predicates according to the boolean interpretation of their ret...Xavier Noria2011-11-211-49/+49
* tests predicates according to the boolean interpretation of their return valu...Xavier Noria2011-11-211-49/+49
* cache entry: options[:compressed] is a regular flag, no need for !!Xavier Noria2011-11-211-3/+3
* Improved testing so that it tests the real functionality and not the private ...Philippe Huibonhoa2011-10-021-4/+5
* Added fix so that file store does not raise an exception when cache dir does ...Philippe Huibonhoa2011-09-291-0/+7
* Updated existing test that fails with this fix (8d63678d1406c5518d437709af0fd...Philippe Huibonhoa2011-09-211-1/+1
* Fixed issue in file store where it could create a filename that was too long ...Philippe Huibonhoa2011-09-211-0/+9
* Merge pull request #2393 from bdurand/fix_cache_read_multiSantiago Pastorino2011-08-011-0/+8
|\
| * Pass options in ActiveSupport::Cache::CacheStore#read_multi through to the de...Brian Durand2011-08-011-0/+8
* | Change ActiveSupport::Cache behavior to always return duplicate objects inste...Brian Durand2011-07-291-7/+10
|/
* Fix ActiveSupport::Cache::FileStore#file_path_key does not work if initialize...Gonzalo Rodriguez2011-07-231-0/+7
* Merge pull request #1608 from sishen/sishenJosé Valim2011-07-111-1/+17
|\
| * MemcacheStore: deserialize the entry reading from local_cache when using rawDingding Ye2011-06-101-1/+17
* | Properly cache value when it is "false"Sebi Burkhard2011-07-081-0/+5
|/
* Removed deprecated methods and related tests from ActiveSupportJosh Kalderimis2011-05-251-44/+0
* Fixed special character encoding issue with MemCacheStore in Ruby 1.9.2.Pan Thomakos2011-03-111-0/+38
* do not test explicit equality of predicate methods, they should be allowed to...Aaron Patterson2011-03-071-3/+3
* Test cache.key_file_path with separators ht. Jim Wilson [#5611]Santiago Pastorino2010-11-071-0/+5
* Fix FileStore cache incorrectly regenerating its key from a pathname when a r...Denis Odorcic2010-11-071-0/+4
* code gardening: we have assert_(nil|blank|present), more concise, with better...Xavier Noria2010-08-171-2/+2