From 0b095ea72fb849682a1185a626eef247b5afc1cd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 23 Mar 2009 02:03:31 -0700 Subject: unicorn_rails: support non-Rack versions of Rails This resurrects old code from Mongrel to wrap the Rails Dispatcher for older versions of Rails. It seems that Rails >= 2.2.0 support Rack, but only >=2.3 requires it. I'd like to support Rails 1.2.x for a while, too. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 0850f2e..b53d7c6 100644 --- a/README +++ b/README @@ -90,7 +90,7 @@ of your application or libraries. However, your Rack application may use threads internally (and should even be able to continue running threads after the request is complete). -=== Rack-enabled versions of Rails (v2.3.2+) +=== for Rails applications (should work for all 1.2 or later versions) In RAILS_ROOT, run: -- cgit v1.2.3-24-ge0c7