You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying to production, I'm seeing the following message within the Unicorn log file, unicorn.log:
shared/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/dependencies.rb:251:in `require': no such file to load -- omniauth-openid (LoadError)
Next, my Gemfile has the omniauth specific details:
When deploying to production, I'm seeing the following message within the Unicorn log file, unicorn.log:
Next, my Gemfile has the omniauth specific details:
Next, my initializer looks like the following:
config/initializers/omniauth.rb:
The text was updated successfully, but these errors were encountered: