Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMaxwell Salzberg <maxwell@joindiaspora.com>2011-09-14 03:13:56 +0400
committerMaxwell Salzberg <maxwell@joindiaspora.com>2011-09-14 03:14:31 +0400
commitdf87b398c725bb62003985b77d4afd749a9a5d6b (patch)
tree01c27e8e55841e66e7088ced36bec8aeab86dbef /config
parent10df8ef2c8752a4723a66bde6dddb4380db56aa7 (diff)
MS DG; fixed cucumber
Diffstat (limited to 'config')
-rw-r--r--config/initializers/resque.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/initializers/resque.rb b/config/initializers/resque.rb
index 1a390454b..f1202f72c 100644
--- a/config/initializers/resque.rb
+++ b/config/initializers/resque.rb
@@ -16,6 +16,7 @@ if AppConfig.single_process_mode?
klass.send(:perform, *args)
rescue Exception => e
Rails.logger.warn(e.message)
+ raise e
nil
end
end