aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Ensure `HashWithIndifferentAccess#transform_keys` to return `HashWithIndiffer...yuuji.yaginuma2017-09-271-0/+4
* | Add key rotation message Encryptor and VerifierMichael Coyne2017-09-231-0/+11
* | Deprecate `Module#reachable?` methodbogdanvlviv2017-09-171-0/+4
* | Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-0/+19
* | Test for the new exception of delegate_missing_to (#30191)Anton Khamets2017-08-121-0/+5
* | Lint activesupport/CHANGELOG.mdJon Moss2017-08-061-7/+7
* | Add backticks around String#camelizeRyuta Kamizono2017-08-041-2/+2
* | Fix changelog formatSean Griffin2017-08-031-1/+0
* | Update String#camelize to provide feedback when wrong option is passedRicardo Díaz2017-08-021-0/+18
* | Add missing support for modulo operations on durationsSayan Chakraborty2017-07-281-0/+22
* | Fix division where a duration is the denominatorAndrew White2017-07-271-0/+10