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
/
core_ext
/
module
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adjust `Module.parent_name` to work when frozen; fixes #27637
Corey Ward
2017-01-17
1
-0
/
+37
*
assert_equal takes expectation first
Akira Matsuda
2016-12-26
1
-3
/
+3
*
Remove deprecated Module.qualified_const_get/set/defined?
Andrew White
2016-11-14
1
-118
/
+0
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-3
/
+3
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
3
-9
/
+9
*
Merge pull request #25681 from willnet/fix-thread_mattr_accessor
Yves Senn
2016-08-08
1
-0
/
+16
|
\
|
*
Fix `thread_mattr_accessor` share variable superclass with subclass
willnet
2016-08-04
1
-4
/
+24
*
|
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-8
/
+8
*
|
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-2
/
+0
*
|
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
4
-10
/
+10
*
|
modernizes hash syntax in activesupport
Xavier Noria
2016-08-06
1
-3
/
+3
*
|
applies new string literal convention in activesupport/test
Xavier Noria
2016-08-06
9
-48
/
+48
|
/
*
Fix `thread_mattr_accessor` thread-local variable naming
Michael Ryan
2016-03-11
1
-0
/
+6
*
Use separate test class name
David Heinemeier Hansson
2015-12-17
1
-1
/
+1
*
Add thread_m/cattr_accessor/reader/writer suite of methods for declaring clas...
David Heinemeier Hansson
2015-12-17
1
-0
/
+109
*
Don't leak Object constants in core_ext/module/qualified_const
Genadi Samokovarov
2015-12-16
1
-60
/
+70
*
Make `Module#redefine_method` to keep method visibility
yui-knk
2015-10-26
1
-1
/
+19
*
Add Module#remove_possible_singleton_method
Andrew White
2015-10-21
1
-3
/
+15
*
Regex fix for mattr_accessor validation
Aliaksandr Buhayeu
2015-10-01
1
-0
/
+14
*
Only invoke the default block for mattr_accessor once so that it does not cau...
Lachlan Sylvester
2015-08-07
1
-0
/
+6
*
Introduce Concern#class_methods and Kernel#concern
Jeremy Kemper
2014-02-23
1
-14
/
+44
*
Introduce Module#concerning
Jeremy Kemper
2013-12-17
1
-0
/
+35
*
Unify cattr and mattr accessors declarations
Genadi Samokovarov
2013-12-02
1
-4
/
+22
*
Fix some assert_raise calls containing messages in Active Support
Carlos Antonio da Silva
2012-10-28
1
-6
/
+13
*
Fix ActiveSupport tests that depend on run order
Francesco Rodriguez
2012-08-23
1
-11
/
+18
*
validate attribute names in class and module attribute accessors
Dmitry Plashchynski
2012-03-30
1
-0
/
+14
*
use AS::TestCase as the base class
Aaron Patterson
2012-01-05
3
-3
/
+3
*
Module#synchronize is deprecated with no replacement. Please use `monitor` f...
Aaron Patterson
2011-11-29
1
-89
/
+0
*
added remove_method core_ext tests
Anand
2011-11-07
1
-0
/
+29
*
defines Module#qualified_const_(defined?|get|set) and String#deconstantize
Xavier Noria
2011-10-29
1
-0
/
+94
*
Added instance_accessor: false to Module#mattr_accessor
Vijay Dev
2011-06-14
1
-0
/
+7
*
Removed deprecated methods and related tests from ActiveSupport
Josh Kalderimis
2011-05-25
1
-39
/
+0
*
Deprecate attr_accessor_with_default.
José Valim
2011-05-16
1
-4
/
+12
*
Don't depend on rubygems loading thread (for Mutex)
raggi
2010-11-25
1
-0
/
+1
*
attr_accessor_with_default should raise an ArgumentError not a RuntimeError
Aaron Patterson
2010-09-24
1
-1
/
+1
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
5
-17
/
+17
*
Final iteration of use better testing methods
Neeraj Singh
2010-05-19
2
-7
/
+7
*
fixing inconsistency with cattr_reader and matter_reader [#4172 state:resolved]
Kabari Hendrick
2010-03-27
1
-0
/
+6
*
moves Class#reachable? to Module#reachable?, bases implementation on anonymou...
Xavier Noria
2010-02-11
1
-0
/
+41
*
defines Module#anonymous?
Xavier Noria
2010-02-11
1
-0
/
+14
*
Move model naming into ActiveModel
Joshua Peek
2009-06-17
1
-28
/
+0
*
Add #element and #collection to ModelName
Jeremy Kemper
2009-06-08
1
-0
/
+8
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
4
-3
/
+7
*
Opt in to Dependencies
Jeremy Kemper
2009-04-22
1
-0
/
+1
*
Explicit test dependencies
Jeremy Kemper
2009-03-28
1
-1
/
+4
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-2
/
+2
*
Rework testing extensions to reflect the recent miniunit upheaval
Jeremy Kemper
2008-11-07
1
-4
/
+4
*
Module#synchronize: Add testcase to ensure that singleton methods can be wrapped
Nick
2008-08-29
1
-3
/
+17
*
Add method punctuation handling to #synchronize
Nick
2008-08-29
1
-0
/
+14
*
Adds Module#synchronize for easier method-level synchronization.
Nick
2008-08-29
1
-0
/
+57
[next]