aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Fix CHANGELOGs [ci skip]bogdanvlviv2018-03-121-3/+1
* URI.unescape handles mixed Unicode/escaped inputAshe Connor2018-03-071-0/+10
* Add separate test to ensure that `delegate` with `:private` option returns co...bogdanvlviv2018-02-281-5/+2
* Remove extra changelog added by #31944bogdanvlviv2018-02-271-16/+0
* add private: true option for ActiveSupport delegateTomas Valent2018-02-261-0/+37
* Remove changelogs for Rails 6.0 since they were backported to `5-2-stable`bogdanvlviv2018-02-261-21/+0
* Caching: MemCache and Redis stores use local cache for multi-readsGabriel Sobrinho2018-02-231-0/+5
* Return all mappings for a timezone id in `country_zones`Andrew White2018-02-191-0/+16
* String#truncate_bytes: limit to N bytes without breaking multibyte charsJeremy Daer2018-02-181-0/+5
* `String#strip_heredoc` preserves frozennessJeremy Daer2018-02-171-0/+16
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-3/+10
* Add test parallelization to Railseileencodes2018-02-151-0/+5
* Merge pull request #31866 from fatkodima/redis_cache-connection_poolRafael Mendonça França2018-02-141-1/+0
|\
| * Add support for connection pooling on RedisCacheStorefatkodima2018-02-011-0/+2
|/
* Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-505/+1
* Add support for connection pooling on RedisCacheStorefatkodima2018-01-221-0/+4
* Support hash as first argument in `assert_difference`. (#31600)Julien Meichelbeck2018-01-181-0/+7
* Merge pull request #31651 from eugeneius/use_sha1_digestsSean Griffin2018-01-121-4/+4
|\
| * Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-081-4/+4
* | Merge pull request #30268 from ignatiusreza/instrumentationRyuta Kamizono2018-01-111-0/+4
|\ \ | |/ |/|
| * add instrumentation for read_multiIgnatius Reza2017-12-291-0/+4
* | Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti...Ryuta Kamizono2018-01-041-1/+7
|\ \ | |/ |/|
| * `assert_changes` should always assert some changeDaniel Ma2017-11-131-0/+5
* | Don't include ellipsis in truncated digest outputEugene Kenny2017-12-171-3/+3
* | Merge pull request #31289 from witlessbird/fips-compatibilityEileen M. Uchitelle2017-12-141-0/+7
|\ \
| * | Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-121-0/+7
* | | [ci skip] Fix Active Support Changelog about :race_condition_ttlMehmet Emin INAC2017-12-121-1/+1
|/ /
* | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-0/+5
* | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-0/+2
* | Merge pull request #24510 from vipulnsward/make-variable_size_secure_compare-...Rafael Mendonça França2017-11-251-0/+8
|\ \
| * | Changed default behaviour of `ActiveSupport::SecurityUtils.secure_compare`,Vipul A M2017-06-071-0/+8
* | | Make ActiveSupport::TimeZone.all independent of previous lookups (#31176)Chris LaRose2017-11-221-0/+7
* | | MemCacheStore: Support expiring countersTakumasa Ochi2017-11-201-0/+13
* | | Handle `TZInfo::AmbiguousTime` errorsAndrew White2017-11-151-0/+27
* | | Fix activesupport/CHANGELOG.md [ci skip]bogdanvlviv2017-11-141-27/+29
* | | Cache: Enable compression by default for values > 1kB.Jeremy Daer2017-11-131-0/+12
* | | Built-in Redis cache storeJeremy Daer2017-11-131-0/+38
| |/ |/|
* | :scissors:Ryuta Kamizono2017-11-101-2/+2
* | Allow `Range#include?` on TWZ rangesAndrew White2017-11-081-0/+13
* | Fix acronym support in `humanize`Andrew White2017-11-061-0/+11
* | Allows pass argument for `Time#prev_year` and `Time#next_year`.bogdanvlviv2017-10-241-0/+27
* | Allows pass argument for `Time#prev_month` and `Time#next_month`bogdanvlviv2017-10-241-0/+27
* | Allows pass argument for `Time#prev_day` and `Time#next_day`bogdanvlviv2017-10-241-0/+27
* | Merge pull request #30953 from rohitpaulk/fix-io-to-jsonRafael Mendonça França2017-10-231-0/+8
|\ \
| * | Fix #to_json for unreadable IO objects, fixes #26132Paul Kuruvilla2017-10-231-0/+8
* | | Remove deprecated `halt_callback_chains_on_return_false` optionRafael Mendonça França2017-10-231-0/+4
* | | Remove deprecated `:if` and `:unless` string filter for callbacksRafael Mendonça França2017-10-231-0/+4
|/ /
* | Let Hash#slice return a HashAkira Matsuda2017-10-211-0/+4
* | Cleanup CHANGELOGs [ci skip]Ryuta Kamizono2017-10-041-4/+4
* | Deprecate secret_token, long since usurped by secret_key_base.Kasper Timm Hansen2017-09-281-0/+12