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
*
Introduced `ActiveSupport::Digest` that allows to specify hash function imple...
Dmitri Dolguikh
2017-12-12
1
-1
/
+1
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-3
/
+3
*
Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle...
Erich Soares Machado
2017-10-03
1
-3
/
+2
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-3
/
+3
*
Revert #25628. Incomplete change + needs a deprecation cycle.
Jeremy Daer
2017-06-10
1
-1
/
+1
*
Privatize unneededly protected methods in Active Support
Akira Matsuda
2016-12-24
1
-2
/
+1
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-1
/
+1
*
Remove deprecated key_file_path
Andrew White
2016-11-13
1
-8
/
+0
*
Merge pull request #25628 from ysksn/options
Rafael Mendonça França
2016-08-17
1
-1
/
+1
|
\
|
*
Update CHANGELOG.md for #25628 [ci skip]
Yosuke Kabuto
2016-07-02
1
-1
/
+1
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
|
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-7
/
+7
|
/
*
Merge pull request #22278 from poporul/master
Godfrey Chan
2016-01-15
1
-3
/
+9
|
\
|
*
Allow to store .keep file in cache directory
Alexey Pokhozhaev
2015-11-13
1
-3
/
+9
*
|
add deprecations for a smooth transition after #22215
Michael Grosser
2015-11-19
1
-0
/
+8
*
|
keep deprecated namespaced_key in case any subclass uses it
Michael Grosser
2015-11-10
1
-1
/
+1
*
|
send normalized keys to the cache backends so they do not need to manage this...
Michael Grosser
2015-11-10
1
-15
/
+13
|
/
*
use prepend instead of extending every instance
Michael Grosser
2015-11-06
1
-1
/
+1
*
when checking for too long cache keys used the uri encoded fname
Cedric Sohrauer
2015-04-24
1
-3
/
+4
*
Allow AS::Cache::FileStore#clear without cache directory
Kohei Suzuki
2015-04-09
1
-0
/
+1
*
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
[next]