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
*
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