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
*
Support skip nil for cache fetch (#25437)
Martin
2018-08-05
1
-1
/
+9
*
Merge pull request #32539 from chancancode/anticompress
Rafael França
2018-04-12
1
-35
/
+32
|
\
|
*
Fix `ActiveSupport::Cache` compression
Godfrey Chan
2018-04-11
1
-35
/
+32
*
|
Cache::Store#read: Fix fixed-width end tag in docs
Teddy Wing
2018-04-12
1
-2
/
+3
|
/
*
Don't marshal ActiveSupport::Cache::Entry objects twice
Sean Griffin
2018-03-14
1
-13
/
+14
*
Add support for connection pooling on RedisCacheStore
fatkodima
2018-02-01
1
-0
/
+17
*
Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"
George Claghorn
2018-01-31
1
-17
/
+0
*
Add support for connection pooling on RedisCacheStore
fatkodima
2018-01-22
1
-0
/
+17
*
add instrumentation for read_multi
Ignatius Reza
2017-12-29
1
-21
/
+36
*
Revert "Remove code duplication in ActiveSupport::Cache"
George Claghorn
2017-12-22
1
-11
/
+26
*
Cache: Enable compression by default for values > 1kB.
Jeremy Daer
2017-11-13
1
-11
/
+9
*
Built-in Redis cache store
Jeremy Daer
2017-11-13
1
-12
/
+33
*
Remove code duplication in ActiveSupport::Cache
Bogdan Gusiev
2017-11-09
1
-26
/
+11
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-7
/
+7
*
explain why require_relative is not used here [ci skip]
Xavier Noria
2017-07-16
1
-0
/
+2
*
Fix configuring third-party cache stores such as ActiveSupport::Cache::RedisS...
George Claghorn
2017-07-12
1
-1
/
+1
*
[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
*
Merge branch 'master' into require_relative_2017
Xavier Noria
2017-07-02
1
-1
/
+1
|
\
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
|
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
|
\
|
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
|
*
|
Make ActiveSupport frozen string literal friendly.
Pat Allan
2017-06-20
1
-1
/
+1
|
|
/
*
/
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-8
/
+8
|
/
*
Revert #25628. Incomplete change + needs a deprecation cycle.
Jeremy Daer
2017-06-10
1
-1
/
+1
*
Cache: write_multi (#29366)
Jeremy Daer
2017-06-06
1
-6
/
+28
*
Fix a RuboCop offences using `rubocop -a`
Koichi ITO
2017-05-24
1
-2
/
+0
*
Remove unused mismatch payload attribute
David Heinemeier Hansson
2017-05-20
1
-5
/
+1
*
Add cache_key_with_version and use it in ActiveSupport::Cache.expand_cache_key
David Heinemeier Hansson
2017-05-19
1
-4
/
+5
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-17
/
+61
*
Revert "Merge pull request #28788 from tjschuck/require_as_notifications_in_c...
Rafael Mendonça França
2017-04-18
1
-1
/
+0
*
Explicitly require AS::Notifications in AS::Cache
T.J. Schuck
2017-04-17
1
-0
/
+1
*
Remove unused require
Ryuta Kamizono
2017-02-12
1
-1
/
+0
*
Fix sample code for `expand_cache_key` usage [ci skip]
kenta-s
2017-01-24
1
-2
/
+2
*
Privatize unneededly protected methods in Active Support
Akira Matsuda
2016-12-24
1
-6
/
+5
*
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-2
/
+2
*
Remove deprecated namespaced_key
Andrew White
2016-11-13
1
-8
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Merge pull request #26531 from y-yagi/remove_unused_benchmark
Rafael França
2016-10-10
1
-2
/
+0
|
\
|
*
remove unused require `benchmark`
yuuji.yaginuma
2016-09-17
1
-2
/
+0
*
|
Merge pull request #26524 from y-yagi/add_check_of_argument
Richard Schneeman
2016-09-22
1
-0
/
+5
|
\
\
|
*
|
add check of argument
yuuji.yaginuma
2016-09-17
1
-0
/
+5
|
|
/
*
/
fix formatting of `Cache::Store#fetch` [ci skip]
yuuji.yaginuma
2016-09-17
1
-3
/
+3
|
/
*
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
-4
/
+4
*
|
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
|
\
[next]