aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/class/attribute_test.rb
Commit message (Expand)AuthorAgeFilesLines
* modernizes hash syntax in activesupportXavier Noria2016-08-061-3/+3
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-19/+19
* Add option to Class#class_attribute for skipping the query methodAgis-2013-04-061-2/+7
* Add instance_accessor option to class_attributeAlexey Vakhov2012-05-221-0/+7
* Add option to omit creating an instance reader method on class_attributeJames Miller2011-06-181-0/+6
* Class Attribute setter returns set valuePeter Wagenet2010-08-161-0/+5
* Fix class_attribute so that it works with singleton classes.Carl Lerche2010-04-011-0/+6
* class_attribute gets instance methods which delegate to but may override thei...Jeremy Kemper2010-03-081-10/+25
* Introduce class_attribute to declare inheritable class attributes. Writing an...Jeremy Kemper2010-02-011-0/+47