From 803d65518c945ca52d5871c553c21cd0628b3d74 Mon Sep 17 00:00:00 2001 From: mguetlein Date: Thu, 20 Jan 2011 11:25:20 +0100 Subject: disable sinatra built in error handling to allow new ot error handling --- config.ru | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.ru') diff --git a/config.ru b/config.ru index 1616a96..ec39d1b 100644 --- a/config.ru +++ b/config.ru @@ -3,3 +3,5 @@ require 'opentox-ruby' require 'config/config_ru' set :app_file, __FILE__ # to get the view path right run Sinatra::Application +set :raise_errors, false +set :show_exceptions, false \ No newline at end of file -- cgit v1.2.3