| Commit message (Expand) | Author | Age | Files | Lines |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 1 | -0/+1 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Merge pull request #26874 from tgxworld/fix_broadcast_logger | Matthew Draper | 2016-11-25 | 1 | -3/+19 |
|\ |
|
| * | `Broadcast#silence` breaks custom loggers that does not include `LoggerSilence`. | Guo Xiang Tan | 2016-10-24 | 1 | -3/+19 |
* | | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -1/+1 |
|/ |
|
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -3/+3 |
* | Broadcast #silence on logger. Rewrite tests. | Kevin McPhillips | 2016-06-09 | 1 | -31/+103 |
* | Revert "Add Logger option to disable message broadcasts" | schneems | 2016-01-05 | 1 | -32/+18 |
* | Add Logger option to disable message broadcasts | Nate Smith | 2015-12-16 | 1 | -18/+32 |
* | pushed broadcasting down to a module | Aaron Patterson | 2012-01-20 | 1 | -1/+6 |
* | made the broadcast logger quack more like a logger | Aaron Patterson | 2012-01-20 | 1 | -15/+35 |
* | add a broadcasting logger so we can split logs | Aaron Patterson | 2012-01-20 | 1 | -0/+57 |