From 1034d4f25cdffab093b1e9d479785fb0183867dc Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Mon, 23 Nov 2009 18:11:03 +0100 Subject: RDF support added --- config.ru | 1 + 1 file changed, 1 insertion(+) (limited to 'config.ru') diff --git a/config.ru b/config.ru index 63dd2ce..c3e280a 100644 --- a/config.ru +++ b/config.ru @@ -5,6 +5,7 @@ require 'rack' require 'rack/contrib' FileUtils.mkdir_p 'log' unless File.exists?('log') +FileUtils.mkdir_p 'datasets' unless File.exists?('datasets') log = File.new("log/#{ENV["RACK_ENV"]}.log", "a") $stdout.reopen(log) $stderr.reopen(log) -- cgit v1.2.3