aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/file_store.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Dir#children and Dir#each_child instead of excluding "." and ".."Ricardo Díaz2019-02-131-10/+3
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-6/+4
* Switch to supports_cache_versioning? check to a class methodschneems2018-09-201-4/+2
* [close #33907] Error when using "recyclable" cache keys with a store that doe...schneems2018-09-201-0/+7
* Faster File Storeschneems2018-09-061-6/+10
* Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-121-1/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-3/+3
* Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle...Erich Soares Machado2017-10-031-3/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-3/+3
* Revert #25628. Incomplete change + needs a deprecation cycle.Jeremy Daer2017-06-101-1/+1
* Privatize unneededly protected methods in Active SupportAkira Matsuda2016-12-241-2/+1
* No need to nodoc private methodsAkira Matsuda2016-12-241-1/+1
* Remove deprecated key_file_pathAndrew White2016-11-131-8/+0
* Merge pull request #25628 from ysksn/optionsRafael Mendonça França2016-08-171-1/+1
|\
| * Update CHANGELOG.md for #25628 [ci skip]Yosuke Kabuto2016-07-021-1/+1
* | Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* | applies new string literal convention in activesupport/libXavier Noria2016-08-061-7/+7
|/
* Merge pull request #22278 from poporul/masterGodfrey Chan2016-01-151-3/+9
|\
| * Allow to store .keep file in cache directoryAlexey Pokhozhaev2015-11-131-3/+9
* | add deprecations for a smooth transition after #22215Michael Grosser2015-11-191-0/+8
* | keep deprecated namespaced_key in case any subclass uses itMichael Grosser2015-11-101-1/+1
* | send normalized keys to the cache backends so they do not need to manage this...Michael Grosser2015-11-101-15/+13
|/
* use prepend instead of extending every instanceMichael Grosser2015-11-061-1/+1
* when checking for too long cache keys used the uri encoded fname Cedric Sohrauer2015-04-241-3/+4
* Allow AS::Cache::FileStore#clear without cache directoryKohei Suzuki2015-04-091-0/+1
* fix error with long keys in ActiveSupport::Cache::FileStoreAdam Panzer2014-06-101-0/+5
* Copy-edit the parent commitRafael Mendonça França2013-12-121-6/+8
* Merge pull request #13268 from aayushkhandelwal11/masterRafael Mendonça França2013-12-121-22/+16
|\
| * Moving the common code of increment and decrement of cache file store into se...Aayush khandelwal2013-12-121-22/+16
* | typo rectified [skip ci]Aayush khandelwal2013-12-111-1/+1
|/
* Merge pull request #11785 from grosser/grosser/file-unless-existRafael Mendonça França2013-10-281-0/+1
|\
| * support :unless_exist for FileCachegrosser2013-08-301-0/+1
* | Fix FileStore#cleanup to no longer rely on missing each_key methodMurray Steele2013-09-111-1/+2
|/
* Add documentation for FileStore#increment and #decrementMatt Stopa2013-07-101-0/+4
* Add documentation for #clear on certain Store classesMatt Stopa2013-07-101-0/+1
* Update the filestore documentation for clearMatt Stopa2013-07-091-0/+3
* Fix deletion of empty directories:Charles Jones2013-02-251-2/+2
* Patched Marshal#load to work with constant autoloading (active_support/depend...Uriel Katz2012-12-011-0/+1
* 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
* | 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
|/
* Fix "in memory" where it should be "in-memory".Cheah Chu Yeow2011-11-131-1/+1