From b7a88400107c1985f60060499e0e28b156d91a33 Mon Sep 17 00:00:00 2001 From: mguetlein Date: Thu, 20 Jan 2011 11:30:25 +0100 Subject: disable sinatra built in error handling to allow new ot error handling --- config.ru | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.ru b/config.ru index 8f73955..8603270 100644 --- a/config.ru +++ b/config.ru @@ -2,4 +2,6 @@ require 'rubygems' require 'opentox-ruby' require 'config/config_ru' run Sinatra::Application +set :raise_errors, false +set :show_exceptions, false -- cgit v1.2.3