Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Redis cache store: consolidate serialization | Jeremy Daer | 2018-02-04 | 1 | -17/+21 | |
* | | | | RedisCacheStore: fix `#write_multi` mset serialization | fatkodima | 2018-02-04 | 2 | -1/+18 | |
* | | | | 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 | 3 | -3/+34 | |
| |\ \ \ | ||||||
| * | | | | 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 | 4 | -103/+23 | |
* | | | | | Update default deprecation horizon | Yuji Yaginuma | 2018-01-31 | 1 | -1/+1 | |
* | | | | | Start Rails 6.0 development!!! | Rafael Mendonça França | 2018-01-30 | 2 | -508/+4 | |
* | | | | | 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 | 2 | -0/+56 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove duplicates after autoloading modules | Robert Mosolgo | 2018-01-26 | 1 | -0/+1 | |
| * | | | | | 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 | 5 | -10/+137 | |
* | | | | | | Add support for connection pooling on RedisCacheStore | fatkodima | 2018-01-22 | 8 | -73/+166 | |
* | | | | | | Pass desired driver to Redis client constructor rather than munging global co... | George Claghorn | 2018-01-21 | 1 | -16/+12 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment... | Matthew Draper | 2018-01-19 | 7 | -8/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | Enable autocorrect for `Lint/EndAlignment` cop | Koichi ITO | 2018-01-18 | 7 | -8/+8 | |
* | | | | | | Support hash as first argument in `assert_difference`. (#31600) | Julien Meichelbeck | 2018-01-18 | 3 | -7/+57 | |
* | | | | | | Support for connection pooling on mem cache store | Gabriel Sobrinho | 2018-01-18 | 2 | -9/+99 | |
* | | | | | | Convert keys to binary in the Redis cache store | George Claghorn | 2018-01-17 | 1 | -1/+1 | |
* | | | | | | Test against the pure-Ruby Redis driver | George Claghorn | 2018-01-17 | 2 | -0/+26 | |
|/ / / / / | ||||||
* | | | | | Fix constant reference | George Claghorn | 2018-01-16 | 2 | -3/+2 | |
* | | | | | Merge pull request #31651 from eugeneius/use_sha1_digests | Sean Griffin | 2018-01-12 | 2 | -7/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use SHA-1 for non-sensitive digests by default | Eugene Kenny | 2018-01-08 | 2 | -7/+8 | |
* | | | | | | Merge pull request #30268 from ignatiusreza/instrumentation | Ryuta Kamizono | 2018-01-11 | 4 | -49/+64 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | add instrumentation for read_multi | Ignatius Reza | 2017-12-29 | 4 | -49/+64 | |
* | | | | | | | Merge pull request #31624 from y-yagi/fix_minitest_511 | Aaron Patterson | 2018-01-10 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Use `Minitest::Result` for retain test result | yuuji.yaginuma | 2018-01-03 | 1 | -2/+4 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Fix "the the " [ci skip] | Ryuta Kamizono | 2018-01-10 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #29685 from ayanko/fix-slow-name-error-missing-name | Ryuta Kamizono | 2018-01-10 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Fix performance issue with NameError#missing_name on ruby >= v2.3.0. | Andriy Yanko | 2017-07-10 | 1 | -0/+5 | |
* | | | | | | | 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 | |
|/ / / / / / / | ||||||
* | | | | | | | Remove meaningless check | yuuji.yaginuma | 2018-01-08 | 1 | -1/+1 | |
* | | | | | | | Allow use_authenticated_message_encryption to be set in new_framework_default... | Eugene Kenny | 2018-01-07 | 2 | -5/+7 | |
* | | | | | | | Merge pull request #31049 from gwincr11/cg-blank | Ryuta Kamizono | 2018-01-04 | 2 | -3/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add support for multiple encodings in String.blank? | Cory Gwin @gwincr11 | 2017-11-17 | 2 | -3/+12 | |
* | | | | | | | | Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti... | Ryuta Kamizono | 2018-01-04 | 3 | -6/+24 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | `assert_changes` should always assert some change | Daniel Ma | 2017-11-13 | 3 | -5/+22 | |
* | | | | | | | | | Remove undefined `track_deletion` callback [ci skip] | Ryuta Kamizono | 2018-01-03 | 1 | -3/+0 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #31606 from yhirano55/bump_license_years_for_2018 | Arun Agrawal | 2017-12-31 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Bump license years for 2018 | Yoshiyuki Hirano | 2017-12-31 | 2 | -2/+2 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #31310 from kinnrot/duration-modulo | Ryuta Kamizono | 2018-01-01 | 2 | -1/+5 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Empty duration inspect fix | Chen Kinnrot | 2017-12-13 | 2 | -1/+5 | |
* | | | | | | | | Test that cache stores build unversioned keys | George Claghorn | 2017-12-22 | 1 | -0/+12 |