aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/module/attribute_accessor_per_thread_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Thread.pass instead of Kernel.sleep to trigger race conditionGuilherme Mansur2019-08-051-14/+7
* Able to initalize default value for thread_mattr_*Guilherme Mansur2019-08-051-11/+27
* Use respond_to test helpersDaniel Colson2018-01-251-4/+4
* [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
* assert_equal takes expectation firstAkira Matsuda2016-12-261-3/+3
* Merge pull request #25681 from willnet/fix-thread_mattr_accessorYves Senn2016-08-081-0/+16
|\
| * Fix `thread_mattr_accessor` share variable superclass with subclasswillnet2016-08-041-4/+24
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-061-4/+4
* | applies new string literal convention in activesupport/testXavier Noria2016-08-061-9/+9
|/
* Fix `thread_mattr_accessor` thread-local variable namingMichael Ryan2016-03-111-0/+6
* Use separate test class nameDavid Heinemeier Hansson2015-12-171-1/+1
* Add thread_m/cattr_accessor/reader/writer suite of methods for declaring clas...David Heinemeier Hansson2015-12-171-0/+109