From 2d07cb57714b7aae96593c8ff293c1c3010a13f9 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 2 Apr 2017 21:12:18 +0200 Subject: Catching rack timeout from rails doesn't work --- app/views/errors/503.html.haml | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 app/views/errors/503.html.haml (limited to 'app/views/errors/503.html.haml') diff --git a/app/views/errors/503.html.haml b/app/views/errors/503.html.haml deleted file mode 100644 index f88d50d36..000000000 --- a/app/views/errors/503.html.haml +++ /dev/null @@ -1,5 +0,0 @@ -- content_for :page_title do - Request timeout - -- content_for :content do - It took too long to process your request. This might be a temporary server issue -- cgit