aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Thread.pass instead of Kernel.sleep to trigger race conditionGuilherme Mansur2019-08-051-7/+5
* Able to initalize default value for thread_mattr_*Guilherme Mansur2019-08-051-5/+11
* Change wording of some instances of 'opt out' [ci skip]Sharang Dashputre2019-03-121-5/+5
* Consistently use kwargs for `instance_{reader,writer,accessor}` optionsRyuta Kamizono2018-10-201-12/+7
* Fix example in thread_mattr_accessor documentationFabian Mersch2018-07-311-1/+1
* Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-291-1/+0
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-2/+2
* doc, hide non-public methods form the api docs. [ci skip]Yves Senn2016-10-201-2/+2
* Merge pull request #25570 from y-yagi/remove_useless_parameterEileen M. Uchitelle2016-08-151-3/+3
|\
| * remove useless parameteryuuji.yaginuma2016-06-291-4/+4
* | let instance thread_mattr_* methods delegate to the class-level onesXavier Noria2016-08-081-4/+10
* | Merge pull request #25681 from willnet/fix-thread_mattr_accessorYves Senn2016-08-081-4/+4
|\ \
| * | Fix `thread_mattr_accessor` share variable superclass with subclasswillnet2016-08-041-4/+4
* | | applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
|/ /
* / systematic revision of =~ usage in ASXavier Noria2016-07-221-3/+4
|/
* [skip ci] Fix grammarAbhishek Jain2016-06-031-2/+2
* Fix `thread_mattr_accessor` thread-local variable namingMichael Ryan2016-03-111-2/+2
* [ci skip] Revert most of ff851017Kasper Timm Hansen2015-12-181-2/+2
* Revert "Use Thread.current.thread_variable_set/get insetad of the direct acce...David Heinemeier Hansson2015-12-181-4/+4
* [ci skip] Add `Thread.current` to match internalsKasper Timm Hansen2015-12-171-2/+2
* Clarify thread_mattr_accessor subclass behavior documentationNate Berkopec2015-12-171-8/+9
* Copy-edit the Per Thread attribute accessor documentationRafael Mendonça França2015-12-171-3/+3
* Use Thread.current.thread_variable_set/get insetad of the direct accessorsDavid Heinemeier Hansson2015-12-171-4/+4
* Fix typo in thread_mattr_accessor doco [ci skip]Nate Berkopec2015-12-171-1/+1
* Add thread_m/cattr_accessor/reader/writer suite of methods for declaring clas...David Heinemeier Hansson2015-12-171-0/+140