aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fcgi_fixes.rb
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-02-18 10:30:39 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-02-18 10:30:39 +0000
commit29820a6daa38e5becd3d8ba28aab5eede513e7a1 (patch)
tree6d31ae2e59b9b7a2ad48179dbb8df6cd07399f14 /lib/fcgi_fixes.rb
parentd4bdb6e2b254fa32a22af68b8a284ac79780038c (diff)
Not using fcgi - get rid of monkey patches
Diffstat (limited to 'lib/fcgi_fixes.rb')
-rw-r--r--lib/fcgi_fixes.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/fcgi_fixes.rb b/lib/fcgi_fixes.rb
deleted file mode 100644
index 387995a90..000000000
--- a/lib/fcgi_fixes.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-# Changed by mySociety 2008-03-10 to get dynamic FastCGI working.
-# See also http://dev.rubyonrails.org/ticket/5399 - gah!
-
-# Hopefully fixed in later Rails. There is a test in spec/libs/fcgi_handler.rb
-
-require 'railties/lib/fcgi_handler.rb'
-
-# Monkeypatch!
-RailsFCGIHandler::SIGNALS['TERM'] = :exit
-