This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5da48d231bf1e4041e149a8d052d8450e41a4e9
rails
/
activesupport
/
test
/
core_ext
/
class
History
Yehuda Katz
762088a0ef
Clear the attribute after done
2010-02-16 15:00:10 -08:00
..
attribute_accessor_test.rb
Fix dependencies revealed by testing in isolation
2009-04-22 18:54:13 -07:00
attribute_test.rb
Introduce class_attribute to declare inheritable class attributes. Writing an attribute on a subclass behaves just like overriding the superclass reader method. Unifies and replaces most usage of cattr_accessor, class_inheritable_attribute, superclass_delegating_attribute, and extlib_inheritable_attribute.
2010-02-01 02:02:41 -08:00
class_inheritable_attributes_test.rb
Fix dependencies revealed by testing in isolation
2009-04-22 18:54:13 -07:00
delegating_attributes_test.rb
Clear the attribute after done
2010-02-16 15:00:10 -08:00