aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [ci skip] Remove superfluous paragraphs; fully qualify constants.Kasper Timm Hansen2017-07-241-8/+2
* | add to changelog: purpose and expiry supportAssain2017-07-241-0/+28
* | Merge branch 'master' into make-reverse-merge-bang-order-consistentSean Griffin2017-07-171-537/+60
|\ \
| * | Added time helper method `freeze_time` which is an alias for `travel_to Time....प्रथमेश Sonpatki2017-07-101-0/+4
| * | [ci skip] Add changelog entry for 6d402c6Kasper Timm Hansen2017-06-111-0/+7
| * | Cache: write_multi (#29366)Jeremy Daer2017-06-061-0/+14
| |/
| * Fix indentation + Add backticks [ci skip]Ryuta Kamizono2017-06-061-2/+4
| * Implement mattr_acessor :default optionGenadi Samokovarov2017-06-031-0/+9
| * Add next occur and previous occurred day of week API (#26600)Shota Iguchi2017-05-301-0/+4
| * Fix indentation + remove blank lineJon Moss2017-05-291-4/+4
| * Add backticksJon Moss2017-05-291-1/+1
| * Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-0/+11
| * Merge pull request #29097 from EilisHamilton/fix_uncountable_pluralization_lo...Matthew Draper2017-05-281-0/+4
| |\
| | * Fix pluralization of uncountables when given a localeEilis Hamilton2017-05-191-0/+4
| * | ActiveSupport::CurrentAttributes provides a thread-isolated attributes single...David Heinemeier Hansson2017-05-261-0/+5
| * | Fix implicit calculations with scalars and durationsAndrew White2017-05-201-0/+22
| |/