aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
...
| * Preserve key order passed to ActiveSupport::CacheStore#fetch_multiGannon McGibbon2018-12-271-0/+6
* | Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-191-2/+2
|/
* Do nothing when the same block is included again.Mark J. Titorenko2018-11-291-0/+4
* Make #to_options an alias for #symbolize_keysNick Weiland2018-11-011-0/+5
* Registers e302725 in the CHANGELOG [ci skip]Xavier Noria2018-10-281-0/+4
* Deprecate Unicode's #pack_graphemes and #unpack_graphemes methodsFrancesco Rodríguez2018-10-181-0/+5
* Deprecate ActiveSupport::Multibyte::Chars.consumes?Francesco Rodríguez2018-10-151-0/+4
* Fix issue where duration where always rounded up to a second:Edouard CHIN2018-10-121-0/+9
* Deprecate Unicode#normalize and Chars#normalize (#34202)Francesco Rodríguez2018-10-121-0/+5
* Deprecate Unicode#downcase/upcase/swapcase.Francesco Rodríguez2018-10-121-0/+5
* Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-081-0/+4
* Merge pull request #34051 from gmcgibbon/module_parent_method_renameRafael Mendonça França2018-10-021-0/+5
|\
| * Prefix Module#parent, Module#parents, and Module#parent_name with moduleGannon McGibbon2018-10-021-0/+5
* | Deprecate the `LoggerSilence` constant:Edouard CHIN2018-10-021-0/+4
|/
* Add deprecation warning when String#first and String#last receive negative in...Gannon McGibbon2018-09-281-0/+4
* Fix HashWithIndifferentAccess#without bugAbraham Chan2018-09-281-0/+5
* Handle more unsafe String methods (#33990)Janosch Müller2018-09-271-0/+5
* Merge pull request #27792 from tjoyal/sandbox-tagged-loggingRafael Mendonça França2018-09-111-0/+5
|\
| * TaggedLogging to return a new logger instanceThierry Joyal2017-02-271-0/+4
* | Add #unfreeze_time to ActiveSupport::Testing::TimeHelpersryanwhocodes2018-09-101-0/+6
* | reflect c03bba4 in CHANGELOGsXavier Noria2018-09-081-0/+9
* | Formatting CHANGELOGs [ci skip]Ryuta Kamizono2018-09-071-4/+4
* | Update CHANGELOG for SafetyBuffer slice accessYumin Wong2018-09-061-0/+7
* | Add `Array#extract!`bogdanvlviv2018-08-141-0/+11
* | Fix a typo in Active Support's CHANGELOG [ci skip]Robin Dupret2018-08-101-1/+1
* | Move changelog entry of 47018a82 up [ci skip]bogdanvlviv2018-08-051-11/+11
* | Support skip nil for cache fetch (#25437)Martin2018-08-051-0/+7
* | I cannot spellAaron Patterson2018-07-261-1/+1
* | Add changelog entryAaron Patterson2018-07-261-0/+34
* | Add cpu_time, idle_time, and allocations to EventEileen Uchitelle2018-07-261-0/+4
* | Refactor #33254.Kasper Timm Hansen2018-07-011-11/+10
* | Add :expires_in option support for RedisCacheStore increment/decrement method.Jason Lee2018-06-291-0/+11
* | [ci skip] "brethen" is misspelled and unclearMichael Gee2018-05-311-1/+1
* | add CHANGELOG/Docutilum2018-05-221-0/+11
* | [ci skip] Add documentation/changelog entry.Kasper Timm Hansen2018-05-211-0/+15
* | Fix typo in constant name [ci skip]yuuji.yaginuma2018-04-221-1/+1
* | Merge pull request #32168 from christianblais/activesupport-ordinalize-i18nRafael França2018-04-191-0/+28
|\ \
| * | `ActiveSupport::Inflector#ordinal` and `ActiveSupport::Inflector#ordinalize`Christian Blais2018-03-051-0/+28
* | | Merge branch 'master' into fix-as-timezone-allAndrew White2018-04-191-0/+5
|\ \ \
| * | | Redis cache store: avoid blocking the server in `#delete_matched`Gleb Mazovetskiy2018-04-181-0/+5
* | | | Fix exception in AS::Timezone.all when any tzinfo data is missingDominik Sander2018-04-181-0/+5
|/ / /
* | | Fix `ActiveSupport::Cache` compressionGodfrey Chan2018-04-111-0/+7
* | | Merge pull request #32185 from nholden/human_readable_date_time_comparisonsRafael França2018-03-261-0/+5
|\ \ \
| * | | Add `before?` and `after?` methods to date and time classesNick Holden2018-03-061-0/+5
| |/ /
* | | Remove changelog header for unreleased versionRafael Mendonça França2018-03-131-2/+0
* | | 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