aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/cache/file_store.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix FileStore cache incorrectly regenerating its key from a pathname when a r...Denis Odorcic2010-11-071-4/+3
* require conversions to use String#ordSantiago Pastorino2010-06-121-0/+1
* ActiveSupport::Cache refactoringBrian Durand2010-04-271-41/+139
* Instrumenting cache stores.José Valim2009-09-201-21/+25
* Add expiry support File cache store [#1693 state:resolved] [Roman Shterenzon,...Pratik Naik2009-06-211-1/+13
* Fix requireJeremy Kemper2009-03-291-1/+1
* Explicit File#atomic_write dependencyJeremy Kemper2009-03-291-0/+2
* Merge with docrailsPratik Naik2008-11-021-0/+1
* Fix cache counter semantics for MemoryCache, FileStoreCache, and (presumably)...Doug Barth2008-10-171-0/+1
* Fix indentation mismatchJeremy Kemper2008-09-081-1/+1
* Consistently use the framework's configured logger and avoid reverting to RAI...Joshua Peek2008-08-181-2/+2
* Marshal FileStore valuesJoshua Peek2008-08-131-2/+2
* Ensure file atomic write uses the cache directory as its tmp folderJoshua Peek2008-08-061-1/+1
* Make FileStore use atomic writesJoshua Peek2008-08-061-1/+1
* Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]José Valim2008-05-191-1/+6
* Add default options to file_store to make it align with the other cache store...Michael Koziarski2008-04-261-2/+2
* Moved the caching stores from ActionController::Caching::Fragments::* to Acti...David Heinemeier Hansson2008-01-031-0/+65