aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Move new CHANGELOG entry to the top [ci skip]yuuji.yaginuma2017-03-161-7/+7
* Merge pull request #28147 from kmcphillips/master-time-freezeAndrew White2017-03-161-0/+7
|\
| * Handle #to_time and memoization taking into account memoization, frozen state...Kevin McPhillips2017-03-061-0/+7
* | Remove implicit coercion deprecation of durationsAndrew White2017-03-151-0/+16
* | Lint activesupport/CHANGELOG.mdJon Moss2017-03-131-8/+10
* | Fix indentation and formatting in CHANGELOGs [ci skip]Ryuta Kamizono2017-03-111-17/+17
* | Fix typo `titlelize` -> `titleize` [ci skip]yuuji.yaginuma2017-03-071-2/+2
* | Update `titlelize` regex to allow apostrophesAndrew White2017-03-061-0/+16
* | Add `rfc3339` aliases to `xmlschema`Andrew White2017-03-031-0/+6
* | Add `Time.rfc3339` parsing methodAndrew White2017-03-031-0/+8
* | Add `ActiveSupport::TimeZone.rfc3339` parsing methodAndrew White2017-03-031-0/+33
* | Add `ActiveSupport::TimeZone.iso8601` parsing methodAndrew White2017-03-031-0/+31
* | Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-021-0/+52
* | Update `DateTime#change` to support usec and nsecAndrew White2017-03-021-1/+13
* | Add Duration#before and #after as aliases for #ago and #sinceNick Johnstone2017-02-261-0/+16
* | AS CHANGELOG Pass [ci skip]Vipul A M2017-02-261-3/+3
* | Fix typo `HashWithIndifferentAcces` to `HashWithIndifferentAccess` [ci skip]Ryuta Kamizono2017-02-251-1/+1
* | Merge pull request #28157 from robin850/hwia-soft-deprecationMatthew Draper2017-02-251-0/+5
|\ \
| * | Soft-deprecate the top-level HashWithIndifferentAccess classRobin Dupret2017-02-251-0/+6
| |/
* | Merge pull request #28006 from fareastside/masterRafael Mendonça França2017-02-241-0/+6
|\ \
| * | add optional second argument to ActiveSupport core extension for Marshal#load...Jeff Latz2017-02-241-0/+6
| |/
* | Fix CHANGELOG entry position [ci skip]Rafael Mendonça França2017-02-241-2/+3
* | Add missing gzip footer check in ActiveSupport::Gzip.decompressDylan Thacker-Smith2017-02-241-0/+4
|/
* Preparing for 5.1.0.beta1 releaseRafael Mendonça França2017-02-231-0/+2
* Add CHANGELOG entry for #28104Andrew White2017-02-221-0/+4
* Revert "Merge pull request #27925 from robin850/hwia-removal"Kasper Timm Hansen2017-02-201-6/+0
* Deprecate the top-level `HashWithIndifferentAccess` contantRobin Dupret2017-02-191-0/+6
* deprecate `halt_callback_chains_on_return_false` instead of `halt_and_display...yuuji.yaginuma2017-02-081-1/+1
* Deprecate halt_and_display_warning_on_return_falseRafael Mendonça França2017-02-071-0/+4
* Remove deprecated behavior that halts callbacks when the return is falseRafael Mendonça França2017-02-071-0/+4
* Deprecate passing string to `:if` and `:unless` conditional options on `set_c...Ryuta Kamizono2017-02-041-0/+5
* Remove deprecated passing string to define callbackRyuta Kamizono2017-02-041-18/+22
* Update Unicode Version to 9.0.0Fumiaki MATSUSHIMA2017-01-281-0/+16
* CHANGELOG: Raise ArgumentError when calling transliterate on anything other t...Kevin McPhillips2017-01-161-0/+5
* AS::StringInquirer#respond_to_missing? should fallback to superAkira Matsuda2017-01-151-2/+2
* AS::ArrayInquirer#respond_to_missing? should fallback to superAkira Matsuda2017-01-151-0/+5
* Fix inconsistent results when parsing large durations and constructing durati...Andrey Novikov2017-01-091-0/+25
* Fix Complex and Rational are duplicable?utilum2016-12-211-0/+5
* change return value of `duplicable?` with Ruby 2.4+yuuji.yaginuma2016-12-131-0/+6
* remove duplicated changelog entry [ci skip]yuuji.yaginuma2016-11-151-4/+0
* Merge pull request #27035 from rails/remove-active-support-deprecationsAndrew White2016-11-141-0/+73
|\
| * Remove deprecated class ActiveSupport::Concurrency::LatchAndrew White2016-11-141-0/+4
| * Remove deprecated separator argument from parameterizeAndrew White2016-11-141-0/+4
| * Remove deprecated method Numeric#to_formatted_sAndrew White2016-11-141-0/+4
| * Remove deprecated method alias_method_chainAndrew White2016-11-141-0/+4
| * Remove deprecated constant MissingSourceFIleAndrew White2016-11-141-0/+4
| * Remove deprecated Module.qualified_const_get/set/defined?Andrew White2016-11-141-0/+5
| * Update CHANGELOGAndrew White2016-11-131-0/+48
* | Revert "Merge pull request #25811 from oss92/to_sentence_fallback_string"Rafael Mendonça França2016-11-141-6/+0
|/
* Ensure duration parsing is consistent across DST changesAndrew White2016-10-311-0/+20