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
pull/4862/head
Oliver Günther 8 years ago
parent b8b0862bad
commit 0d861af6d4
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 3
      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 = []

Loading…
Cancel
Save