| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Define transform_keys! in HashWithIndifferentAccess | Rafael Mendonça França | 2018-02-16 | 1 | -0/+13 |
* | | Remove usage of strip_heredoc in the framework in favor of <<~ | Rafael Mendonça França | 2018-02-16 | 2 | -6/+5 |
* | | Merge pull request #31866 from fatkodima/redis_cache-connection_pool | Rafael Mendonça França | 2018-02-14 | 2 | -2/+50 |
|\ \ |
|
| * | | Add support for connection pooling on RedisCacheStore | fatkodima | 2018-02-01 | 2 | -2/+50 |
* | | | Add missing require | yuuji.yaginuma | 2018-02-08 | 1 | -0/+1 |
* | | | Merge pull request #31923 from jdelStrother/duration-deserialization | Rafael França | 2018-02-07 | 1 | -0/+6 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix yaml deserialization of ActiveSupport::Duration | Jonathan del Strother | 2018-02-07 | 1 | -0/+6 |
* | | | Use Redis#mget for RedisCacheStore#fetch_multi | fatkodima | 2018-02-05 | 1 | -0/+8 |
* | | | Add missing instrumentation to RedisCacheStore#read_multi | fatkodima | 2018-02-05 | 6 | -17/+20 |
* | | | RedisCacheStore: fix `#write_multi` mset serialization | fatkodima | 2018-02-04 | 1 | -0/+10 |
* | | | Merge pull request #28171 from sorra/fresh-thread-tagged-logging | Ryuta Kamizono | 2018-02-03 | 1 | -1/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge branch 'master' into fresh-thread-tagged-logging | Dongqing Hu | 2017-02-26 | 1 | -0/+13 |
| |\ \ |
|
| * | | | Improve test for TaggedLogging "keeps each tag in their own thread" | Dongqing Hu | 2017-02-26 | 1 | -1/+2 |
* | | | | Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool" | George Claghorn | 2018-01-31 | 1 | -32/+0 |
* | | | | Suppress expected exceptions by `report_on_exception` = `false` | yuuji.yaginuma | 2018-01-29 | 1 | -0/+4 |
* | | | | Merge pull request #31803 from rmosolgo/rm-dependencies | Rafael França | 2018-01-26 | 1 | -0/+55 |
|\ \ \ \ |
|
| * | | | | Add failing test for infinite loop when unloading autoloaded modules when an ... | Robert Mosolgo | 2018-01-26 | 1 | -0/+55 |
* | | | | | Remove extra whitespace | Daniel Colson | 2018-01-25 | 5 | -42/+42 |
* | | | | | Use assert_empty and assert_not_empty | Daniel Colson | 2018-01-25 | 8 | -31/+31 |
* | | | | | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 26 | -141/+141 |
* | | | | | Change refute to assert_not | Daniel Colson | 2018-01-25 | 1 | -2/+2 |
* | | | | | Use respond_to test helpers | Daniel Colson | 2018-01-25 | 13 | -47/+47 |
* | | | | | Improve fault tolerance for redis cache store | fatkodima | 2018-01-23 | 4 | -6/+126 |
* | | | | | Add support for connection pooling on RedisCacheStore | fatkodima | 2018-01-22 | 4 | -50/+91 |
* | | | | | Pass desired driver to Redis client constructor rather than munging global co... | George Claghorn | 2018-01-21 | 1 | -16/+12 |
|/ / / / |
|
* | | | | Support hash as first argument in `assert_difference`. (#31600) | Julien Meichelbeck | 2018-01-18 | 1 | -0/+29 |
* | | | | Support for connection pooling on mem cache store | Gabriel Sobrinho | 2018-01-18 | 1 | -0/+74 |
* | | | | Test against the pure-Ruby Redis driver | George Claghorn | 2018-01-17 | 1 | -0/+6 |
* | | | | Fix constant reference | George Claghorn | 2018-01-16 | 1 | -2/+1 |
* | | | | Merge pull request #30268 from ignatiusreza/instrumentation | Ryuta Kamizono | 2018-01-11 | 1 | -6/+6 |
|\ \ \ \ |
|
| * | | | | add instrumentation for read_multi | Ignatius Reza | 2017-12-29 | 1 | -6/+6 |
* | | | | | Merge pull request #31648 from dixitp012/rubocop_active_support_test | Ryuta Kamizono | 2018-01-08 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Fix rubocop space before comma | Dixit Patel | 2018-01-08 | 1 | -1/+1 |
|/ / / / / |
|
* | | | | | Merge pull request #31049 from gwincr11/cg-blank | Ryuta Kamizono | 2018-01-04 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Add support for multiple encodings in String.blank? | Cory Gwin @gwincr11 | 2017-11-17 | 1 | -2/+2 |
* | | | | | | Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti... | Ryuta Kamizono | 2018-01-04 | 1 | -0/+11 |
|\ \ \ \ \ \ |
|
| * | | | | | | `assert_changes` should always assert some change | Daniel Ma | 2017-11-13 | 1 | -0/+11 |
* | | | | | | | Merge pull request #31310 from kinnrot/duration-modulo | Ryuta Kamizono | 2018-01-01 | 1 | -0/+2 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | Empty duration inspect fix | Chen Kinnrot | 2017-12-13 | 1 | -0/+2 |
* | | | | | | | Test that cache stores build unversioned keys | George Claghorn | 2017-12-22 | 1 | -0/+12 |
* | | | | | | | Handle `FrozenError` if it is available | Yasuo Honda | 2017-12-20 | 2 | -1/+5 |
* | | | | | | | Merge pull request #31348 from y-yagi/fix_31283 | Kasper Timm Hansen | 2017-12-18 | 2 | -4/+15 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Raise an error only when `require_master_key` is specified | yuuji.yaginuma | 2017-12-18 | 2 | -4/+15 |
* | | | | | | | | Don't include ellipsis in truncated digest output | Eugene Kenny | 2017-12-17 | 1 | -1/+1 |
|/ / / / / / / |
|
* | | | | | | | Suppress `warning: BigDecimal.new is deprecated` | Yasuo Honda | 2017-12-15 | 4 | -9/+9 |
* | | | | | | | Merge pull request #31289 from witlessbird/fips-compatibility | Eileen M. Uchitelle | 2017-12-14 | 1 | -0/+27 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Introduced `ActiveSupport::Digest` that allows to specify hash function imple... | Dmitri Dolguikh | 2017-12-12 | 1 | -0/+27 |
* | | | | | | | | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the future | Ryuta Kamizono | 2017-12-14 | 11 | -47/+47 |
* | | | | | | | | Preserve original method visibility when deprecating a method | Jordan Brough | 2017-12-13 | 1 | -0/+22 |
* | | | | | | | | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed more | Ryuta Kamizono | 2017-12-12 | 7 | -18/+18 |
|/ / / / / / / |
|