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
*
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
*
Move Class::ModelName to Active Support module core_ext
Jeremy Kemper
2008-06-06
1
-0
/
+19
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
4
-5
/
+5
*
Ruby 1.9 compat: shadowed vars, kcode
Jeremy Kemper
2007-12-15
1
-2
/
+6
*
Hax to workaround private send for Ruby 1.9. Consider moving to send! and ali...
Jeremy Kemper
2007-09-27
1
-7
/
+7
*
Use instance_variable_defined? instead of instance_variables.include? to acco...
Jeremy Kemper
2007-09-27
2
-11
/
+11
*
Let alias_attribute work with attributes with initial capital letters (legacy...
Michael Koziarski
2007-07-19
1
-1
/
+24
*
Clean up junk test. Closes #7973 [Rob Sanheim]
Jeremy Kemper
2007-06-08
2
-31
/
+1
*
Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/access...
Rick Olson
2007-01-28
2
-0
/
+63
*
Rename test file so it's not ignored by rake
Rick Olson
2007-01-28
1
-0
/
+0
*
Add Module#attr_accessor_with_default to initialize value of attribute before...
Marcel Molina
2006-11-16
1
-0
/
+30
*
attr_internal to support namespacing and deprecation
Jeremy Kemper
2006-08-07
1
-0
/
+52
*
Added Module#alias_attribute [Jamis/DHH]
David Heinemeier Hansson
2006-08-03
1
-0
/
+31