Skip to content
Extraits de code Groupes Projets
Valider 0ce411c1 rédigé par Florian Staudacher's avatar Florian Staudacher
Parcourir les fichiers

fix startup error for integration envs

parent 6546f632
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -32,7 +32,7 @@ Diaspora::Application.configure do ...@@ -32,7 +32,7 @@ Diaspora::Application.configure do
"<#{self.class.name} - tooooo long>" "<#{self.class.name} - tooooo long>"
end end
end end
[ActionController::Base, ActionDispatch::RemoteIp::RemoteIpGetter, OmniAuth::Strategy, Warden::Proxy].each do |klazz| [ActionController::Base, OmniAuth::Strategy, Warden::Proxy].each do |klazz|
klazz.send(:include, SmallInspect) klazz.send(:include, SmallInspect)
end end
end end
......
...@@ -32,7 +32,7 @@ Diaspora::Application.configure do ...@@ -32,7 +32,7 @@ Diaspora::Application.configure do
"<#{self.class.name} - tooooo long>" "<#{self.class.name} - tooooo long>"
end end
end end
[ActionController::Base, ActionDispatch::RemoteIp::RemoteIpGetter, OmniAuth::Strategy, Warden::Proxy].each do |klazz| [ActionController::Base, OmniAuth::Strategy, Warden::Proxy].each do |klazz|
klazz.send(:include, SmallInspect) klazz.send(:include, SmallInspect)
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