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.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-3
/
+3
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-18
/
+18
*
Change doc for race_condition_ttl option of ActiveSupport::Cache::Store#fetch...
Dimitris Zorbas
2016-06-06
1
-2
/
+2
*
Merge pull request #24577 from mechanicles/fix-fetch-cache-miss
Jeremy Daer
2016-04-18
1
-2
/
+11
|
\
|
*
Fix forced cache miss for fetch.
Santosh Wadghule
2016-04-18
1
-2
/
+10
*
|
Merge pull request #24587 from mechanicles/doc-consistency
Xavier Noria
2016-04-18
1
-19
/
+19
|
\
\
|
|
/
|
/
|
|
*
Document consistency [ci skip]
Santosh Wadghule
2016-04-17
1
-19
/
+19
*
|
Stop passing unused payloads to instrumentation block in cache
Vipul A M
2016-04-17
1
-2
/
+2
|
/
*
Revert "Instrument read_multi".
Kasper Timm Hansen
2016-02-20
1
-23
/
+10
*
Merge pull request #22581 from hirocaster/fix-expect-sample-code
Yves Senn
2015-12-21
1
-4
/
+5
|
\
|
*
Change output timming of sample code
hirocaster
2015-12-14
1
-2
/
+2
*
|
Fix cache fetch miss notification order
Robin Clowers
2015-12-02
1
-8
/
+8
|
/
*
add deprecations for a smooth transition after #22215
Michael Grosser
2015-11-19
1
-1
/
+9
*
keep deprecated namespaced_key in case any subclass uses it
Michael Grosser
2015-11-10
1
-0
/
+1
*
send normalized keys to the cache backends so they do not need to manage this...
Michael Grosser
2015-11-10
1
-8
/
+8
*
Merge pull request #11872 from AvnerCohen/log_namespace
Sean Griffin
2015-10-30
1
-1
/
+1
|
\
|
*
When logging Cache key, in debug mode, also log namespace, to create the full...
Avner Cohen
2015-06-23
1
-1
/
+1
*
|
Fix Cache#fetch instrumentation
Robin Clowers
2015-09-14
1
-13
/
+11
*
|
Correct cache store superclass in comment
Jonah Burke
2015-08-19
1
-1
/
+1
|
/
*
Skip the `:race_condition_ttl` branch if the option is 0 or nil. This fixes a...
Matt Wilde
2015-03-11
1
-2
/
+2
*
Doc fix [ci skip]
Sushruth Sivaramakrishnan
2015-03-05
1
-1
/
+1
*
fixes documentation for returned hash in cache.fetch_multi
Michael Raidel
2015-03-04
1
-2
/
+5
*
Instrument read_multi.
Kasper Timm Hansen
2015-02-21
1
-13
/
+27
*
Remove deprecated ActiveSupport::Cache::Store.instrument
Rafael Mendonça França
2015-01-04
1
-13
/
+0
*
Remove conversion code for old Rails cache entry
Rafael Mendonça França
2015-01-01
1
-24
/
+0
*
Check by @v before converting the entry on expired?
Rafael Mendonça França
2015-01-01
1
-1
/
+1
*
Docs: grammar fix for fetch. [ci skip]
Mike Coutermarsh
2014-08-08
1
-1
/
+1
*
Merge pull request #15943 from wagenet/cache-instrumentation
Rafael Mendonça França
2014-06-27
1
-11
/
+10
|
\
|
*
Always instrument ActiveSupport::Cache
Peter Wagenet
2014-06-27
1
-11
/
+10
|
/
*
Return a hash rather than array from fetch_multi
Parker Selbert
2014-02-26
1
-6
/
+5
*
docs, be clear that `options` is a hash. Closes #11904. [ci skip].
Yves Senn
2014-02-03
1
-1
/
+1
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-12-20
1
-1
/
+1
|
\
|
*
Typos. return -> returns. [ci skip]
Lauro Caetano
2013-12-03
1
-1
/
+1
*
|
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
1
-1
/
+1
|
/
*
Change syntax format for example returned values
Prem Sichanugrist
2013-11-11
1
-1
/
+1
*
Aesthetics
David Heinemeier Hansson
2013-11-03
1
-22
/
+30
*
Fix small typo in docs
Jonathan Baudanza
2013-09-25
1
-1
/
+1
*
cache.exists? should return true/false
Jade Tucker
2013-07-07
1
-1
/
+1
*
correction on cache.fetch race_condition_ttl
dickeyxxx
2013-05-23
1
-1
/
+1
*
Allow fetching multiple values from the cache at once
Daniel Schierbeck
2013-05-06
1
-0
/
+28
*
Making the retrieval of the cache store class a method, also wrote
wangjohn
2013-04-28
1
-10
/
+23
*
switch (and lazily convert) ivar names to 3.x
Sam Ruby
2013-04-16
1
-36
/
+36
*
remove unused payloads in blocks in caching instrumentation
Vipul A M
2013-03-19
1
-3
/
+3
*
Remove warning: shadowing outer local variable
Carlos Antonio da Silva
2013-01-19
1
-1
/
+1
*
Refactor ActiveSupport::Cache::Store#fetch.
Joey Butler
2013-01-19
1
-25
/
+41
*
remove meaningless AS::FrozenObjectError
Akira Matsuda
2013-01-02
1
-1
/
+0
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-1
/
+1
*
pass the key to the block in cache.fetch on misses
Noah Hendrix
2012-10-23
1
-5
/
+5
*
Ensure expires_in and created_at timestamps aren't nil when attempting to upg...
Joshua Peek
2012-10-10
1
-1
/
+1
*
fix broken cache tests
Brian Durand
2012-09-30
1
-2
/
+2
[next]