aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/concern_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Do nothing when the same block is included again.Mark J. Titorenko2018-11-291-0/+8
* Use respond_to test helpersDaniel Colson2018-01-251-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* use public Module#include instead of send :includeyuuji.yaginuma2016-11-271-1/+1
* improve error message when include assertions failMichael Grosser2016-09-161-2/+2
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-2/+2
* Fix for #20489 - ActiveSupport::Concern#class_methods affects parent classesKristijan Novoselic2015-06-121-0/+25
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-5/+5
* Introduce Concern#class_methods and Kernel#concernJeremy Kemper2014-02-231-2/+8
* remove useless duplication in include testDamien Mathieu2013-07-221-4/+0
* remove duplication in testMarat Kazbekov2013-07-181-6/+0
* Raise when multiple included blocks are definedMike Dillon2013-05-161-0/+14
* use AS::TestCase as the base classAaron Patterson2012-01-051-1/+1
* Deprecate InstanceMethods namespace handling in ActiveSupport::Concern.José Valim2011-11-211-5/+2
* AS::Concern redefines "include" to lazy include modules as dependenciesJoshua Peek2009-05-291-3/+3
* AS::Concern includes InstanceMethods module if it existsJoshua Peek2009-05-291-4/+13
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-0/+88