about summary refs log tree commit homepage
path: root/FAQ
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-14 18:36:34 -0800
committerEric Wong <normalperson@yhbt.net>2010-12-14 18:36:34 -0800
commit7e2bb251228a30c0d4e66029b20bbbf85bc99a09 (patch)
treeeced036fe4f5885cc0bdda8d6e23af066846abbb /FAQ
parent2bb3f8fd600bd0aabe5e4d7c3d1f99d745fc8f49 (diff)
downloadrainbows-7e2bb251228a30c0d4e66029b20bbbf85bc99a09.tar.gz
At least one user ran into it:
http://mid.gmane.org/AANLkTikegPX2-6Q93++bz_aLt+9nLPJXjg+NkL8tDjeE@mail.gmail.com
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ6
1 files changed, 6 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 7609d55..f45568b 100644
--- a/FAQ
+++ b/FAQ
@@ -98,3 +98,9 @@ For older versions of Rails, the following config.ru will work:
 
 One thing to watch out for is that RAILS_ENV will not be set in the
 environment for you, thus we set it to match RACK_ENV.
+
+=== I'm using threads and Rails is misbehaving!
+
+If you use any of the threaded concurrency models, you will need to use
+{config.threadsafe!}[http://m.onkey.org/thread-safety-for-your-rails]
+in your config/environments/$RAILS_ENV.rb