| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add ActiveSupport::Cache::NullStore to expose caching interface without actua... | Brian Durand | 2011-12-12 | 1 | -0/+44 |
* | Fix "in memory" where it should be "in-memory". | Cheah Chu Yeow | 2011-11-13 | 3 | -4/+4 |
* | Revert "Fix "in memory" where it should be "in-memory"." | Vijay Dev | 2011-11-11 | 3 | -4/+4 |
* | Update Memcached website to its new one at http://memcached.org/. | Cheah Chu Yeow | 2011-11-11 | 1 | -1/+1 |
* | Fix "in memory" where it should be "in-memory". | Cheah Chu Yeow | 2011-11-11 | 3 | -4/+4 |
* | Refactor ActiveSupport::Cache::FileStore. used method and deleted duplicate ... | kennyj | 2011-10-30 | 1 | -3/+4 |
* | Added fix so that file store does not raise an exception when cache dir does ... | Philippe Huibonhoa | 2011-09-29 | 1 | -0/+1 |
* | No need to create a range object | Santiago Pastorino | 2011-09-22 | 1 | -3/+3 |
* | Fixed issue in file store where it could create a filename that was too long ... | Philippe Huibonhoa | 2011-09-21 | 1 | -9/+8 |
* | Fix ActiveSupport::Cache::FileStore#file_path_key does not work if initialize... | Gonzalo Rodriguez | 2011-07-23 | 1 | -1/+1 |
* | MemcacheStore: deserialize the entry reading from local_cache when using raw | Dingding Ye | 2011-06-10 | 1 | -0/+8 |
* | Make MemCacheStore work with Ruby 1.9 and -Ku | Andrew White | 2011-05-31 | 1 | -1/+1 |
* | Removed deprecated methods and related tests from ActiveSupport | Josh Kalderimis | 2011-05-25 | 3 | -37/+1 |
* | Tidy up previous commit. | José Valim | 2011-04-28 | 1 | -3/+8 |
* | Merged pull request #219 from panthomakos/memcache. | José Valim | 2011-04-28 | 1 | -1/+4 |
|\ |
|
| * | Fixed special character encoding issue with MemCacheStore in Ruby 1.9.2. | Pan Thomakos | 2011-03-11 | 1 | -1/+4 |
* | | File should be open in read/write mode. When doing lock on a file. | Arun Agrawal | 2011-04-18 | 1 | -1/+1 |
* | | Remove `#among?` from Active Support | Prem Sichanugrist | 2011-04-13 | 1 | -2/+2 |
* | | Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg... | David Heinemeier Hansson | 2011-04-12 | 1 | -2/+2 |
* | | Using Object#in? and Object#either? in various places | Prem Sichanugrist | 2011-04-11 | 1 | -2/+3 |
|/ |
|
* | remove to_s implementation so that inspect is helpful | Aaron Patterson | 2011-03-02 | 1 | -1/+0 |
* | * LocalCache strategy is now a real middleware class, not an anonymous class | Aaron Patterson | 2011-03-02 | 1 | -23/+29 |
* | Fix FileStore cache incorrectly regenerating its key from a pathname when a r... | Denis Odorcic | 2010-11-07 | 1 | -4/+3 |
* | Fix misleading advice to add 'memcache' to Gemfile | Wincent Colaiuta | 2010-10-10 | 1 | -1/+1 |
* | remove another lolinject | Aaron Patterson | 2010-10-01 | 1 | -1/+1 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | making comments meaningful by correcting, adding and pruning | Neeraj Singh | 2010-07-26 | 3 | -14/+13 |
* | String#[] doesn't return the byte representation on 1.9.2, we should use getb... | Santiago Pastorino | 2010-06-27 | 1 | -1/+1 |
* | preventing memcached initialization errors with default servers list [#4921 s... | David Calavera | 2010-06-22 | 1 | -1/+1 |
* | Fix a bunch of minor spelling mistakes | Evgeniy Dolzhenko | 2010-06-15 | 1 | -1/+1 |
|\ |
|
| * | Fix a bunch of minor spelling mistakes | Evgeniy Dolzhenko | 2010-06-11 | 1 | -1/+1 |
* | | require conversions to use String#ord | Santiago Pastorino | 2010-06-12 | 1 | -0/+1 |
|/ |
|
* | Unforce memcache from AS | Santiago Pastorino | 2010-06-01 | 1 | -1/+6 |
* | The rake task :environment now loads config/environment.rb instead of initial... | José Valim | 2010-04-29 | 1 | -5/+7 |
* | object_id may be negative, producing an invalid symbol. h/t Markus Schirp | Jeremy Kemper | 2010-04-28 | 1 | -1/+1 |
* | ActiveSupport::Cache refactoring | Brian Durand | 2010-04-27 | 6 | -252/+483 |
* | MemoryStore#read_multi(*keys) for dev-mode compatibility with memcache store | Jeremy Kemper | 2010-04-19 | 1 | -1/+7 |
* | Fixed method sign error | Santiago Pastorino | 2010-04-09 | 1 | -1/+1 |
* | fix stack trace lines on class_eval | Santiago Pastorino | 2010-04-09 | 1 | -2/+2 |
* | Make sure MemCacheStore logger exists | Joshua Peek | 2010-04-07 | 1 | -3/+3 |
* | Drop expires argument from call to @data in MemCacheStore so it works with me... | Vladimir Andrijevik | 2010-03-28 | 1 | -1/+1 |
* | fixes a couple of wrong requires | Xavier Noria | 2010-01-01 | 1 | -1/+1 |
* | requires active_support/inflector/methods active_support/core_ext/string/infl... | Xavier Noria | 2010-01-01 | 1 | -0/+1 |
* | requires active_support/core_ext/array/extract_options in mem_cache_store.rb ... | Xavier Noria | 2010-01-01 | 1 | -0/+1 |
* | requires active_support/gzip in CompressedMemCacheStore because it uses Activ... | Xavier Noria | 2010-01-01 | 1 | -0/+2 |
* | Rdoc for changes introduced in e2ed1a1ca, 36058f450. | David Vrensk | 2009-11-12 | 1 | -0/+5 |
* | Update Orchestra instrumentations and move part of logging to Orchestra. | José Valim | 2009-10-15 | 1 | -4/+7 |
* | Mute log info coming from the local_cache strategy | Pratik Naik | 2009-10-09 | 2 | -5/+7 |
* | Restore split between require-time and runtime load path mungery. Simplifies ... | Jeremy Kemper | 2009-09-24 | 1 | -1/+1 |
* | Instrumenting cache stores. | José Valim | 2009-09-20 | 3 | -44/+58 |