about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-10 04:44:49 +0000
committerEric Wong <e@80x24.org>2015-04-22 18:55:44 +0000
commit0dafad76c20844ec10fa7674fd778578bc9a8ed0 (patch)
tree97530b2f5942fb009ff7dbec7a8b5f01c61a1251
parent1dd67c4cf3e65f065f07f397f69517c9424d129a (diff)
downloadunicorn-0dafad76c20844ec10fa7674fd778578bc9a8ed0.tar.gz
unicorn_rails is an ancient compatibility wrapper for ancient
versions of Rails which did not use Rack.  Those applications have
likely moved on, so stop promoting unicorn_rails.
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 1bd42b8..02d01e1 100644
--- a/README
+++ b/README
@@ -95,13 +95,13 @@ from git.
 
 == Usage
 
-=== non-Rails Rack applications
+=== Rack (including Rails 3+) applications
 
 In APP_ROOT, run:
 
   unicorn
 
-=== for Rails applications (should work for all 1.2 or later versions)
+=== Ancient Rails 1.2 - 2.x versions
 
 In RAILS_ROOT, run:
 
@@ -122,8 +122,7 @@ The default settings are designed for maximum out-of-the-box
 compatibility with existing applications.
 
 Most command-line options for other Rack applications (above) are also
-supported.  Run `unicorn -h` or `unicorn_rails -h` to see command-line
-options.
+supported.  Run `unicorn -h` to see command-line options.
 
 == Disclaimer