summaryrefslogtreecommitdiff
path: root/config.ru
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-10 12:12:49 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-10 12:12:49 +0100
commit5e07313c11eb38c1e7d16a0b381a2deb4c93877f (patch)
tree91f1123003d68084a3b129ff726f5bf8a56744cc /config.ru
parentf4b6fcf2b50de0d11e3bcf7986ab9fba4e16208e (diff)
parent854e3ff1d872300151a23f787adf72afc54071f5 (diff)
Merge branch 'release/v1.0.0'v1.0.0
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru5
1 files changed, 3 insertions, 2 deletions
diff --git a/config.ru b/config.ru
index 6f5db40..ec39d1b 100644
--- a/config.ru
+++ b/config.ru
@@ -1,6 +1,7 @@
require 'rubygems'
-require 'opentox-ruby-api-wrapper'
+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