| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace `assert !` with `assert_not` | Daniel Colson | 2018-04-19 | 1 | -1/+1 |
* | Use assert_empty and assert_not_empty | Daniel Colson | 2018-01-25 | 1 | -10/+10 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 1 | -10/+10 |
* | [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 |
* | "Use assert_nil if expecting nil. This will fail in minitest 6." | Akira Matsuda | 2016-12-25 | 1 | -1/+1 |
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | Rely solely on active_model_serializer and remove the fancy constant lookup. | José Valim | 2011-11-23 | 1 | -0/+5 |
* | Add safe_constantize to ActiveSupport::Dependencies. | José Valim | 2011-11-23 | 1 | -15/+23 |
* | Removed deprecated methods and related tests from ActiveSupport | Josh Kalderimis | 2011-05-25 | 1 | -43/+0 |
* | Rename duplicate tests. There is now one failing test that was failing befor... | Mike Gehard | 2011-05-07 | 1 | -1/+1 |
* | adding deprecation noticies to deprecated class cache methods | Aaron Patterson | 2011-03-02 | 1 | -3/+24 |
* | adding backwards compat for class cache references. <3<3 | Aaron Patterson | 2011-03-02 | 1 | -4/+10 |
* | refactor Reference to a ClassCache object, fix lazy lookup in Middleware so t... | Aaron Patterson | 2011-03-01 | 1 | -0/+81 |