| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #22278 from poporul/master | Godfrey Chan | 2016-01-15 | 2 | -6/+14 |
|\ |
|
| * | Allow to store .keep file in cache directory | Alexey Pokhozhaev | 2015-11-13 | 2 | -6/+14 |
* | | Update deprecation_horizon to 5.1 from 5.0 [ci skip] | Ryuta Kamizono | 2016-01-14 | 1 | -3/+3 |
* | | docs, formatting pass over changelogs. [ci skip] | Yves Senn | 2016-01-13 | 1 | -3/+5 |
* | | Extract line filtering to Railties. | Kasper Timm Hansen | 2016-01-09 | 2 | -64/+0 |
* | | Match HashWithIndifferentAccess#default's behaviour with Hash#default | David Cornu | 2016-01-07 | 3 | -8/+24 |
* | | Remove unused instance variable | schneems | 2016-01-06 | 1 | -1/+0 |
* | | [close #22917] Don't output to `STDOUT` twice | schneems | 2016-01-06 | 2 | -3/+21 |
* | | Revert "Add Logger option to disable message broadcasts" | schneems | 2016-01-05 | 3 | -45/+22 |
* | | 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 | 3 | -1/+8 |
|\ \ |
|
| * | | Adds exception object to instrumenter's payload | Ryan T. Hosford | 2015-12-31 | 3 | -1/+8 |
* | | | Update copyright notices to 2016 [ci skip] | Rashmi Yadav | 2015-12-31 | 2 | -3/+3 |
* | | | Add CHANGELOG entry for #12877 [ci skip] | Rafael Mendonça França | 2015-12-31 | 1 | -0/+5 |
* | | | Merge pull request #12877 from aroben/extended-graphemes | Rafael França | 2015-12-31 | 4 | -16/+272 |
|\ \ \
| |/ /
|/| | |
|
| * | | Beef up #grapheme_length tests | Adam Roben | 2013-11-13 | 1 | -3/+29 |
| * | | Support extended grapheme clusters and UAX 29 | Adam Roben | 2013-11-13 | 2 | -0/+91 |
| * | | Rename multibyte_conformance.rb to multibyte_normalization_conformance.rb | Adam Roben | 2013-11-13 | 1 | -2/+2 |
| * | | Refactor Unicode.unpack_graphemes slightly | Adam Roben | 2013-11-13 | 1 | -13/+23 |
* | | | Fix - to_s(:db) on Numeric range | Akshay Vishnoi | 2015-12-29 | 3 | -1/+31 |
* | | | Merge pull request #22824 from maclover7/add-numericwithformat-tests | Yves Senn | 2015-12-29 | 1 | -0/+6 |
|\ \ \ |
|
| * | | | Add test coverage for ActiveSupport::NumericWithFormat#to_formatted_s | Jon Moss | 2015-12-28 | 1 | -0/+6 |
* | | | | Merge pull request #22822 from maclover7/fix-22805 | Richard Schneeman | 2015-12-28 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | Add a missing require to ActiveSupport::NumericWithFormat | Jon Moss | 2015-12-28 | 1 | -0/+1 |
| |/ / / |
|
* | | | | Removed extra "the" in the documentation of `broadcast_message` [ci skip] | Prathamesh Sonpatki | 2015-12-28 | 1 | -1/+1 |
* | | | | [ci skip] Fix typos in Active Support changelog. | Kasper Timm Hansen | 2015-12-27 | 1 | -2/+2 |
* | | | | Merge pull request #22771 from nwjsmith/document-broadcast-messages | Eileen M. Uchitelle | 2015-12-27 | 1 | -1/+9 |
|\ \ \ \ |
|
| * | | | | Document `Logger#broadcast_messages` option | Nate Smith | 2015-12-23 | 1 | -1/+9 |
| |/ / / |
|
* | | | | Add CHANGELOG entry for #22759 | eileencodes | 2015-12-27 | 1 | -0/+4 |
* | | | | Merge pull request #22759 from akshay-vishnoi/human-size-helper | Eileen M. Uchitelle | 2015-12-27 | 6 | -3/+33 |
|\ \ \ \ |
|
| * | | | | Add support for Petabyte and Exabyte in number to human size | Akshay Vishnoi | 2015-12-22 | 6 | -3/+33 |
* | | | | | fix typo on comments | Paulo Ancheta | 2015-12-23 | 1 | -1/+1 |
* | | | | | Merge pull request #20507 from rabbitt/bugfix/logger-threadsafety | Rafael França | 2015-12-23 | 3 | -4/+119 |
|\ \ \ \ \ |
|
| * | | | | | Fixes LoggerSilence#silence threadsafety | Carl P. Corliss | 2015-12-23 | 3 | -4/+119 |
| | |/ / /
| |/| | | |
|
* / | | | | Add caveat to number_to_currency docs [ci skip] | Derek Prior | 2015-12-23 | 1 | -0/+8 |
|/ / / / |
|
* / / / | release notes, extract notable changes from Active Support CHANGELOG. | Yves Senn | 2015-12-23 | 1 | -12/+12 |
|/ / / |
|
* | | | Use CGI.escapeHTML for html escape | Takashi Kokubun | 2015-12-21 | 1 | -4/+2 |
* | | | No more no changes entries in the CHANGELOGs | Genadi Samokovarov | 2015-12-21 | 1 | -3/+0 |
* | | | Merge pull request #22581 from hirocaster/fix-expect-sample-code | Yves Senn | 2015-12-21 | 1 | -4/+5 |
|\ \ \ |
|
| * | | | Change output timming of sample code | hirocaster | 2015-12-14 | 1 | -2/+2 |
* | | | | Merge pull request #22706 from habermann24/fix_mattr_accessor_docs | Yves Senn | 2015-12-21 | 1 | -6/+6 |
|\ \ \ \ |
|
| * | | | | Fix documentation for mattr_accessor methods | Jan Habermann | 2015-12-20 | 1 | -6/+6 |
* | | | | | Suppress warning ambiguous first argument | yui-knk | 2015-12-20 | 1 | -1/+1 |
|/ / / / |
|
* | | | | Add a commend about deprecation of ActiveSupport::OrderedHash | Rafael Mendonça França | 2015-12-20 | 1 | -1/+1 |
* | | | | Deprecation warning now targets at 5.1 | Akira Matsuda | 2015-12-19 | 2 | -2/+6 |
* | | | | Merge pull request #22479 from RobinClowers/fix-cache-notification-order | Kasper Timm Hansen | 2015-12-19 | 2 | -20/+24 |
|\ \ \ \ |
|
| * | | | | Fix cache fetch miss notification order | Robin Clowers | 2015-12-02 | 2 | -20/+24 |
* | | | | | Add CHANGELOG headers for Rails 5.0.0.beta1 | eileencodes | 2015-12-18 | 1 | -0/+5 |
* | | | | | Change `alpha` to `beta1` to prep for release of Rails 5 | eileencodes | 2015-12-18 | 1 | -1/+1 |