aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/class/attribute_test.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-1/+9
* 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