aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-071-1/+1
|\
| * URI.unescape handles mixed Unicode/escaped inputAshe Connor2018-03-071-1/+1
* | [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-023-28/+2
* Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-022-27/+2
* Ruby 2.4: take advantage of String#unpack1Jeremy Daer2018-03-011-2/+2
* Add separate test to ensure that `delegate` with `:private` option returns co...bogdanvlviv2018-02-281-5/+5
* add private: true option for ActiveSupport delegateTomas Valent2018-02-261-2/+23
* 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-231-0/+17
|/
* Call `YAML.load` correctlyeileencodes2018-02-211-1/+1
* Remove `AS::Multibyte`'s unicode tableFumiaki MATSUSHIMA2018-02-202-272/+15
* Return all mappings for a timezone id in `country_zones`Andrew White2018-02-191-2/+5
* String#truncate_bytes: limit to N bytes without breaking multibyte charsJeremy Daer2018-02-181-0/+41
* `String#strip_heredoc` preserves frozennessJeremy Daer2018-02-171-1/+3
* Fixes typosDharam Gollapudi2018-02-171-3/+3
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-1710-58/+12
* Remove require Object#blank? monkey patchSean Collins2018-02-171-1/+0
* Remove extra conditions in HWIDA since Rails 6 does not support Ruby 2.2bogdanvlviv2018-02-171-15/+13
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-172-31/+17
* Define transform_keys! in HashWithIndifferentAccessRafael Mendonça França2018-02-161-0/+8
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-161-2/+1
* Add test parallelization to Railseileencodes2018-02-152-0/+188
* 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-143-22/+48
|\
| * Add support for connection pooling on RedisCacheStorefatkodima2018-02-013-22/+48
* | Doc: fixes typo `cache:` -> `compress:`Joseph Page2018-02-121-1/+1
* | Merge pull request #31923 from jdelStrother/duration-deserializationRafael França2018-02-071-0/+8
|\ \
| * | Fix yaml deserialization of ActiveSupport::DurationJonathan del Strother2018-02-071-0/+8
* | | Use Redis#mget for RedisCacheStore#fetch_multifatkodima2018-02-051-0/+8
* | | Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-051-1/+5
* | | Redis cache store: consolidate serializationJeremy Daer2018-02-041-17/+21
* | | RedisCacheStore: fix `#write_multi` mset serializationfatkodima2018-02-041-1/+8
| |/ |/|
* | Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"George Claghorn2018-01-313-71/+23
* | Update default deprecation horizonYuji Yaginuma2018-01-311-1/+1
* | Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-3/+3
* | Merge pull request #31803 from rmosolgo/rm-dependenciesRafael França2018-01-261-0/+1
|\ \
| * | Remove duplicates after autoloading modulesRobert Mosolgo2018-01-261-0/+1
* | | Improve fault tolerance for redis cache storefatkodima2018-01-231-4/+11
* | | Add support for connection pooling on RedisCacheStorefatkodima2018-01-223-23/+71
|/ /
* | Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment...Matthew Draper2018-01-197-8/+8
|\ \
| * | Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-187-8/+8
* | | Support hash as first argument in `assert_difference`. (#31600)Julien Meichelbeck2018-01-181-7/+21
* | | Support for connection pooling on mem cache storeGabriel Sobrinho2018-01-181-9/+25
* | | Convert keys to binary in the Redis cache storeGeorge Claghorn2018-01-171-1/+1
|/ /