about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-14 17:51:48 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-14 17:51:48 -0800
commit83dc65dcc16047edcbc65d077097da83b5caf2d6 (patch)
tree3d43c20bd09accbde1c7faedba1b6c739c74a426 /bin
parent8057c9584af44da07fdd7a8b37ac08cc79d9773c (diff)
downloadunicorn-83dc65dcc16047edcbc65d077097da83b5caf2d6.tar.gz
It makes life easier for people writing config.ru files for use
with Rails.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/unicorn_rails1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/unicorn_rails b/bin/unicorn_rails
index 5ed054d..36ed660 100755
--- a/bin/unicorn_rails
+++ b/bin/unicorn_rails
@@ -171,7 +171,6 @@ app = lambda do ||
       $stderr.puts "LogTailer not available for Rails < 2.3" unless daemonize
       $stderr.puts "Debugger not available" if $DEBUG
       map(map_path) do
-        require 'unicorn/app/old_rails/static'
         use Unicorn::App::OldRails::Static
         run inner_app
       end