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
...
*
AS:Cache:MemoryStore doc fixes [ci skip] (#28389)
Vipul A M
2017-03-12
1
-1
/
+1
*
Merge pull request #27051 from devonestes/adding-cache-clear-docs
Vipul A M
2017-03-12
1
-0
/
+2
|
\
|
*
Add missing documentation for MemoryStore#clear [ci skip]
Devon Estes
2016-11-15
1
-0
/
+2
*
|
Make sure local cache cleared even it's throwing:
Lin Jen-Shin
2017-03-10
1
-4
/
+4
*
|
Deprecate implicit coercion of `ActiveSupport::Duration`
Andrew White
2017-03-02
1
-1
/
+1
*
|
Privatize unneededly protected methods in Active Support
Akira Matsuda
2016-12-24
5
-28
/
+21
*
|
No need to nodoc private methods
Akira Matsuda
2016-12-24
1
-1
/
+1
*
|
Removes 'raw: true' from MemCacheStore#read_multi, per https://github.com/rai...
Jonathan Hyman
2016-11-16
1
-1
/
+1
|
/
*
Remove deprecated set_cache_value
Andrew White
2016-11-13
1
-8
/
+0
*
Remove deprecated escape_key
Andrew White
2016-11-13
1
-8
/
+0
*
Remove deprecated key_file_path
Andrew White
2016-11-13
1
-8
/
+0
*
Merge pull request #26536 from y-yagi/change_increment_and_decrement_to_publi...
Arthur Nogueira Neves
2016-11-04
1
-2
/
+2
|
\
|
*
change `MemCacheStore#increment` and `MemCacheStore#decrement` to public API ...
yuuji.yaginuma
2016-09-18
1
-2
/
+2
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
2
-3
/
+3
*
|
Whitespace
Rafael Mendonça França
2016-10-25
1
-0
/
+1
|
/
*
Remove the word "mongrel" from documents
Ryunosuke Sato
2016-09-07
1
-1
/
+1
*
Merge pull request #25628 from ysksn/options
Rafael Mendonça França
2016-08-17
2
-4
/
+4
|
\
|
*
Update CHANGELOG.md for #25628 [ci skip]
Yosuke Kabuto
2016-07-02
2
-4
/
+4
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
4
-9
/
+9
*
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-1
/
+0
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-14
/
+14
*
|
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
2
-5
/
+5
*
|
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
5
-19
/
+19
|
/
*
Pass over all Rails 5 warnings, to make sure:
Vipul A M
2016-04-12
1
-1
/
+1
*
Revert "Instrument read_multi".
Kasper Timm Hansen
2016-02-20
1
-9
/
+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
*
|
Merge pull request #22202 from grosser/grosser/write-consistent
Arthur Nogueira Neves
2015-12-05
1
-4
/
+4
|
\
\
|
*
|
even if a write fails, store the raw value
Michael Grosser
2015-11-29
1
-4
/
+4
*
|
|
Merge pull request #22361 from grosser/grosser/rescue
Arthur Nogueira Neves
2015-11-30
1
-26
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
rescue memcached errors in a consistent way
Michael Grosser
2015-11-29
1
-26
/
+19
*
|
|
add deprecations for a smooth transition after #22215
Michael Grosser
2015-11-19
3
-3
/
+27
|
/
/
*
|
keep deprecated namespaced_key in case any subclass uses it
Michael Grosser
2015-11-10
2
-2
/
+2
*
|
send normalized keys to the cache backends so they do not need to manage this...
Michael Grosser
2015-11-10
3
-25
/
+24
|
/
*
Merge pull request #22216 from grosser/grosser/fast-ret
Rafael França
2015-11-10
1
-9
/
+12
|
\
|
*
fast and consistent return when local_cache does not exist
Michael Grosser
2015-11-07
1
-9
/
+12
*
|
Merge pull request #22206 from grosser/grosser/dry
Santiago Pastorino
2015-11-08
1
-20
/
+15
|
\
\
|
|
/
|
/
|
|
*
dry up increment/decrement
Michael Grosser
2015-11-07
1
-20
/
+15
*
|
do not override fetch on local cache
Michael Grosser
2015-11-07
1
-9
/
+5
|
/
*
Merge pull request #22193 from grosser/grosser/multi
Eileen M. Uchitelle
2015-11-06
1
-3
/
+3
|
\
|
*
call local_cache 1 time instead of 3 times
Michael Grosser
2015-11-06
1
-3
/
+3
*
|
use prepend instead of extending every instance
Michael Grosser
2015-11-06
3
-30
/
+27
|
/
*
Merge pull request #22194 from grosser/grosser/read-nil
Sean Griffin
2015-11-05
1
-3
/
+6
|
\
|
*
cache nil replies from backend cache so misses are fast too
Michael Grosser
2015-11-05
1
-3
/
+6
*
|
Merge pull request #19889 from cedrics/long-uri-encoded-keys
Sean Griffin
2015-10-20
1
-3
/
+4
|
\
\
|
|
/
|
/
|
|
*
when checking for too long cache keys used the uri encoded fname
Cedric Sohrauer
2015-04-24
1
-3
/
+4
*
|
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
[prev]
[next]