We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c291288 commit 6124a56Copy full SHA for 6124a56
config/environment.rb
@@ -131,3 +131,8 @@ def theme_file(filename)
131
require 'rails_cache_configurator'
132
RailsCacheConfigurator.apply(config)
133
end
134
+
135
136
+# Workaround to make ruby-openid work with Passenger, because these two don't always cooperate.
137
+# http://groups.google.com/group/phusion-passenger/browse_thread/thread/30b8996f8a1b11f0/ba4cc76a5a08c37d? @@@ hl=en&lnk=gst&q=openid#ba4cc76a5a08c37d
138
+OpenID::Util.logger = RAILS_DEFAULT_LOGGER
0 commit comments