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
*
RedisCacheStore - Fix Default Error Handler
Jesse Doyle
2017-12-14
1
-3
/
+5
*
Introduced `ActiveSupport::Digest` that allows to specify hash function imple...
Dmitri Dolguikh
2017-12-12
2
-3
/
+2
*
Update incorrect backtick usage in RDoc to teletype
T.J. Schuck
2017-11-22
1
-5
/
+5
*
MemCacheStore: Support expiring counters
Takumasa Ochi
2017-11-20
1
-2
/
+2
*
Generate `keys` instead of `keys_to_names`
Ryuta Kamizono
2017-11-20
1
-3
/
+3
*
Fix "warning: assigned but unused variable - key"
yuuji.yaginuma
2017-11-18
1
-1
/
+1
*
Built-in Redis cache store
Jeremy Daer
2017-11-13
1
-0
/
+404
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
3
-8
/
+8
*
Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle...
Erich Soares Machado
2017-10-03
1
-3
/
+2
*
Update links to use https instead of http [ci skip]
Yoshiyuki Hirano
2017-08-22
1
-1
/
+1
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
6
-0
/
+6
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
6
-0
/
+6
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
3
-8
/
+8
*
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
2
-4
/
+4
*
Use recyclable cache keys (#29092)
David Heinemeier Hansson
2017-05-18
1
-1
/
+7
*
Don't cache locally if unless_exist was passed
Eugene Kenny
2017-05-14
1
-1
/
+6
*
Restore 5.minutes changed in #28204
Andrew White
2017-03-15
1
-1
/
+1
*
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
|
/
/
[next]