| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `#on_weekday?` method to `Date`, `Time`, and `DateTime`. | Vipul A M | 2016-02-15 | 1 | -0/+8 |
* | include activerecord and activesupport CHANGELOG entries | Brian Christian | 2016-02-10 | 1 | -0/+4 |
* | Fix regression in `Hash#dig` for HashWithIndifferentAccess. | Jon Moss | 2016-02-01 | 1 | -0/+3 |
* | Add some Action Cable CHANGELOG entries | Rafael Mendonça França | 2016-02-01 | 1 | -3/+0 |
* | Preparing for Rails 5.0.0.beta2 | Sean Griffin | 2016-02-01 | 1 | -0/+5 |
* | [ci skip] Properly indent code in markdown | claudiob | 2016-02-01 | 1 | -29/+29 |
* | Change number_to_currency behavior for checking negativity | Prathamesh Sonpatki | 2016-01-29 | 1 | -0/+15 |
* | docs, formatting pass over changelogs. [ci skip] | Yves Senn | 2016-01-13 | 1 | -3/+5 |
* | Match HashWithIndifferentAccess#default's behaviour with Hash#default | David Cornu | 2016-01-07 | 1 | -0/+4 |
* | move CHANGELOG entry to the appropriate position [ci skip] | yuuji.yaginuma | 2016-01-03 | 1 | -3/+2 |
* | New changelog entries are added to the top. | Rafael Mendonça França | 2016-01-01 | 1 | -6/+6 |
* | Merge pull request #22856 from rthbound/adds-exception-object-to-instrumenter... | Rafael França | 2016-01-01 | 1 | -0/+6 |
|\ |
|
| * | Adds exception object to instrumenter's payload | Ryan T. Hosford | 2015-12-31 | 1 | -0/+6 |
* | | Add CHANGELOG entry for #12877 [ci skip] | Rafael Mendonça França | 2015-12-31 | 1 | -0/+5 |
|/ |
|
* | [ci skip] Fix typos in Active Support changelog. | Kasper Timm Hansen | 2015-12-27 | 1 | -2/+2 |
* | Add CHANGELOG entry for #22759 | eileencodes | 2015-12-27 | 1 | -0/+4 |
* | release notes, extract notable changes from Active Support CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -12/+12 |
* | No more no changes entries in the CHANGELOGs | Genadi Samokovarov | 2015-12-21 | 1 | -3/+0 |
* | Add CHANGELOG headers for Rails 5.0.0.beta1 | eileencodes | 2015-12-18 | 1 | -0/+5 |
* | Use consistent references | David Heinemeier Hansson | 2015-12-17 | 1 | -3/+3 |
* | Add thread_m/cattr_accessor/reader/writer suite of methods for declaring clas... | David Heinemeier Hansson | 2015-12-17 | 1 | -0/+49 |
* | Don't leak Object constants in core_ext/module/qualified_const | Genadi Samokovarov | 2015-12-16 | 1 | -2/+7 |
* | Merge pull request #22598 from yui-knk/deprecate_string_callback | Rafael França | 2015-12-16 | 1 | -0/+4 |
|\ |
|
| * | Deprecate passing string to define callback. | yui-knk | 2015-12-16 | 1 | -0/+4 |
* | | let config.file_watcher be the way to enable the evented file watcher | Xavier Noria | 2015-12-13 | 1 | -4/+9 |
|/ |
|
* | add deprecations for a smooth transition after #22215 | Michael Grosser | 2015-11-19 | 1 | -0/+9 |
* | Use proper syntax for class method reference. | Tyler Hunt | 2015-11-16 | 1 | -1/+1 |
* | normalizes spacing in a CHANGELOG [ci skip] | Xavier Noria | 2015-11-11 | 1 | -6/+6 |
* | Add days_in_year method | Jon Pascoe | 2015-11-11 | 1 | -3/+8 |
* | registers these changes in the CHANGELOGs | Xavier Noria | 2015-11-11 | 1 | -0/+11 |
* | Parameterize with options to preserve case of string | Swaathi K | 2015-11-07 | 1 | -0/+9 |
* | Merge pull request #16357 from gchan/hwia-respects-to-hash-default | Sean Griffin | 2015-10-29 | 1 | -0/+6 |
|\ |
|
| * | `HashWithIndifferentAccess.new` respects the default value or proc on objects... | Gordon Chan | 2014-07-31 | 1 | -0/+6 |
* | | Change Integer#year to return a Fixnum instead of a Float to improve consistency | Konstantinos Rousis | 2015-10-22 | 1 | -0/+16 |
* | | Merge pull request #19992 from greysteil/handle-invalid-utf8-in-html-escape | Sean Griffin | 2015-10-20 | 1 | -0/+9 |
|\ \ |
|
| * | | Handle invalid UTF-8 strings when HTML escaping | Grey Baker | 2015-06-08 | 1 | -0/+9 |
* | | | Update #20737 to address feedback | Sean Griffin | 2015-10-20 | 1 | -0/+5 |
* | | | Merge pull request #20872 from maxjacobson/more-humane-rounding | Sean Griffin | 2015-10-20 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Update the changelog for #20872 to be a bit less confusing | Sean Griffin | 2015-10-20 | 1 | -2/+2 |
| * | | | Round some numbers more humanely | Max Jacobson | 2015-07-26 | 1 | -0/+5 |
* | | | | Merge pull request #21953 from bdunne/fix_dep_warn | Matthew Draper | 2015-10-17 | 1 | -0/+5 |
* | | | | Merge pull request #21631 from RobinClowers/fix-cache-instrumentation | Jeremy Daer | 2015-10-09 | 1 | -0/+4 |
|\ \ \ \ |
|
* | | | | | Refactor AS::Callbacks halt config and fix the documentation | Roque Pinel | 2015-10-01 | 1 | -6/+3 |
* | | | | | Make `assert_difference` return the result of the yielded block. | Lucas Mazza | 2015-09-24 | 1 | -1/+12 |
* | | | | | Fix the AS::Callbacks terminator regression from 4.2.3 | Roque Pinel | 2015-09-22 | 1 | -9/+6 |
* | | | | | Short-circuit `blank?` on date and time values | Andrew White | 2015-09-21 | 1 | -0/+6 |
* | | | | | Replaced `ThreadSafe::Map` with successor `Concurrent::Map`. | Jerry D'Antonio | 2015-09-19 | 1 | -0/+5 |
|/ / / / |
|
* | | | | Update Unicode Version to 8.0.0 | Anshul Sharma | 2015-09-04 | 1 | -0/+4 |
* | | | | No need CHANGELOG entry for #21421 [ci skip] | Rafael Mendonça França | 2015-09-01 | 1 | -6/+0 |
* | | | | ArrayInquirer to correctly find symbols or strings | Leigh Halliday | 2015-08-28 | 1 | -8/+14 |