aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache
Commit message (Expand)AuthorAgeFilesLines
* Tidy up previous commit.José Valim2011-04-281-3/+8
* Merged pull request #219 from panthomakos/memcache.José Valim2011-04-281-1/+4
|\
| * Fixed special character encoding issue with MemCacheStore in Ruby 1.9.2.Pan Thomakos2011-03-111-1/+4
* | File should be open in read/write mode. When doing lock on a file.Arun Agrawal2011-04-181-1/+1
* | Remove `#among?` from Active SupportPrem Sichanugrist2011-04-131-2/+2
* | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...David Heinemeier Hansson2011-04-121-2/+2
* | Using Object#in? and Object#either? in various placesPrem Sichanugrist2011-04-111-2/+3
|/
* remove to_s implementation so that inspect is helpfulAaron Patterson2011-03-021-1/+0
* * LocalCache strategy is now a real middleware class, not an anonymous classAaron Patterson2011-03-021-23/+29
* Fix FileStore cache incorrectly regenerating its key from a pathname when a r...Denis Odorcic2010-11-071-4/+3
* Fix misleading advice to add 'memcache' to GemfileWincent Colaiuta2010-10-101-1/+1
* remove another lolinjectAaron Patterson2010-10-011-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* making comments meaningful by correcting, adding and pruningNeeraj Singh2010-07-263-14/+13
* String#[] doesn't return the byte representation on 1.9.2, we should use getb...Santiago Pastorino2010-06-271-1/+1
* preventing memcached initialization errors with default servers list [#4921 s...David Calavera2010-06-221-1/+1
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-151-1/+1
|\
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* | require conversions to use String#ordSantiago Pastorino2010-06-121-0/+1
|/
* Unforce memcache from ASSantiago Pastorino2010-06-011-1/+6
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-291-5/+7
* object_id may be negative, producing an invalid symbol. h/t Markus SchirpJeremy Kemper2010-04-281-1/+1
* ActiveSupport::Cache refactoringBrian Durand2010-04-276-252/+483
* MemoryStore#read_multi(*keys) for dev-mode compatibility with memcache storeJeremy Kemper2010-04-191-1/+7
* Fixed method sign errorSantiago Pastorino2010-04-091-1/+1
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-2/+2
* Make sure MemCacheStore logger existsJoshua Peek2010-04-071-3/+3
* Drop expires argument from call to @data in MemCacheStore so it works with me...Vladimir Andrijevik2010-03-281-1/+1
* fixes a couple of wrong requiresXavier Noria2010-01-011-1/+1
* requires active_support/inflector/methods active_support/core_ext/string/infl...Xavier Noria2010-01-011-0/+1
* requires active_support/core_ext/array/extract_options in mem_cache_store.rb ...Xavier Noria2010-01-011-0/+1
* requires active_support/gzip in CompressedMemCacheStore because it uses Activ...Xavier Noria2010-01-011-0/+2
* Rdoc for changes introduced in e2ed1a1ca, 36058f450.David Vrensk2009-11-121-0/+5
* Update Orchestra instrumentations and move part of logging to Orchestra.José Valim2009-10-151-4/+7
* Mute log info coming from the local_cache strategyPratik Naik2009-10-092-5/+7
* Restore split between require-time and runtime load path mungery. Simplifies ...Jeremy Kemper2009-09-241-1/+1
* Instrumenting cache stores.José Valim2009-09-203-44/+58
* Rollback AS bundler work and improve activation of vendored dependenciesJoshua Peek2009-09-131-1/+1
* Merge docrailsPratik Naik2009-07-251-3/+3
* Original cache objects should not be immutable [#2860 state:resolved]Yehuda Katz + Carl Lerche2009-07-011-1/+1
* Add expiry support File cache store [#1693 state:resolved] [Roman Shterenzon,...Pratik Naik2009-06-212-5/+13
* Ensure Memcache local cache returns duplicated values [#2302 state:resolved]Joshua Peek2009-05-271-1/+1
* Use duck typing to also allow MemCache-like object when initializing a MemCac...Bryan Helmkamp2009-05-191-1/+1
* Allow MemCacheStore to be initialized with a MemCache object instead of addre...Bryan Helmkamp2009-05-191-6/+11
* Add ability to get multiple memcached keys at the same time (via MemCacheStor...Joe Van Dyk2009-05-181-0/+5
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Merge branch 'master' into cherryJeremy Kemper2009-04-201-0/+5
|\
| * Nicer name for anonymous local cache middleware classJoshua Peek2009-04-021-0/+5
* | Remove rarely-used DRb cache storeJeremy Kemper2009-04-171-14/+0
* | Fix requireJeremy Kemper2009-03-291-1/+1