| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Caching: MemCache and Redis stores use local cache for multi-reads | Gabriel Sobrinho | 2018-02-23 | 3 | -0/+32 |
|/ / |
|
* | | Call `YAML.load` correctly | eileencodes | 2018-02-21 | 1 | -1/+1 |
* | | Remove `AS::Multibyte`'s unicode table | Fumiaki MATSUSHIMA | 2018-02-20 | 4 | -439/+15 |
* | | Return all mappings for a timezone id in `country_zones` | Andrew White | 2018-02-19 | 3 | -2/+31 |
* | | String#truncate_bytes: limit to N bytes without breaking multibyte chars | Jeremy Daer | 2018-02-18 | 3 | -0/+108 |
* | | `String#strip_heredoc` preserves frozenness | Jeremy Daer | 2018-02-17 | 3 | -1/+23 |
* | | Fixes typos | Dharam Gollapudi | 2018-02-17 | 1 | -3/+3 |
* | | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 16 | -141/+32 |
* | | Remove require Object#blank? monkey patch | Sean Collins | 2018-02-17 | 1 | -1/+0 |
* | | Clean up and consolidate .gitignores | bogdanvlviv | 2018-02-17 | 1 | -0/+1 |
* | | Remove extra conditions in HWIDA since Rails 6 does not support Ruby 2.2 | bogdanvlviv | 2018-02-17 | 2 | -17/+13 |
* | | Rails 6 requires Ruby 2.3+ | Jeremy Daer | 2018-02-17 | 4 | -34/+18 |
* | | Define transform_keys! in HashWithIndifferentAccess | Rafael Mendonça França | 2018-02-16 | 2 | -0/+21 |
* | | Remove usage of strip_heredoc in the framework in favor of <<~ | Rafael Mendonça França | 2018-02-16 | 3 | -8/+6 |
* | | Remove support to Ruby 2.2 | Rafael Mendonça França | 2018-02-16 | 1 | -1/+1 |
* | | Add test parallelization to Rails | eileencodes | 2018-02-15 | 3 | -0/+193 |
* | | PERF: symbolize ivar, to reduce dupes | Sam | 2018-02-15 | 1 | -1/+1 |
* | | Merge pull request #31866 from fatkodima/redis_cache-connection_pool | Rafael Mendonça França | 2018-02-14 | 6 | -25/+98 |
|\ \ |
|
| * | | Add support for connection pooling on RedisCacheStore | fatkodima | 2018-02-01 | 6 | -24/+100 |
* | | | Don't force people to upgrade i18n gem | Rafael Mendonça França | 2018-02-14 | 1 | -1/+1 |
* | | | Merge pull request #31991 from radar/bump-i18n-to-one-dot-oh | Rafael França | 2018-02-14 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Bump i18n to 1.0 | Ryan Bigg | 2018-02-14 | 1 | -1/+1 |
* | | | | Doc: fixes typo `cache:` -> `compress:` | Joseph Page | 2018-02-12 | 1 | -1/+1 |
* | | | | 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 | 2 | -0/+14 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Fix yaml deserialization of ActiveSupport::Duration | Jonathan del Strother | 2018-02-07 | 2 | -0/+14 |
* | | | | Use Redis#mget for RedisCacheStore#fetch_multi | fatkodima | 2018-02-05 | 2 | -0/+16 |
* | | | | Add missing instrumentation to RedisCacheStore#read_multi | fatkodima | 2018-02-05 | 7 | -18/+25 |
* | | | | 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 |