aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Fix unclosed tags in `RedisCacheStore` docs [ci skip]yuuji.yaginuma2018-03-191-1/+1
| |/ / / |/| | |
* | | | Don't marshal ActiveSupport::Cache::Entry objects twiceSean Griffin2018-03-141-13/+14
* | | | Remove changelog header for unreleased versionRafael Mendonça França2018-03-131-2/+0
* | | | Redis cache store: fix constructing with a Redis instanceAdam Richardson2018-03-122-1/+7
* | | | Fix CHANGELOGs [ci skip]bogdanvlviv2018-03-121-3/+1
* | | | Only apply monkey-patch if detected to be requiredAshe Connor2018-03-091-2/+9
* | | | Merge pull request #32183 from kivikakk/uri-ext-fixEileen M. Uchitelle2018-03-073-2/+12
|\ \ \ \ | |/ / / |/| | |
| * | | URI.unescape handles mixed Unicode/escaped inputAshe Connor2018-03-073-2/+12
* | | | [ci skip] Hide internal docs from root AS moduleAshe Connor2018-03-061-0/+1
|/ / /
* | / Update skip_after_callbacks_if_terminated documentationRafael Mendonça França2018-03-051-2/+2
| |/ |/|
* | [ci skip] Fix grammar in delegate, private: true docs.Kasper Timm Hansen2018-03-041-5/+4
* | Deprecate "active_support/core_ext/numeric/inquiry"bogdanvlviv2018-03-024-108/+5
* | Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-023-61/+6
* | Remove unnecessary `respond_to?(:report_on_exception)` checkingyuuji.yaginuma2018-03-021-2/+2
* | Ruby 2.4: take advantage of String#unpack1Jeremy Daer2018-03-012-5/+5
* | Add separate test to ensure that `delegate` with `:private` option returns co...bogdanvlviv2018-02-283-16/+23
* | Remove extra changelog added by #31944bogdanvlviv2018-02-271-16/+0
* | add private: true option for ActiveSupport delegateTomas Valent2018-02-263-2/+117
* | Remove changelogs for Rails 6.0 since they were backported to `5-2-stable`bogdanvlviv2018-02-261-21/+0
* | Remove native `Array#sum` and `Enumerable#sum` detection (#32102)Ryuta Kamizono2018-02-261-63/+44
* | Merge pull request #32093 from jfragoulis/correct-method-documentationYuji Yaginuma2018-02-241-1/+1
|\ \
| * | Correct ActiveSupport::Deprecation::Behavior#behavior= documentationJohn Fragoulis2018-02-231-1/+1
* | | Caching: MemCache and Redis stores use local cache for multi-readsGabriel Sobrinho2018-02-233-0/+32
|/ /
* | Call `YAML.load` correctlyeileencodes2018-02-211-1/+1
* | Remove `AS::Multibyte`'s unicode tableFumiaki MATSUSHIMA2018-02-204-439/+15
* | Return all mappings for a timezone id in `country_zones`Andrew White2018-02-193-2/+31
* | String#truncate_bytes: limit to N bytes without breaking multibyte charsJeremy Daer2018-02-183-0/+108
* | `String#strip_heredoc` preserves frozennessJeremy Daer2018-02-173-1/+23
* | Fixes typosDharam Gollapudi2018-02-171-3/+3
* | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-1716-141/+32
* | Remove require Object#blank? monkey patchSean Collins2018-02-171-1/+0
* | Clean up and consolidate .gitignoresbogdanvlviv2018-02-171-0/+1
* | Remove extra conditions in HWIDA since Rails 6 does not support Ruby 2.2bogdanvlviv2018-02-172-17/+13
* | Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-174-34/+18
* | Define transform_keys! in HashWithIndifferentAccessRafael Mendonça França2018-02-162-0/+21
* | Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-163-8/+6
* | Remove support to Ruby 2.2Rafael Mendonça França2018-02-161-1/+1
* | Add test parallelization to Railseileencodes2018-02-153-0/+193
* | PERF: symbolize ivar, to reduce dupesSam2018-02-151-1/+1
* | Merge pull request #31866 from fatkodima/redis_cache-connection_poolRafael Mendonça França2018-02-146-25/+98
|\ \
| * | Add support for connection pooling on RedisCacheStorefatkodima2018-02-016-24/+100
* | | Don't force people to upgrade i18n gemRafael Mendonça França2018-02-141-1/+1
* | | Merge pull request #31991 from radar/bump-i18n-to-one-dot-ohRafael França2018-02-141-1/+1
|\ \ \
| * | | Bump i18n to 1.0Ryan Bigg2018-02-141-1/+1
* | | | Doc: fixes typo `cache:` -> `compress:`Joseph Page2018-02-121-1/+1
* | | | Add missing requireyuuji.yaginuma2018-02-081-0/+1
* | | | Merge pull request #31923 from jdelStrother/duration-deserializationRafael França2018-02-072-0/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix yaml deserialization of ActiveSupport::DurationJonathan del Strother2018-02-072-0/+14
* | | | Use Redis#mget for RedisCacheStore#fetch_multifatkodima2018-02-052-0/+16
* | | | Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-057-18/+25