| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #32183 from kivikakk/uri-ext-fix | Eileen M. Uchitelle | 2018-03-07 | 3 | -2/+12 |
|\ |
|
| * | URI.unescape handles mixed Unicode/escaped input | Ashe Connor | 2018-03-07 | 3 | -2/+12 |
* | | [ci skip] Hide internal docs from root AS module | Ashe Connor | 2018-03-06 | 1 | -0/+1 |
|/ |
|
* | Update skip_after_callbacks_if_terminated documentation | Rafael Mendonça França | 2018-03-05 | 1 | -2/+2 |
* | [ci skip] Fix grammar in delegate, private: true docs. | Kasper Timm Hansen | 2018-03-04 | 1 | -5/+4 |
* | Deprecate "active_support/core_ext/numeric/inquiry" | bogdanvlviv | 2018-03-02 | 4 | -108/+5 |
* | Deprecate `active_support/core_ext/hash/compact` | yuuji.yaginuma | 2018-03-02 | 3 | -61/+6 |
* | Remove unnecessary `respond_to?(:report_on_exception)` checking | yuuji.yaginuma | 2018-03-02 | 1 | -2/+2 |
* | Ruby 2.4: take advantage of String#unpack1 | Jeremy Daer | 2018-03-01 | 2 | -5/+5 |
* | Add separate test to ensure that `delegate` with `:private` option returns co... | bogdanvlviv | 2018-02-28 | 3 | -16/+23 |
* | Remove extra changelog added by #31944 | bogdanvlviv | 2018-02-27 | 1 | -16/+0 |
* | add private: true option for ActiveSupport delegate | Tomas Valent | 2018-02-26 | 3 | -2/+117 |
* | Remove changelogs for Rails 6.0 since they were backported to `5-2-stable` | bogdanvlviv | 2018-02-26 | 1 | -21/+0 |
* | Remove native `Array#sum` and `Enumerable#sum` detection (#32102) | Ryuta Kamizono | 2018-02-26 | 1 | -63/+44 |
* | Merge pull request #32093 from jfragoulis/correct-method-documentation | Yuji Yaginuma | 2018-02-24 | 1 | -1/+1 |
|\ |
|
| * | Correct ActiveSupport::Deprecation::Behavior#behavior= documentation | John Fragoulis | 2018-02-23 | 1 | -1/+1 |
* | | 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 |