aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | `number_to_phone` formats number with regexpPan GaoYong2016-04-021-0/+7
* | | | Match `String#to_time`'s behaviour to rubySiim Liiser2016-04-041-0/+11
* | | | Call super instead of returning nil for DateTime#<=>Andrew White2016-04-031-0/+9
|/ / /
* | | Fix method String#upcase_firstbogdanvlviv2016-03-311-1/+1
* | | Merge pull request #23895 from glaucocustodio/add_upcase_first_methodRafael Mendonça França2016-03-301-0/+4
|\ \ \
| * | | Add upcase_first methodGlauco Custódio2016-02-251-0/+4
| |/ /
* | | Fix typo in Action Pack changelog [ci skip]Prathamesh Sonpatki2016-03-251-1/+1
* | | guides, sync 5.0 release notes with changelogsYves Senn2016-03-221-2/+2
* | | Prevent `Marshal.load` from looping infinitelyOlek Janiszewski2016-03-111-0/+5
* | | Fix CHANGELOG spacing [ci skip]Jeremy Daer2016-03-021-2/+2
* | | Merge pull request #23936 from yui-knk/local_constants_to_be_publicRafael Mendonça França2016-03-011-0/+4
|\ \ \
| * | | Deprecate `Module.local_constants`yui-knk2016-03-011-0/+4
| |/ /