aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/thread.rb
Commit message (Collapse)AuthorAgeFilesLines
* Remove thread variables backportRafael Mendonça França2015-01-021-86/+0
| | | | They are already present on Ruby 2.2
* Replace `#=>` with `# =>` [ci skip]claudiob2014-12-171-2/+2
| | | | | | | | @rafaelfranca suggested in f7c7bcd9 that code examples should display the result after `# =>` and not after `#=>`. This commit replaces *all* the occurrences of `#=>` in the code documentation (mostly added by me :sob:) with the suggested `# =>`.
* 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