| Commit message (Expand) | Author | Age | Files | Lines |
* | The increment and decrement commands in the local cache are exactly the | wangjohn | 2013-04-17 | 1 | -18/+14 |
* | Refactored the storage of a temporary version of the local cache into | wangjohn | 2013-04-17 | 1 | -8/+6 |
* | Add nodoc to LocalCacheRegistry | Rafael Mendonça França | 2013-04-17 | 1 | -1/+1 |
* | Adding a local thread registry to store local caches. | wangjohn | 2013-04-17 | 1 | -15/+32 |
* | Fix deletion of empty directories: | Charles Jones | 2013-02-25 | 1 | -2/+2 |
* | Missing require extract_options | Akira Matsuda | 2013-01-31 | 1 | -0/+1 |
* | Use already defined Encoding constants rather than creating one-trip Strings | Akira Matsuda | 2013-01-28 | 1 | -1/+1 |
* | Patched Marshal#load to work with constant autoloading (active_support/depend... | Uriel Katz | 2012-12-01 | 2 | -0/+2 |
* | Padding expires_in by 5 minutes on dalli key write to facilitate :race_condit... | Mike Evans | 2012-10-11 | 1 | -0/+4 |
* | Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead. | Brian Durand | 2012-09-30 | 1 | -0/+1 |
* | Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache... | Guillermo Iguaran | 2012-08-17 | 1 | -32/+21 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -4/+3 |
* | Merge pull request #5125 from winston/log_exception_when_cache_read_fails | Michael Koziarski | 2012-05-21 | 1 | -1/+2 |
|\ |
|
| * | #read_entry in ActiveSupport::Cache::FileStore should log details of the exce... | Winston | 2012-02-22 | 1 | -1/+2 |
* | | Remove wrong rack/utils dependency from AS | Santiago Pastorino | 2012-05-12 | 1 | -3/+3 |
* | | add unless_exist option to memory store | grosser | 2012-05-10 | 1 | -0/+1 |
* | | Merge pull request #4452 from tapajos/e5425c8f68fbb720fcbf4b14e1f154ac27dbbbed | Aaron Patterson | 2012-05-03 | 1 | -1/+1 |
|\ \ |
|
| * | | Cache (FileStore) clear should keep .gitkeep | Marcos Tapajos | 2012-01-13 | 1 | -1/+1 |
* | | | Merge pull request #4911 from Floppy/master | Aaron Patterson | 2012-03-30 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Change FILENAME_MAX_SIZE in FileStore to 228. | James Smith | 2012-02-06 | 1 | -1/+1 |
| |/ |
|
* | | Bug: cache_path.size doesn't return length of filename but size of file if ca... | Issei Naruta | 2012-02-21 | 1 | -1/+1 |
* | | remove unnecessary require core_ext/string/encoding | Sergey Nartimov | 2012-02-14 | 1 | -1/+0 |
|/ |
|
* | deprecate String#encoding_aware? and remove its usage | Sergey Nartimov | 2011-12-24 | 1 | -1/+1 |
* | 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 |