From f03881afb0a11c1e5587c2569ec2051be6121996 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Thu, 7 Jun 2012 17:51:43 +0200 Subject: [PATCH] Don't set threadsafe! It breaks tests --- config/application.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/application.rb b/config/application.rb index 2ca94b5..c83a80b 100644 --- a/config/application.rb +++ b/config/application.rb @@ -54,8 +54,6 @@ module AsciiIo config.assets.version = '1.0' config.action_mailer.default_url_options = { :host => CFG.email_host } - - config.threadsafe! # enable threadsafe for girl_friday end end