| Commit message (Expand) | Author | Age | Files | Lines |
* | Do nothing when the same block is included again. | Mark J. Titorenko | 2018-11-29 | 1 | -0/+8 |
* | Use respond_to test helpers | Daniel Colson | 2018-01-25 | 1 | -1/+1 |
* | [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 public Module#include instead of send :include | yuuji.yaginuma | 2016-11-27 | 1 | -1/+1 |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 1 | -2/+2 |
* | code gardening: removes redundant selfs | Xavier Noria | 2016-08-08 | 1 | -1/+1 |
* | applies new string literal convention in activesupport/test | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
* | Fix for #20489 - ActiveSupport::Concern#class_methods affects parent classes | Kristijan Novoselic | 2015-06-12 | 1 | -0/+25 |
* | Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846 | robertomiranda | 2015-01-31 | 1 | -5/+5 |
* | Introduce Concern#class_methods and Kernel#concern | Jeremy Kemper | 2014-02-23 | 1 | -2/+8 |
* | remove useless duplication in include test | Damien Mathieu | 2013-07-22 | 1 | -4/+0 |
* | remove duplication in test | Marat Kazbekov | 2013-07-18 | 1 | -6/+0 |
* | Raise when multiple included blocks are defined | Mike Dillon | 2013-05-16 | 1 | -0/+14 |
* | use AS::TestCase as the base class | Aaron Patterson | 2012-01-05 | 1 | -1/+1 |
* | Deprecate InstanceMethods namespace handling in ActiveSupport::Concern. | José Valim | 2011-11-21 | 1 | -5/+2 |
* | AS::Concern redefines "include" to lazy include modules as dependencies | Joshua Peek | 2009-05-29 | 1 | -3/+3 |
* | AS::Concern includes InstanceMethods module if it exists | Joshua Peek | 2009-05-29 | 1 | -4/+13 |
* | Break up DependencyModule's dual function of providing a "depend_on" DSL and ... | Joshua Peek | 2009-05-28 | 1 | -0/+88 |