| Commit message (Expand) | Author | Age | Files | Lines |
* | Define callbacks on descendants. | Ryan Wallace | 2018-02-06 | 1 | -0/+10 |
* | Use assert_predicate and assert_not_predicate | Daniel Colson | 2018-01-25 | 1 | -2/+2 |
* | [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 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -5/+5 |
* | modernizes hash syntax in activesupport | Xavier Noria | 2016-08-06 | 1 | -5/+5 |
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | Removed unused setup | Anupam Choudhury | 2013-04-10 | 1 | -2/+0 |
* | AS::Callbacks#run_callbacks remove key argument | Francesco Rodriguez | 2012-05-10 | 1 | -1/+1 |
* | AS::Callbacks: rip out per_key option. | Bogdan Gusiev | 2012-02-04 | 1 | -8/+8 |
* | removing unnecessary requires | Aaron Patterson | 2012-01-06 | 1 | -1/+0 |
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -4/+4 |
* | Removal require again from tests. | Arun Agrawal | 2011-05-22 | 1 | -1/+0 |
* | Prevent callbacks in child classes from being executed more than once. | Rolf Timmermans | 2011-03-13 | 1 | -0/+30 |
* | Use run_callbacks; the generated _run_<name>_callbacks method is not a public... | John Firebaugh | 2011-01-31 | 1 | -1/+1 |
* | Added missing requires abstract_unit and activesupport to the loadpath of ts_... | Santiago Pastorino and Sebastian Martinez | 2010-03-18 | 1 | -0/+1 |
* | Make sure AS test env doesn't have duplicate libs in load path | Joshua Peek | 2010-02-15 | 1 | -1/+0 |
* | Fix inheritance issue with new callbacks. | José Valim | 2010-01-01 | 1 | -0/+35 |
* | Callbacks, DeprecatedCallbacks = NewCallbacks, Callbacks | Joshua Peek | 2009-10-12 | 1 | -0/+115 |