about summary refs log tree commit homepage
path: root/FAQ
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-03 22:53:28 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-03 22:58:08 +0000
commit8e55e561a1bcba57bf429c9c2111ec5351fcb1b3 (patch)
tree9b46547b67dff0f6b655081b3cfc24c25da09593 /FAQ
parent4b44e21957e4cb8ec6ace5604fbe096dfd8959d2 (diff)
downloadunicorn-8e55e561a1bcba57bf429c9c2111ec5351fcb1b3.tar.gz
This allows us to gets rid of the Rack 1.0.1 dependency when
running Rails tests since previous versions of Rails 2.3.x
needed Rack 1.0.1, where as Rails 2.2.x and below could be used
with any version of Rack (under Unicorn only).
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ5
1 files changed, 3 insertions, 2 deletions
diff --git a/FAQ b/FAQ
index 75f373b..c84a8af 100644
--- a/FAQ
+++ b/FAQ
@@ -1,11 +1,12 @@
 = Frequently Asked Questions about Unicorn
 
-===  I've installed Rack 1.1.x, why can't Unicorn load Rails?
+===  I've installed Rack 1.1.x, why can't Unicorn load Rails (2.3.5)?
 
 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.
+gem should solve gem loading issues with Rails 2.3.5.  Rails 2.3.6
+and later correctly support Rack 1.1.x.
 
 === Why are my redirects going to "http" URLs when my site uses https?