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
/
class
Commit message (
Expand
)
Author
Age
Files
Lines
*
use AS::TestCase as the base class
Aaron Patterson
2012-01-05
2
-2
/
+2
*
Add option to omit creating an instance reader method on class_attribute
James Miller
2011-06-18
1
-0
/
+6
*
Added instance_accessor: false as an option to Class#cattr_accessor and frien...
David Heinemeier Hansson
2011-06-13
1
-2
/
+9
*
Removed deprecated methods and related tests from ActiveSupport
Josh Kalderimis
2011-05-25
1
-230
/
+0
*
class inheritable attributes is used no more! all internal use of class inher...
Josh Kalderimis
2010-11-20
1
-0
/
+5
*
Class Attribute setter returns set value
Peter Wagenet
2010-08-16
1
-0
/
+5
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
2
-16
/
+16
*
Final iteration of use better testing methods
Neeraj Singh
2010-05-19
3
-10
/
+10
*
Fix class_attribute so that it works with singleton classes.
Carl Lerche
2010-04-01
1
-0
/
+6
*
fixing inconsistency with cattr_reader and matter_reader [#4172 state:resolved]
Kabari Hendrick
2010-03-27
1
-1
/
+7
*
Remove test ordering bug
Evan Phoenix
2010-03-22
1
-8
/
+14
*
class_attribute gets instance methods which delegate to but may override thei...
Jeremy Kemper
2010-03-08
1
-10
/
+25
*
Clear the attribute after done
Yehuda Katz
2010-02-16
1
-0
/
+2
*
Introduce class_attribute to declare inheritable class attributes. Writing an...
Jeremy Kemper
2010-02-01
1
-0
/
+47
*
superclass_delegating_accessor rewritten to serve as the base for many other ...
Yehuda Katz
2010-01-29
1
-34
/
+0
*
Allow :instance_reader to be given to superclass_delegating_accessor as well.
José Valim
2009-11-01
1
-0
/
+7
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
2
-0
/
+2
*
Explicitly require core extension under test
Jeremy Kemper
2009-03-24
1
-0
/
+1
*
Add query methods for superclass_delegating_reader
Jeremy Kemper
2008-03-31
1
-4
/
+14
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
3
-5
/
+5
*
Ruby 1.9 compat. References #1689 [Pratik Naik]
Jeremy Kemper
2007-12-10
1
-3
/
+3
*
Add new superclass_delegating_accessors. Similar to class inheritable attrib...
Michael Koziarski
2007-10-29
1
-0
/
+105
*
Improve various test coverage. Closes #8676 [kamal]
Jeremy Kemper
2007-06-25
1
-0
/
+16
*
Added :instance_writer option to #mattr_writer/accessor, #cattr_writer/access...
Rick Olson
2007-01-28
2
-0
/
+239