index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
cache
/
file_store.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
/
*
Fix "in memory" where it should be "in-memory".
Cheah Chu Yeow
2011-11-13
1
-1
/
+1
*
Revert "Fix "in memory" where it should be "in-memory"."
Vijay Dev
2011-11-11
1
-1
/
+1
*
Fix "in memory" where it should be "in-memory".
Cheah Chu Yeow
2011-11-11
1
-1
/
+1
*
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
*
Removed deprecated methods and related tests from ActiveSupport
Josh Kalderimis
2011-05-25
1
-13
/
+1
*
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
*
Fix FileStore cache incorrectly regenerating its key from a pathname when a r...
Denis Odorcic
2010-11-07
1
-4
/
+3
*
require conversions to use String#ord
Santiago Pastorino
2010-06-12
1
-0
/
+1
*
ActiveSupport::Cache refactoring
Brian Durand
2010-04-27
1
-41
/
+139
*
Instrumenting cache stores.
José Valim
2009-09-20
1
-21
/
+25
*
Add expiry support File cache store [#1693 state:resolved] [Roman Shterenzon,...
Pratik Naik
2009-06-21
1
-1
/
+13
*
Fix require
Jeremy Kemper
2009-03-29
1
-1
/
+1
*
Explicit File#atomic_write dependency
Jeremy Kemper
2009-03-29
1
-0
/
+2
*
Merge with docrails
Pratik Naik
2008-11-02
1
-0
/
+1
*
Fix cache counter semantics for MemoryCache, FileStoreCache, and (presumably)...
Doug Barth
2008-10-17
1
-0
/
+1
*
Fix indentation mismatch
Jeremy Kemper
2008-09-08
1
-1
/
+1
*
Consistently use the framework's configured logger and avoid reverting to RAI...
Joshua Peek
2008-08-18
1
-2
/
+2
*
Marshal FileStore values
Joshua Peek
2008-08-13
1
-2
/
+2
*
Ensure file atomic write uses the cache directory as its tmp folder
Joshua Peek
2008-08-06
1
-1
/
+1
*
Make FileStore use atomic writes
Joshua Peek
2008-08-06
1
-1
/
+1
*
Add fragment_exist? and exist? methods to cache stores. [#203 state:resolved]
José Valim
2008-05-19
1
-1
/
+6
*
Add default options to file_store to make it align with the other cache store...
Michael Koziarski
2008-04-26
1
-2
/
+2
*
Moved the caching stores from ActionController::Caching::Fragments::* to Acti...
David Heinemeier Hansson
2008-01-03
1
-0
/
+65