about summary refs log tree commit homepage
path: root/README
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-03-23 02:03:31 -0700
committerEric Wong <normalperson@yhbt.net>2009-03-23 14:42:41 -0700
commit0b095ea72fb849682a1185a626eef247b5afc1cd (patch)
treeb8f74a3160b3842bbebcf2fe3c5c917ec088e8eb /README
parent451a1022e16ec6307328125a41244a837c6edcdf (diff)
downloadunicorn-0b095ea72fb849682a1185a626eef247b5afc1cd.tar.gz
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.
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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: