From 46bbf948ce935cbb72c33cd62fe721ce94530fb2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 19 Jan 2010 13:55:35 -0800 Subject: FAQ entry for Rails 2.3.x + Rack 1.1.x incompatibility --- FAQ | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3-24-ge0c7