about summary refs log tree commit homepage
path: root/FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'FAQ')
-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