Skip to content

Commit 6124a56

Browse files
committed
Added workaround to make ruby-openid work with Passenger, because these two don't always cooperate
1 parent c291288 commit 6124a56

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/environment.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,8 @@ def theme_file(filename)
131131
require 'rails_cache_configurator'
132132
RailsCacheConfigurator.apply(config)
133133
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

Comments
 (0)