aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* `SetupAndTeardown#teardown` should call any subsequent after_teardown:Edouard CHIN2018-04-061-1/+8
* [ci skip] Add :private option to delegation docYoshiyuki Hirano2018-04-051-1/+2
* Small doc fixesT.J. Schuck2018-04-021-4/+4
* Merge pull request #32268 from freeletics/encrypted-tmp-file-nameKasper Timm Hansen2018-04-011-1/+1
|\
| * Change temporary file name extension while editing encrypted file.Wojciech Wnętrzak2018-03-181-1/+1
* | Move implementation of `before?` and `after?` to `DateAndTime::Calculations`bogdanvlviv2018-03-314-6/+10
* | Adding missing extension for `cattr_accessor` methodWojciech Wnętrzak2018-03-301-0/+1
* | Merge pull request #32185 from nholden/human_readable_date_time_comparisonsRafael França2018-03-264-0/+8
|\ \
| * | Add `before?` and `after?` methods to date and time classesNick Holden2018-03-064-0/+8
* | | Remove unused `serialize` methodyuuji.yaginuma2018-03-251-4/+0
* | | Merge pull request #32315 from huacnlee/fix/local-cache-read-multi-entry-returnRafael França2018-03-221-1/+8
|\ \ \
| * | | Fix Cache `read_multi` with local_cache return values.Jason Lee2018-03-211-1/+8
* | | | Remove unused variableRafael Mendonça França2018-03-221-1/+0
* | | | Ruby 2.6 will not require monkey patched `URI#unescape`Yasuo Honda2018-03-221-9/+1
|/ / /
* | / 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
* | Redis cache store: fix constructing with a Redis instanceAdam Richardson2018-03-121-1/+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-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
|\ \