| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Correct cache store superclass in comment | Jonah Burke | 2015-08-19 | 1 | -1/+1 |
|/ |
|
* | Skip the `:race_condition_ttl` branch if the option is 0 or nil. This fixes a... | Matt Wilde | 2015-03-11 | 1 | -2/+2 |
* | Doc fix [ci skip] | Sushruth Sivaramakrishnan | 2015-03-05 | 1 | -1/+1 |
* | fixes documentation for returned hash in cache.fetch_multi | Michael Raidel | 2015-03-04 | 1 | -2/+5 |
* | Instrument read_multi. | Kasper Timm Hansen | 2015-02-21 | 1 | -13/+27 |
* | Remove deprecated ActiveSupport::Cache::Store.instrument | Rafael Mendonça França | 2015-01-04 | 1 | -13/+0 |
* | Remove conversion code for old Rails cache entry | Rafael Mendonça França | 2015-01-01 | 1 | -24/+0 |
* | Check by @v before converting the entry on expired? | Rafael Mendonça França | 2015-01-01 | 1 | -1/+1 |
* | Docs: grammar fix for fetch. [ci skip] | Mike Coutermarsh | 2014-08-08 | 1 | -1/+1 |
* | Merge pull request #15943 from wagenet/cache-instrumentation | Rafael Mendonça França | 2014-06-27 | 1 | -11/+10 |
|\ |
|
| * | Always instrument ActiveSupport::Cache | Peter Wagenet | 2014-06-27 | 1 | -11/+10 |
|/ |
|
* | Return a hash rather than array from fetch_multi | Parker Selbert | 2014-02-26 | 1 | -6/+5 |
* | docs, be clear that `options` is a hash. Closes #11904. [ci skip]. | Yves Senn | 2014-02-03 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-12-20 | 1 | -1/+1 |
|\ |
|
| * | Typos. return -> returns. [ci skip] | Lauro Caetano | 2013-12-03 | 1 | -1/+1 |
* | | Remove deprecated cattr_* requires | Genadi Samokovarov | 2013-12-03 | 1 | -1/+1 |
|/ |
|
* | Change syntax format for example returned values | Prem Sichanugrist | 2013-11-11 | 1 | -1/+1 |
* | Aesthetics | David Heinemeier Hansson | 2013-11-03 | 1 | -22/+30 |
* | Fix small typo in docs | Jonathan Baudanza | 2013-09-25 | 1 | -1/+1 |
* | cache.exists? should return true/false | Jade Tucker | 2013-07-07 | 1 | -1/+1 |
* | correction on cache.fetch race_condition_ttl | dickeyxxx | 2013-05-23 | 1 | -1/+1 |
* | Allow fetching multiple values from the cache at once | Daniel Schierbeck | 2013-05-06 | 1 | -0/+28 |
* | Making the retrieval of the cache store class a method, also wrote | wangjohn | 2013-04-28 | 1 | -10/+23 |
* | switch (and lazily convert) ivar names to 3.x | Sam Ruby | 2013-04-16 | 1 | -36/+36 |
* | remove unused payloads in blocks in caching instrumentation | Vipul A M | 2013-03-19 | 1 | -3/+3 |
* | Remove warning: shadowing outer local variable | Carlos Antonio da Silva | 2013-01-19 | 1 | -1/+1 |
* | Refactor ActiveSupport::Cache::Store#fetch. | Joey Butler | 2013-01-19 | 1 | -25/+41 |
* | remove meaningless AS::FrozenObjectError | Akira Matsuda | 2013-01-02 | 1 | -1/+0 |
* | Replace comments' non-breaking spaces with spaces | claudiob | 2012-12-04 | 1 | -1/+1 |
* | pass the key to the block in cache.fetch on misses | Noah Hendrix | 2012-10-23 | 1 | -5/+5 |
* | Ensure expires_in and created_at timestamps aren't nil when attempting to upg... | Joshua Peek | 2012-10-10 | 1 | -1/+1 |
* | fix broken cache tests | Brian Durand | 2012-09-30 | 1 | -2/+2 |
* | Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead. | Brian Durand | 2012-09-30 | 1 | -63/+85 |
* | update AS docs [ci skip] | Francesco Rodriguez | 2012-09-17 | 1 | -71/+79 |
* | Fix ActiveSupport Cache decrement method description | Alexey Vakhov | 2012-05-25 | 1 | -1/+1 |
* | Merge pull request #4496 from makeable/master | Aaron Patterson | 2012-05-03 | 1 | -1/+1 |
|\ |
|
| * | race_condition_ttl should be an integer | Matt Williams | 2012-01-17 | 1 | -1/+1 |
* | | Allow retrieve_cache_key to work on collections such as ActiveRecord::Relation. | Erich Menge | 2012-03-12 | 1 | -0/+1 |
* | | suggested changes. | Nupur Jain | 2012-02-21 | 1 | -5/+1 |
* | | Inline the prefix assignment so it doesnt look so daft | David Heinemeier Hansson | 2012-01-27 | 1 | -2/+1 |
* | | Revert "Fix expanding cache key for single element arrays" | David Heinemeier Hansson | 2012-01-27 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #4007 from exviva/expand_cache_key_for_one_element_array | José Valim | 2011-12-16 | 1 | -1/+1 |
|\ |
|
| * | Fix expanding cache key for single element arrays | Olek Janiszewski | 2011-12-16 | 1 | -1/+1 |
* | | Add ActiveSupport::Cache::NullStore to expose caching interface without actua... | Brian Durand | 2011-12-12 | 1 | -0/+1 |
|/ |
|
* | Optimize cache expansion by skipping rails cache id in nested keys. | José Valim | 2011-11-23 | 1 | -54/+60 |
* | Fix #3737 AS::expand_cache_key generates wrong key in certain situations (par... | Olek Janiszewski | 2011-11-23 | 1 | -1/+1 |
* | Fix #3737 AS::expand_cache_key generates wrong key in certain situations | Olek Janiszewski | 2011-11-23 | 1 | -10/+4 |
* | Revert "tests predicates according to the boolean interpretation of their ret... | Xavier Noria | 2011-11-21 | 1 | -2/+6 |
* | tests predicates according to the boolean interpretation of their return valu... | Xavier Noria | 2011-11-21 | 1 | -6/+2 |
* | cache entry: options[:compressed] is a regular flag, no need for !! | Xavier Noria | 2011-11-21 | 1 | -1/+1 |