aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/class/attribute.rb
Commit message (Expand)AuthorAgeFilesLines
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-051-1/+1
* Fix class_attribute so that it works with singleton classes.Carl Lerche2010-04-011-1/+1
* Remove some 1.9 warnings (resulting in some fixed bugs). Remaining AM warning...wycats2010-03-171-0/+3
* class_attribute gets instance methods which delegate to but may override thei...Jeremy Kemper2010-03-081-2/+23
* Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.Jeremy Kemper2010-02-251-5/+6
* Introduce class_attribute to declare inheritable class attributes. Writing an...Jeremy Kemper2010-02-011-0/+36