aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/concern.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix another AS::Concern example (class_eval is already called by included)maximerety2012-11-151-4/+2
* Fix AS::Concern example (current example doesn't work)maximerety2012-11-151-1/+3
* Update examples in AS::Concern to use correct scope syntax. [ci skip]José Corcuera2012-09-211-2/+2
* update AS docs [ci skip]Francesco Rodriguez2012-09-171-9/+12
* add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-221-3/+2
* Remove deprecations from Active Support.José Valim2011-12-201-5/+0
* Deprecate InstanceMethods namespace handling in ActiveSupport::Concern.José Valim2011-11-211-10/+5
* Fix the example in ActiveSupport::Concernzhengjia2010-12-171-1/+1
* reviews commit dcc9d38Xavier Noria2010-08-151-32/+22
* Documentation just before Concern moduleJosep M. Bach2010-08-151-115/+115
* Documented active_support/concern dependency handlingJosep M. Bach2010-08-151-1/+81
* Fix ActiveSupport::Callbacks' define_callbacks and ActiveSupport::Concern doc...Tom Stuart2010-08-051-8/+8
* adding documentation to ActiveSupport::Concern ht:strictly typed for an aweso...Neeraj Singh2010-08-041-0/+35
* Refactor AS concern to avoid hacking the "include" method.Joshua Peek2009-10-131-6/+10
* AS::Concern redefines "include" to lazy include modules as dependenciesJoshua Peek2009-05-291-0/+2
* AS::Concern includes InstanceMethods module if it existsJoshua Peek2009-05-291-0/+1
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-0/+22