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 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
*
Add test to cover increment/decrement of non-existing key in MemCacheStore
Guillermo Iguaran
2012-08-17
1
-0
/
+2
*
Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...
Guillermo Iguaran
2012-08-17
1
-6
/
+6
*
Merge pull request #5125 from winston/log_exception_when_cache_read_fails
Michael Koziarski
2012-05-21
1
-0
/
+9
|
\
|
*
#read_entry in ActiveSupport::Cache::FileStore should log details of the exce...
Winston
2012-02-22
1
-0
/
+9
*
|
add unless_exist option to memory store
grosser
2012-05-10
1
-0
/
+7
*
|
Merge pull request #4452 from tapajos/e5425c8f68fbb720fcbf4b14e1f154ac27dbbbed
Aaron Patterson
2012-05-03
1
-0
/
+7
|
\
\
|
*
|
Cache (FileStore) clear should keep .gitkeep
Marcos Tapajos
2012-01-13
1
-0
/
+7
*
|
|
warning removed: (...) interpreted as grouped expression
Arun Agrawal
2012-03-31
1
-1
/
+1
*
|
|
Merge pull request #4911 from Floppy/master
Aaron Patterson
2012-03-30
1
-0
/
+10
|
\
\
\
|
*
|
|
Change FILENAME_MAX_SIZE in FileStore to 228.
James Smith
2012-02-06
1
-0
/
+10
|
|
|
/
|
|
/
|
*
/
|
Allow retrieve_cache_key to work on collections such as ActiveRecord::Relation.
Erich Menge
2012-03-12
1
-0
/
+4
|
/
/
*
/
Revert "Fix expanding cache key for single element arrays"
David Heinemeier Hansson
2012-01-27
1
-15
/
+7
|
/
*
Moved all the logger methods to active support logger
Karunakar (Ruby)
2012-01-06
1
-2
/
+2
*
remove checks for encodings availability
Sergey Nartimov
2011-12-25
1
-21
/
+19
*
Merge pull request #4007 from exviva/expand_cache_key_for_one_element_array
José Valim
2011-12-16
1
-7
/
+15
|
\
|
*
Fix expanding cache key for single element arrays
Olek Janiszewski
2011-12-16
1
-7
/
+15
*
|
Add ActiveSupport::Cache::NullStore to expose caching interface without actua...
Brian Durand
2011-12-12
1
-6
/
+64
|
/
*
Optimize cache expansion by skipping rails cache id in nested keys.
José Valim
2011-11-23
1
-4
/
+4
*
Fix #3737 AS::expand_cache_key generates wrong key in certain situations (par...
Olek Janiszewski
2011-11-23
1
-2
/
+13
*
Fix #3737 AS::expand_cache_key generates wrong key in certain situations
Olek Janiszewski
2011-11-23
1
-2
/
+10
*
tests predicates according to the boolean interpretation of their return valu...
Xavier Noria
2011-11-21
1
-48
/
+48
*
Revert "tests predicates according to the boolean interpretation of their ret...
Xavier Noria
2011-11-21
1
-49
/
+49
*
tests predicates according to the boolean interpretation of their return valu...
Xavier Noria
2011-11-21
1
-49
/
+49
*
cache entry: options[:compressed] is a regular flag, no need for !!
Xavier Noria
2011-11-21
1
-3
/
+3
*
Improved testing so that it tests the real functionality and not the private ...
Philippe Huibonhoa
2011-10-02
1
-4
/
+5
*
Added fix so that file store does not raise an exception when cache dir does ...
Philippe Huibonhoa
2011-09-29
1
-0
/
+7
*
Updated existing test that fails with this fix (8d63678d1406c5518d437709af0fd...
Philippe Huibonhoa
2011-09-21
1
-1
/
+1
*
Fixed issue in file store where it could create a filename that was too long ...
Philippe Huibonhoa
2011-09-21
1
-0
/
+9
*
Merge pull request #2393 from bdurand/fix_cache_read_multi
Santiago Pastorino
2011-08-01
1
-0
/
+8
|
\
|
*
Pass options in ActiveSupport::Cache::CacheStore#read_multi through to the de...
Brian Durand
2011-08-01
1
-0
/
+8
*
|
Change ActiveSupport::Cache behavior to always return duplicate objects inste...
Brian Durand
2011-07-29
1
-7
/
+10
|
/
*
Fix ActiveSupport::Cache::FileStore#file_path_key does not work if initialize...
Gonzalo Rodriguez
2011-07-23
1
-0
/
+7
*
Merge pull request #1608 from sishen/sishen
José Valim
2011-07-11
1
-1
/
+17
|
\
|
*
MemcacheStore: deserialize the entry reading from local_cache when using raw
Dingding Ye
2011-06-10
1
-1
/
+17
*
|
Properly cache value when it is "false"
Sebi Burkhard
2011-07-08
1
-0
/
+5
|
/
*
Removed deprecated methods and related tests from ActiveSupport
Josh Kalderimis
2011-05-25
1
-44
/
+0
*
Fixed special character encoding issue with MemCacheStore in Ruby 1.9.2.
Pan Thomakos
2011-03-11
1
-0
/
+38
*
do not test explicit equality of predicate methods, they should be allowed to...
Aaron Patterson
2011-03-07
1
-3
/
+3
*
Test cache.key_file_path with separators ht. Jim Wilson [#5611]
Santiago Pastorino
2010-11-07
1
-0
/
+5
*
Fix FileStore cache incorrectly regenerating its key from a pathname when a r...
Denis Odorcic
2010-11-07
1
-0
/
+4
*
code gardening: we have assert_(nil|blank|present), more concise, with better...
Xavier Noria
2010-08-17
1
-2
/
+2
*
adding test for respond_to cache_key and cleaning up the ENV settings
Neeraj Singh
2010-07-28
1
-14
/
+33
*
test cases for rails_app_version in AS cache.rb
Neeraj Singh
2010-07-28
1
-0
/
+14
*
adding more test cases for expand_cache_key
Neeraj Singh
2010-07-28
1
-0
/
+10
*
Removes unused vars
Santiago Pastorino
2010-07-24
1
-1
/
+1
[prev]
[next]