about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-01-19 13:55:35 -0800
committerEric Wong <normalperson@yhbt.net>2010-01-19 13:55:35 -0800
commit46bbf948ce935cbb72c33cd62fe721ce94530fb2 (patch)
treee947ece086952891ed5b15271898a6645dc78a25
parent30e8ae1d0d2eed17eade14978ba52cb2959b9e91 (diff)
downloadunicorn-46bbf948ce935cbb72c33cd62fe721ce94530fb2.tar.gz
-rw-r--r--FAQ7
1 files changed, 7 insertions, 0 deletions
diff --git a/FAQ b/FAQ
index 4bb6b98..75f373b 100644
--- a/FAQ
+++ b/FAQ
@@ -1,5 +1,12 @@
 = Frequently Asked Questions about Unicorn
 
+===  I've installed Rack 1.1.x, why can't Unicorn load Rails?
+
+Rails 2.3.5 is not compatible with Rack 1.1.x.  Unicorn is compatible
+with both Rack 1.1.x and Rack 1.0.x, and RubyGems will load the latest
+version of Rack installed on the system.  Uninstalling the Rack 1.1.x
+gem should solve gem loading issues with Rails 2.3.x.
+
 === Why are my redirects going to "http" URLs when my site uses https?
 
 If your site is entirely behind https, then Rack applications that use