aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/concern_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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