aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25628 from ysksn/optionsRafael Mendonça França2016-08-171-0/+6
|\
| * Update CHANGELOG.md for #25628 [ci skip]Yosuke Kabuto2016-07-021-0/+6
* | Pass over changelogs [ci skip]Vipul A M2016-08-101-3/+3
* | Merge pull request #25681 from willnet/fix-thread_mattr_accessorYves Senn2016-08-081-0/+28
|\ \
| * | Fix `thread_mattr_accessor` share variable superclass with subclasswillnet2016-08-041-0/+7
|/ /
* | Add :weeks to the list of variable duration partsAndrew White2016-08-031-0/+8
* | Revert "Adds `not_in?` onto Object"David Heinemeier Hansson2016-07-291-12/+0
* | Merge pull request #25914 from jmccartie/jm/not_inRafael França2016-07-221-0/+12
|\ \
| * | Adds `not_in?` onto ObjectJon McCartie2016-07-211-0/+12
* | | the infamous typo only seen in GitHub's diff [ci skip]Xavier Noria2016-07-221-1/+1
|/ /
* | define Range#match? if Ruby < 2.4Xavier Noria2016-07-221-2/+8
* | Allow MessageEncryptor to take advantage of authenticated encryption modesBart de Water2016-07-211-0/+9
* | Introduce `assert_changes` and `assert_no_changes`Genadi Samokovarov2016-07-171-9/+41
* | Added :fallback_string option to Array#to_sentenceoss922016-07-131-0/+6
* | Raise ArgumentError for bad strptime argumentsJohn Gesimondo2016-07-111-0/+9
* | `travel/travel_to` travel time helpers, now raise on nested calls,Vipul A M2016-07-021-0/+25
|/
* Clearify CHANGELOG for #23011 [ci skip]Godfrey Chan2016-06-271-2/+6
* Merge pull request #23011 from arnvald/bugfix/correctly_parse_dateGodfrey Chan2016-06-251-0/+5
|\
| * Use correct timezone when parsing date in jsonGrzegorz Witek2016-01-221-0/+5
* | Update changelog for #25341Kevin McPhillips2016-06-221-0/+6
* | Remove deprecated arguments in assert_nothing_raisedRafael Mendonça França2016-06-131-0/+4
* | Don't blank pad day of the month when formatting datesSean Griffin2016-06-021-0/+7
* | Merge pull request #23930 from gsamokovarov/module-delegate-missing-toRafael Mendonça França2016-05-241-0/+47
|\ \
| * | Introduce Module#delegate_missing_toGenadi Samokovarov2016-02-271-0/+47
* | | Action Mailer: Declarative exception handling with `rescue_from`.Jeremy Daer2016-05-151-0/+4
* | | Start Rails 5.1 development :tada:Rafael Mendonça França2016-05-101-764/+1
* | | Preparing for 5.0.0.rc1 releaseRafael Mendonça França2016-05-061-0/+2
* | | AS::Duration changelog polishJeremy Daer2016-04-291-15/+13
* | | Change 1.week to create 1 week durations instead of 7 days durations.Andrey Novikov2016-04-281-0/+22
* | | Prep Rails 5 beta 4eileencodes2016-04-271-0/+2
* | | Revert "Change 1.week to create 1 week durations instead of 7 days durations."Jeremy Daer2016-04-271-20/+0
* | | Do not cache ActiveSupport::TimeZone#utc_offsetAlexey Shein2016-04-251-0/+6
* | | Follow up of https://github.com/rails/rails/commit/c9c5788a527b70d7f983e2b4b4...Vipul A M2016-04-241-1/+1
* | | Make getlocal and getutc always return instances of TimeAndrew White2016-04-231-0/+12
* | | Add DateTime#subsecAndrew White2016-04-231-0/+4
* | | Add additional aliases for DateTime#utcAndrew White2016-04-231-0/+5
* | | Add CHANGELOG entry for #24700Andrew White2016-04-231-0/+5
* | | Add Time#sec_fractionAndrew White2016-04-231-0/+4
* | | Add compatibility for Ruby 2.4 `to_time` changesAndrew White2016-04-231-0/+20
* | | Merge pull request #20625 from Envek/add_country_zones_methodJeremy Daer2016-04-191-0/+11
|\ \ \
| * | | Add ActiveSupport::TimeZone.country_zones helperAndrey Novikov2016-04-191-0/+7
|/ / /
* | | Ruby 2.4 Array#sum: ficauses -> cases changelog typo [ci skip]Jeremy Daer2016-04-191-1/+1
* | | Ruby 2.4: compat with new Array#sumJeremy Daer2016-04-181-0/+23
* | | `ActiveSupport::Duration` supports ISO8601 formatting and parsing.Arnau Siches, Andrey Novikov2016-04-181-0/+16
* | | Merge pull request #24577 from mechanicles/fix-fetch-cache-missJeremy Daer2016-04-181-0/+8
|\ \ \
| * | | Fix forced cache miss for fetch.Santosh Wadghule2016-04-181-0/+7
|/ / /
* | | Merge pull request #22806 from Envek/solid_durationsJeremy Daer2016-04-171-0/+20
|\ \ \
| * | | Change 1.week to create 1 week durations instead of 7 days durations.Andrey Novikov2016-04-181-0/+22
|/ / /
* | | Fix behavior of JSON encoding for Exceptionnamusyaka2016-04-091-0/+4
* | | Merge pull request #24401 from pan/number-to-phoneRafael Mendonça França2016-04-051-0/+7
|\ \ \