| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #25628 from ysksn/options | Rafael Mendonça França | 2016-08-17 | 1 | -0/+6 |
|\ |
|
| * | Update CHANGELOG.md for #25628 [ci skip] | Yosuke Kabuto | 2016-07-02 | 1 | -0/+6 |
* | | Pass over changelogs [ci skip] | Vipul A M | 2016-08-10 | 1 | -3/+3 |
* | | Merge pull request #25681 from willnet/fix-thread_mattr_accessor | Yves Senn | 2016-08-08 | 1 | -0/+28 |
|\ \ |
|
| * | | Fix `thread_mattr_accessor` share variable superclass with subclass | willnet | 2016-08-04 | 1 | -0/+7 |
|/ / |
|
* | | Add :weeks to the list of variable duration parts | Andrew White | 2016-08-03 | 1 | -0/+8 |
* | | Revert "Adds `not_in?` onto Object" | David Heinemeier Hansson | 2016-07-29 | 1 | -12/+0 |
* | | Merge pull request #25914 from jmccartie/jm/not_in | Rafael França | 2016-07-22 | 1 | -0/+12 |
|\ \ |
|
| * | | Adds `not_in?` onto Object | Jon McCartie | 2016-07-21 | 1 | -0/+12 |
* | | | the infamous typo only seen in GitHub's diff [ci skip] | Xavier Noria | 2016-07-22 | 1 | -1/+1 |
|/ / |
|
* | | define Range#match? if Ruby < 2.4 | Xavier Noria | 2016-07-22 | 1 | -2/+8 |
* | | Allow MessageEncryptor to take advantage of authenticated encryption modes | Bart de Water | 2016-07-21 | 1 | -0/+9 |
* | | Introduce `assert_changes` and `assert_no_changes` | Genadi Samokovarov | 2016-07-17 | 1 | -9/+41 |
* | | Added :fallback_string option to Array#to_sentence | oss92 | 2016-07-13 | 1 | -0/+6 |
* | | Raise ArgumentError for bad strptime arguments | John Gesimondo | 2016-07-11 | 1 | -0/+9 |
* | | `travel/travel_to` travel time helpers, now raise on nested calls, | Vipul A M | 2016-07-02 | 1 | -0/+25 |
|/ |
|
* | Clearify CHANGELOG for #23011 [ci skip] | Godfrey Chan | 2016-06-27 | 1 | -2/+6 |
* | Merge pull request #23011 from arnvald/bugfix/correctly_parse_date | Godfrey Chan | 2016-06-25 | 1 | -0/+5 |
|\ |
|
| * | Use correct timezone when parsing date in json | Grzegorz Witek | 2016-01-22 | 1 | -0/+5 |
* | | Update changelog for #25341 | Kevin McPhillips | 2016-06-22 | 1 | -0/+6 |
* | | Remove deprecated arguments in assert_nothing_raised | Rafael Mendonça França | 2016-06-13 | 1 | -0/+4 |
* | | Don't blank pad day of the month when formatting dates | Sean Griffin | 2016-06-02 | 1 | -0/+7 |
* | | Merge pull request #23930 from gsamokovarov/module-delegate-missing-to | Rafael Mendonça França | 2016-05-24 | 1 | -0/+47 |
|\ \ |
|
| * | | Introduce Module#delegate_missing_to | Genadi Samokovarov | 2016-02-27 | 1 | -0/+47 |
* | | | Action Mailer: Declarative exception handling with `rescue_from`. | Jeremy Daer | 2016-05-15 | 1 | -0/+4 |
* | | | Start Rails 5.1 development :tada: | Rafael Mendonça França | 2016-05-10 | 1 | -764/+1 |
* | | | Preparing for 5.0.0.rc1 release | Rafael Mendonça França | 2016-05-06 | 1 | -0/+2 |
* | | | AS::Duration changelog polish | Jeremy Daer | 2016-04-29 | 1 | -15/+13 |
* | | | Change 1.week to create 1 week durations instead of 7 days durations. | Andrey Novikov | 2016-04-28 | 1 | -0/+22 |
* | | | Prep Rails 5 beta 4 | eileencodes | 2016-04-27 | 1 | -0/+2 |
* | | | Revert "Change 1.week to create 1 week durations instead of 7 days durations." | Jeremy Daer | 2016-04-27 | 1 | -20/+0 |
* | | | Do not cache ActiveSupport::TimeZone#utc_offset | Alexey Shein | 2016-04-25 | 1 | -0/+6 |
* | | | Follow up of https://github.com/rails/rails/commit/c9c5788a527b70d7f983e2b4b4... | Vipul A M | 2016-04-24 | 1 | -1/+1 |
* | | | Make getlocal and getutc always return instances of Time | Andrew White | 2016-04-23 | 1 | -0/+12 |
* | | | Add DateTime#subsec | Andrew White | 2016-04-23 | 1 | -0/+4 |
* | | | Add additional aliases for DateTime#utc | Andrew White | 2016-04-23 | 1 | -0/+5 |
* | | | Add CHANGELOG entry for #24700 | Andrew White | 2016-04-23 | 1 | -0/+5 |
* | | | Add Time#sec_fraction | Andrew White | 2016-04-23 | 1 | -0/+4 |
* | | | Add compatibility for Ruby 2.4 `to_time` changes | Andrew White | 2016-04-23 | 1 | -0/+20 |
* | | | Merge pull request #20625 from Envek/add_country_zones_method | Jeremy Daer | 2016-04-19 | 1 | -0/+11 |
|\ \ \ |
|
| * | | | Add ActiveSupport::TimeZone.country_zones helper | Andrey Novikov | 2016-04-19 | 1 | -0/+7 |
|/ / / |
|
* | | | Ruby 2.4 Array#sum: ficauses -> cases changelog typo [ci skip] | Jeremy Daer | 2016-04-19 | 1 | -1/+1 |
* | | | Ruby 2.4: compat with new Array#sum | Jeremy Daer | 2016-04-18 | 1 | -0/+23 |
* | | | `ActiveSupport::Duration` supports ISO8601 formatting and parsing. | Arnau Siches, Andrey Novikov | 2016-04-18 | 1 | -0/+16 |
* | | | Merge pull request #24577 from mechanicles/fix-fetch-cache-miss | Jeremy Daer | 2016-04-18 | 1 | -0/+8 |
|\ \ \ |
|
| * | | | Fix forced cache miss for fetch. | Santosh Wadghule | 2016-04-18 | 1 | -0/+7 |
|/ / / |
|
* | | | Merge pull request #22806 from Envek/solid_durations | Jeremy Daer | 2016-04-17 | 1 | -0/+20 |
|\ \ \ |
|
| * | | | Change 1.week to create 1 week durations instead of 7 days durations. | Andrey Novikov | 2016-04-18 | 1 | -0/+22 |
|/ / / |
|
* | | | Fix behavior of JSON encoding for Exception | namusyaka | 2016-04-09 | 1 | -0/+4 |
* | | | Merge pull request #24401 from pan/number-to-phone | Rafael Mendonça França | 2016-04-05 | 1 | -0/+7 |
|\ \ \ |
|