From 8e55e561a1bcba57bf429c9c2111ec5351fcb1b3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 3 Jun 2010 22:53:28 +0000 Subject: move Rails 2.3.x test to Rails 2.3.8 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). --- FAQ | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'FAQ') 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? -- cgit v1.2.3-24-ge0c7