aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/thread.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation for Thread#freezeSteven Harman2014-04-061-0/+7
|
* fix typos and grammar mistake [ci skip]nishant-cyro2013-12-191-1/+1
|
* Change syntax format for example returned valuesPrem Sichanugrist2013-11-111-4/+4
| | | | | | | | | According to our guideline, we leave 1 space between `#` and `=>`, so we want `# =>` instead of `#=>`. Thanks to @fxn for the suggestion. [ci skip]
* ensure freeze on Thread freezes localsNick Howard2013-08-191-0/+5
|
* oops, I missed this in 7193f75Guillermo Iguaran2013-08-181-1/+1
|
* Rename @locals to @_locals in Thread to avoid conflict with Rubinius. Closes ↵Guillermo Iguaran2013-08-181-7/+7
| | | | #11831
* Remove warning of intance variable not initializedRafael Mendonça França2012-12-231-1/+5
|
* Backport thread-local variables from Ruby 2.0Rafael Mendonça França2012-12-111-0/+70