Skip to content
Extraits de code Groupes Projets
Valider 162303db rédigé par Jonne Haß's avatar Jonne Haß
Parcourir les fichiers

Enable Rails 5 behavior for exceptions in after_commit callbacks

parent 9ad24092
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -18,7 +18,7 @@ class Reshare < Post ...@@ -18,7 +18,7 @@ class Reshare < Post
end end
after_commit :on => :create do after_commit :on => :create do
self.root.update_reshares_counter self.root.update_reshares_counter if self.root.present?
end end
after_destroy do after_destroy do
......
...@@ -89,5 +89,8 @@ module Diaspora ...@@ -89,5 +89,8 @@ module Diaspora
g.template_engine :haml g.template_engine :haml
g.test_framework :rspec g.test_framework :rspec
end end
# Will be default with Rails 5
config.active_record.raise_in_transactional_callbacks = true
end end
end end
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter