| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | Don't cache locally if unless_exist was passed | Eugene Kenny | 2017-05-14 | 2 | -1/+14 |
| |/ /
|/| | |
|
* | | | Merge pull request #29034 from peterjm/handle_loops_in_exception_handling | Rafael França | 2017-05-11 | 2 | -3/+41 |
|\ \ \ |
|
| * | | | handle loops in the cause chain in Rescuable#rescue_with_handler | Peter McCracken | 2017-05-10 | 2 | -3/+41 |
* | | | | Should escape meta characters in regexp | Ryuta Kamizono | 2017-05-07 | 2 | -3/+3 |
|/ / / |
|
* | | | Update test names to match method name | T.J. Schuck | 2017-05-04 | 1 | -6/+6 |
* | | | Assorted delegate_missing_to doc fixes | T.J. Schuck | 2017-05-04 | 1 | -22/+17 |
* | | | Merge pull request #28930 from kamipo/use_flat_map | Rafael França | 2017-05-01 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Use `flat_map` rather than `map(&:...).flatten` | Ryuta Kamizono | 2017-04-29 | 1 | -2/+2 |
* | | | | Cleanup CHANGELOGs [ci skip] | Ryuta Kamizono | 2017-04-30 | 1 | -0/+1 |
|/ / / |
|
* | | | Add missing require for `remove_possible_method` | Eugene Kenny | 2017-04-28 | 1 | -0/+1 |
* | | | Merge pull request #28831 from kamipo/respond_to_missing_should_be_private | Rafael França | 2017-04-25 | 1 | -5/+5 |
|\ \ \ |
|
| * | | | `respond_to_missing?` should be private | Ryuta Kamizono | 2017-04-22 | 1 | -5/+5 |
* | | | | Remove checks for Enumerator#size method | Eugene Kenny | 2017-04-25 | 1 | -4/+2 |
|/ / / |
|
* | | | Add comma | Jon Moss | 2017-04-20 | 1 | -1/+1 |
* | | | Merge pull request #28582 from sbull/activejob-error-logging | Rafael França | 2017-04-20 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Add error logging to Active Job | Steven Bull | 2017-03-27 | 1 | -0/+2 |
* | | | | Fixes Hash.from_xml with frozen strings for all backends | Josh Nussbaum | 2017-04-20 | 5 | -13/+9 |
* | | | | Remove outdated comment | Marion Bouguet | 2017-04-20 | 1 | -1/+0 |
* | | | | Send deprecation horizon and gem name as arguments to deprecation heavier han... | Willem van Bergen | 2017-04-19 | 5 | -16/+56 |
* | | | | Merge pull request #28790 from tjschuck/require_as_time_in_testing_time_helpers | Rafael França | 2017-04-18 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Explicitly require AS::Time in AS::Testing::TimeHelpers | T.J. Schuck | 2017-04-18 | 1 | -0/+1 |
* | | | | | Fix Enumerable#sum redefined warning | Fumiaki MATSUSHIMA | 2017-04-18 | 1 | -23/+45 |
|/ / / / |
|
* | | | | Add missing periods | Jon Moss | 2017-04-17 | 1 | -2/+2 |
* | | | | Add (more) documentation to to_time | Ken Mayer | 2017-04-17 | 1 | -0/+3 |
* | | | | There are actually only 134 unique timezones. | Chris Dosé | 2017-04-16 | 1 | -1/+1 |
* | | | | Add Puerto Rico support to ActiveSupport::TimeZone | Chris Dosé | 2017-04-16 | 1 | -0/+1 |
* | | | | Merge pull request #28638 from bogdanvlviv/prepend_and_append_in_ruby | Kasper Timm Hansen | 2017-04-15 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Prevent aliases Array#append and Array#prepend | bogdanvlviv | 2017-04-02 | 1 | -2/+2 |
* | | | | | Add additional options to time `change` methods | Andrew White | 2017-04-14 | 6 | -15/+83 |
* | | | | | Move CHANGELOG.md entry from Active Support to Action Pack | Jon Moss | 2017-04-11 | 1 | -13/+1 |
* | | | | | Add action_controller_api, action_controller_base on_load hook | Julian Nadeau | 2017-04-10 | 1 | -1/+13 |
* | | | | | Implement `fetch_values` for HashWithIndifferentAccess (#28316) | Josh Pencheon | 2017-04-10 | 3 | -0/+31 |
* | | | | | delegate_missing_to should fall back to super | Matthew Draper | 2017-04-09 | 2 | -1/+23 |
* | | | | | delegate_to_missing doesn't delegate private methods | Matthew Draper | 2017-04-09 | 2 | -1/+14 |
* | | | | | Fix `warning: already initialized constant HashWithIndifferentAccessTest::Has... | Ryuta Kamizono | 2017-04-07 | 1 | -1/+0 |
|/ / / / |
|
* | | | | Move HashWithIndifferentAccess tests to separate file | Michael Stock | 2017-03-30 | 2 | -712/+734 |
* | | | | Add aliases for reverse_merge to with_defaults | Matt Casper | 2017-03-29 | 3 | -0/+29 |
* | | | | Use keyword arguments instead of hash | Rafael Mendonça França | 2017-03-28 | 2 | -9/+11 |
* | | | | Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum... | Rafael Mendonça França | 2017-03-28 | 5 | -21/+81 |
|\ \ \ \ |
|
| * | | | | Added options hash to titleize method and keep_id_suffix option to humanize | Mubashir Hanif | 2017-03-21 | 5 | -21/+81 |
* | | | | | starts_with? is removed in Ruby 2.4 | Rafael Mendonça França | 2017-03-28 | 1 | -1/+1 |
* | | | | | Merge pull request #1 from radiospiel/tickets/26955-listen-paths | Rafael Mendonça França | 2017-03-28 | 1 | -0/+5 |
|\ \ \ \ \ |
|
| * | | | | | No longer listens to dirs inside of installed gems | eno | 2016-11-08 | 1 | -0/+5 |
* | | | | | | Return unmapped timezones from `country_zones` | Andrew White | 2017-03-28 | 2 | -5/+16 |
| |_|/ / /
|/| | | | |
|
* | | | | | minor CHANGELOG formatting changes. [ci skip] | Yves Senn | 2017-03-26 | 1 | -1/+0 |
* | | | | | Fix doc format for `duplicable?` [ci skip] | yuuji.yaginuma | 2017-03-25 | 1 | -6/+6 |
* | | | | | Remove unnecessary ruby version comments [ci skip] | Vipul A M | 2017-03-24 | 1 | -2/+2 |
* | | | | | Fix duplicable? for Ratiional and Complex on ruby master, since they are now ... | Vipul A M | 2017-03-23 | 2 | -13/+26 |
* | | | | | No need to have an entry that was included in 5.1 in 5.2 | Rafael Mendonça França | 2017-03-22 | 1 | -11/+0 |
* | | | | | Add AS::Deprecation::DeprecatedConstantAccessor | Dominic Cleal | 2017-03-22 | 4 | -0/+86 |