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
{{ message }}
This repository was archived by the owner on Jul 24, 2023. It is now read-only.
When including gem through bundler, one should use the following syntax:
gem "ruby-openid", :require => 'openid'
to avoid problems like this on application start
ActionDispatch::Session::SessionRestoreError (Session contains objects whose class definition isn't available.
Remember to require the classes for all objects kept in the session.
(Original exception: uninitialized constant OpenID [NameError])
):
The text was updated successfully, but these errors were encountered:
When including gem through bundler, one should use the following syntax:
to avoid problems like this on application start
The text was updated successfully, but these errors were encountered: