aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...Guillermo Iguaran2012-08-171-32/+21
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-4/+3
* Merge pull request #5125 from winston/log_exception_when_cache_read_failsMichael Koziarski2012-05-211-1/+2
|\
| * #read_entry in ActiveSupport::Cache::FileStore should log details of the exce...Winston2012-02-221-1/+2
* | Remove wrong rack/utils dependency from ASSantiago Pastorino2012-05-121-3/+3
* | add unless_exist option to memory storegrosser2012-05-101-0/+1
* | Merge pull request #4452 from tapajos/e5425c8f68fbb720fcbf4b14e1f154ac27dbbbedAaron Patterson2012-05-031-1/+1
|\ \
| * | Cache (FileStore) clear should keep .gitkeepMarcos Tapajos2012-01-131-1/+1
* | | Merge pull request #4911 from Floppy/masterAaron Patterson2012-03-301-1/+1
|\ \ \ | |_|/ |/| |
| * | Change FILENAME_MAX_SIZE in FileStore to 228.James Smith2012-02-061-1/+1
| |/
* | Bug: cache_path.size doesn't return length of filename but size of file if ca...Issei Naruta2012-02-211-1/+1
* | remove unnecessary require core_ext/string/encodingSergey Nartimov2012-02-141-1/+0
|/
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-1/+1
* Add ActiveSupport::Cache::NullStore to expose caching interface without actua...Brian Durand2011-12-121-0/+44
* Fix "in memory" where it should be "in-memory".Cheah Chu Yeow2011-11-133-4/+4
* Revert "Fix "in memory" where it should be "in-memory"."Vijay Dev2011-11-113-4/+4
* Update Memcached website to its new one at http://memcached.org/.Cheah Chu Yeow2011-11-111-1/+1
* Fix "in memory" where it should be "in-memory".Cheah Chu Yeow2011-11-113-4/+4
* Refactor ActiveSupport::Cache::FileStore. used method and deleted duplicate ...kennyj2011-10-301-3/+4
* Added fix so that file store does not raise an exception when cache dir does ...Philippe Huibonhoa2011-09-291-0/+1
* No need to create a range objectSantiago Pastorino2011-09-221-3/+3
* Fixed issue in file store where it could create a filename that was too long ...Philippe Huibonhoa2011-09-211-9/+8
* Fix ActiveSupport::Cache::FileStore#file_path_key does not work if initialize...Gonzalo Rodriguez2011-07-231-1/+1
* MemcacheStore: deserialize the entry reading from local_cache when using rawDingding Ye2011-06-101-0/+8
* Make MemCacheStore work with Ruby 1.9 and -KuAndrew White2011-05-311-1/+1
* Removed deprecated methods and related tests from ActiveSupportJosh Kalderimis2011-05-253-37/+1
* 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