| 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 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -3/+3 |
* | modernizes hash syntax in activesupport | Xavier Noria | 2016-08-06 | 1 | -13/+13 |
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -5/+5 |
* | Add implicit receiver support to `Object#with_options` | Pavel Pravosud | 2014-07-29 | 1 | -0/+9 |
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
* | Fix misspelling of 'lambda'. Closes #987 | Ben Orenstein | 2011-05-18 | 1 | -4/+4 |
* | Deletes trailing whitespaces (over text files only find * -type f -exec sed '... | Santiago Pastorino | 2010-08-14 | 1 | -1/+1 |
* | Object#returning removed | Santiago Pastorino | 2010-07-25 | 1 | -1/+1 |
* | Explicit test dependencies | Jeremy Kemper | 2009-03-28 | 1 | -0/+1 |
* | Added lambda merging to OptionMerger (especially useful with named_scope and ... | David Heinemeier Hansson | 2008-11-15 | 1 | -0/+8 |
* | Allow deep merging of hash values for nested with_options. [#490 state:resolved] | Lawrence Pit | 2008-07-17 | 1 | -0/+27 |
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
* | Don't undefine #class in OptionMerger [Rick] | Rick Olson | 2006-09-27 | 1 | -0/+5 |
* | r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 | Jeremy Kemper | 2006-07-08 | 1 | -12/+7 |
* | Allow default options in with_options to be overridden. Closes #4480. [murphy... | Marcel Molina | 2006-04-26 | 1 | -0/+16 |
* | Added reusable reloading support through the inclusion of the Relodable modul... | David Heinemeier Hansson | 2006-01-29 | 1 | -1/+1 |
* | Fix the requires in option_merger_test to unbreak AS tests | Sam Stephenson | 2006-01-21 | 1 | -2/+4 |
* | Add Object#with_options for DRYing up multiple calls to methods having shared... | Sam Stephenson | 2005-12-15 | 1 | -0/+32 |