From 0d861af6d4ce48cbd9ebdbef0a87432828b6f707 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20G=C3=BCnther?= Date: Wed, 7 Sep 2016 21:00:05 +0200 Subject: [PATCH] Remove deprecated raise_in_transactional_callbacks > In the next version, these errors will no longer be suppressed. Instead, the errors will propagate normally just like in other Active Record callbacks. http://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html --- config/application.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/application.rb b/config/application.rb index ecfb4a9a93..120376ae7d 100644 --- a/config/application.rb +++ b/config/application.rb @@ -138,9 +138,6 @@ module OpenProject instance_eval File.read(File.join(File.dirname(__FILE__), 'additional_environment.rb')) end - # Do not swallow errors in after_commit/after_rollback callbacks. - config.active_record.raise_in_transactional_callbacks = true - # initialize variable for register plugin tests config.plugins_to_test_paths = []