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
*
fix error with long keys in ActiveSupport::Cache::FileStore
Adam Panzer
2014-06-10
1
-0
/
+5
*
Copy-edit the parent commit
Rafael Mendonça França
2013-12-12
1
-6
/
+8
*
Merge pull request #13268 from aayushkhandelwal11/master
Rafael Mendonça França
2013-12-12
1
-22
/
+16
|
\
|
*
Moving the common code of increment and decrement of cache file store into se...
Aayush khandelwal
2013-12-12
1
-22
/
+16
*
|
typo rectified [skip ci]
Aayush khandelwal
2013-12-11
1
-1
/
+1
|
/
*
Merge pull request #11785 from grosser/grosser/file-unless-exist
Rafael Mendonça França
2013-10-28
1
-0
/
+1
|
\
|
*
support :unless_exist for FileCache
grosser
2013-08-30
1
-0
/
+1
*
|
Fix FileStore#cleanup to no longer rely on missing each_key method
Murray Steele
2013-09-11
1
-1
/
+2
|
/
*
Add documentation for FileStore#increment and #decrement
Matt Stopa
2013-07-10
1
-0
/
+4
*
Add documentation for #clear on certain Store classes
Matt Stopa
2013-07-10
1
-0
/
+1
*
Update the filestore documentation for clear
Matt Stopa
2013-07-09
1
-0
/
+3
*
Fix deletion of empty directories:
Charles Jones
2013-02-25
1
-2
/
+2
*
Patched Marshal#load to work with constant autoloading (active_support/depend...
Uriel Katz
2012-12-01
1
-0
/
+1
*
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
*
|
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
|
/
*
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
[next]