aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/concern_test.rb
Commit message (Collapse)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
| | | | This avoids the unnecessary "yo dawg, I heard you like include, so I put a module that includes your module when it is included" approach when building extensions.
* 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
"included" block DSL into separate modules. But, unify both approaches under AS::Concern.