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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #20251 from davydovanton/doc-memory-store
Rafael Mendonça França
2015-05-21
2
-2
/
+2
|
\
|
*
[skip ci] Add nodoc label for protected Cache methods
Anton Davydov
2015-05-22
2
-2
/
+2
*
|
[skip ci] Update documentation for MemCacheStore::build_mem_cache
Anton Davydov
2015-05-21
1
-1
/
+8
|
/
*
Allow AS::Cache::FileStore#clear without cache directory
Kohei Suzuki
2015-04-09
1
-0
/
+1
*
Doc fix [ci skip]
Sushruth Sivaramakrishnan
2015-03-05
1
-1
/
+1
*
Instrument read_multi.
Kasper Timm Hansen
2015-02-21
1
-7
/
+10
*
Require rack/utils
Rafael Mendonça França
2014-08-19
1
-0
/
+2
*
Protect against error when parsing parameters with Bad Request
Rafael Mendonça França
2014-08-19
1
-0
/
+3
*
fix error with long keys in ActiveSupport::Cache::FileStore
Adam Panzer
2014-06-10
1
-0
/
+5
*
Add missing require so requiring `active_support/cache` works again.
Lucas Mazza
2014-04-09
1
-0
/
+1
*
- Rename `increment_or_decrement` to an apt `set_cache_value` since it actual...
Vipul A M
2014-03-24
1
-4
/
+5
*
Extract local cache middleware
Arthur Neves
2014-02-23
2
-32
/
+41
*
clear cache on body close so that cache remains during rendering
Aaron Patterson
2014-01-08
1
-2
/
+8
*
Add 'e' var on rescue DalliError, in order to log it
Arthur Neves
2014-01-06
1
-2
/
+2
*
Raise if MemCacheStore doenst receive a Dalli obj
Arthur Neves
2014-01-03
1
-0
/
+3
*
mem_cache_store requires dalli, so only accept dalli/client
Arthur Neves
2014-01-03
1
-6
/
+1
*
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
2
-2
/
+2
|
/
*
Stop using method missing for singleton delegation.
Aaron Patterson
2013-11-06
1
-0
/
+3
*
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
|
/
*
Remove gist link from the code
Rafael Mendonça França
2013-08-27
1
-1
/
+0
*
Merge pull request #11546 from swoop-inc/ss_memory_store_cache_size
Piotr Sarnacki
2013-07-22
1
-3
/
+14
|
\
|
*
[Fixes #11512] improves cache size calculation in ActiveSupport::Cache::Memor...
Simeon Simeonov
2013-07-22
1
-3
/
+14
*
|
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
2
-0
/
+2
*
|
Update the filestore documentation for clear
Matt Stopa
2013-07-09
1
-0
/
+3
|
/
*
The increment and decrement commands in the local cache are exactly the
wangjohn
2013-04-17
1
-18
/
+14
*
Refactored the storage of a temporary version of the local cache into
wangjohn
2013-04-17
1
-8
/
+6
*
Add nodoc to LocalCacheRegistry
Rafael Mendonça França
2013-04-17
1
-1
/
+1
*
Adding a local thread registry to store local caches.
wangjohn
2013-04-17
1
-15
/
+32
*
Fix deletion of empty directories:
Charles Jones
2013-02-25
1
-2
/
+2
*
Missing require extract_options
Akira Matsuda
2013-01-31
1
-0
/
+1
*
Use already defined Encoding constants rather than creating one-trip Strings
Akira Matsuda
2013-01-28
1
-1
/
+1
*
Patched Marshal#load to work with constant autoloading (active_support/depend...
Uriel Katz
2012-12-01
2
-0
/
+2
*
Padding expires_in by 5 minutes on dalli key write to facilitate :race_condit...
Mike Evans
2012-10-11
1
-0
/
+4
*
Optimize ActiveSupport::Cache::Entry to reduce memory and processing overhead.
Brian Durand
2012-09-30
1
-0
/
+1
*
Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache...
Guillermo Iguaran
2012-08-17
1
-32
/
+21
*
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
*
|
add unless_exist option to memory store
grosser
2012-05-10
1
-0
/
+1
*
|
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
|
|
/
[next]