From fd6cccaecc235bfe334fd54b79f02e2083dc89a9 Mon Sep 17 00:00:00 2001 From: mguetlein Date: Mon, 7 Jun 2010 14:09:43 +0200 Subject: add regression plot, rescue not found errors, .. --- application.rb | 9 --------- 1 file changed, 9 deletions(-) (limited to 'application.rb') diff --git a/application.rb b/application.rb index 3b0dc71..236280c 100644 --- a/application.rb +++ b/application.rb @@ -4,15 +4,6 @@ gem 'opentox-ruby-api-wrapper', '= 1.4.4.4' require lib end -require 'active_record' -ActiveRecord::Base.establish_connection( - :adapter => @@config[:database][:adapter], - :host => @@config[:database][:host], - :database => @@config[:database][:database], - :username => @@config[:database][:username], - :password => @@config[:database][:password] -) - #unless(defined? LOGGER) #LOGGER = Logger.new(STDOUT) #LOGGER.datetime_format = "%Y-%m-%d %H:%M:%S " -- cgit v1.2.3