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
/
strategy
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Cache `read_multi` with local_cache return values.
Jason Lee
2018-03-21
1
-1
/
+8
*
Caching: MemCache and Redis stores use local cache for multi-reads
Gabriel Sobrinho
2018-02-23
1
-0
/
+17
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-3
/
+3
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
2
-0
/
+2
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
2
-0
/
+2
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-3
/
+3
*
Cache: test coverage for cleanup behavior with local cache strategy
Eugene Kenny
2017-06-10
1
-1
/
+1
*
Revert #25628. Incomplete change + needs a deprecation cycle.
Jeremy Daer
2017-06-10
1
-3
/
+3
*
Don't cache locally if unless_exist was passed
Eugene Kenny
2017-05-14
1
-1
/
+6
*
Make sure local cache cleared even it's throwing:
Lin Jen-Shin
2017-03-10
1
-4
/
+4
*
Privatize unneededly protected methods in Active Support
Akira Matsuda
2016-12-24
1
-7
/
+5
*
Remove deprecated set_cache_value
Andrew White
2016-11-13
1
-8
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-2
/
+2
*
Whitespace
Rafael Mendonça França
2016-10-25
1
-0
/
+1
*
Merge pull request #25628 from ysksn/options
Rafael Mendonça França
2016-08-17
1
-3
/
+3
|
\
|
*
Update CHANGELOG.md for #25628 [ci skip]
Yosuke Kabuto
2016-07-02
1
-3
/
+3
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
|
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
2
-7
/
+7
|
/
*
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
1
-1
/
+1
*
add deprecations for a smooth transition after #22215
Michael Grosser
2015-11-19
1
-3
/
+11
*
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
-2
/
+3
*
fast and consistent return when local_cache does not exist
Michael Grosser
2015-11-07
1
-9
/
+12
*
do not override fetch on local cache
Michael Grosser
2015-11-07
1
-9
/
+5
*
call local_cache 1 time instead of 3 times
Michael Grosser
2015-11-06
1
-3
/
+3
*
cache nil replies from backend cache so misses are fast too
Michael Grosser
2015-11-05
1
-3
/
+6
*
[skip ci] Add nodoc label for protected Cache methods
Anton Davydov
2015-05-22
1
-1
/
+1
*
Doc fix [ci skip]
Sushruth Sivaramakrishnan
2015-03-05
1
-1
/
+1
*
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
*
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
*
Stop using method missing for singleton delegation.
Aaron Patterson
2013-11-06
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 "in memory" where it should be "in-memory".
Cheah Chu Yeow
2011-11-13
1
-2
/
+2
*
Revert "Fix "in memory" where it should be "in-memory"."
Vijay Dev
2011-11-11
1
-2
/
+2
*
Fix "in memory" where it should be "in-memory".
Cheah Chu Yeow
2011-11-11
1
-2
/
+2
*
remove to_s implementation so that inspect is helpful
Aaron Patterson
2011-03-02
1
-1
/
+0
*
* LocalCache strategy is now a real middleware class, not an anonymous class
Aaron Patterson
2011-03-02
1
-23
/
+29
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
making comments meaningful by correcting, adding and pruning
Neeraj Singh
2010-07-26
1
-5
/
+5
*
The rake task :environment now loads config/environment.rb instead of initial...
José Valim
2010-04-29
1
-5
/
+7
*
object_id may be negative, producing an invalid symbol. h/t Markus Schirp
Jeremy Kemper
2010-04-28
1
-1
/
+1
*
ActiveSupport::Cache refactoring
Brian Durand
2010-04-27
1
-52
/
+102
[next]