instiki/lib/chunks
Jacques Distler 3a109d1c82 Thread Safety
Use "Thread.current[:included_by]" instead of  the Class variable,
"@@included_by".

The former will work on some newfangled multi-threaded Webserver stack,
which uses separate threads to handle multiple simlutaneous requests
(one request/thread). Dunno that the rest of the application is
thread-safe, but using a class variable, in this context, probably isn't.

Thanks to Sam Ruby for the suggestion.
2008-12-23 16:27:34 -06:00
..
category.rb Minor Cleanups 2008-05-22 02:46:45 -05:00
chunk.rb Minor Cleanups 2008-05-22 02:46:45 -05:00
engines.rb Blahtex 2008-07-26 04:14:41 -05:00
include.rb Thread Safety 2008-12-23 16:27:34 -06:00
literal.rb Minor Cleanups 2008-05-22 02:46:45 -05:00
nowiki.rb Better 2008-12-01 10:29:46 -06:00
test.rb Checkout of Instiki Trunk 1/21/2007. 2007-01-22 07:43:50 -06:00
uri.rb Rails 2.2.2 2008-11-24 15:53:39 -06:00
wiki.rb Single Letter WikiLinks 2008-12-22 23:57:21 -06:00