index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
test
/
concern_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
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