作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
使用 authlogic 2.1.3 和 authlogic-oid 1.0.4,一旦 rails 遇到 Controller 向 OpenID 提供者发出请求,我就会收到以下错误:
uninitialized constant OpenIdAuthentication::InvalidOpenId
config.gem "authlogic"
config.gem "authlogic-oid", :lib => "authlogic_openid"
config.gem "ruby-openid", :lib => "openid"
最佳答案
rails/open_id_authentication 插件已在几天前更新,它破坏了与 authlogic_openid gem (v=1.0.4) 的兼容性。
你必须等到有人修复 authlogic_openid gem ( the issue )
关于ruby-on-rails - Authlogic OpenID 错误:未初始化的常量 OpenIdAuthentication::InvalidOpenId,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2092694/
使用 authlogic 2.1.3 和 authlogic-oid 1.0.4,一旦 rails 遇到 Controller 向 OpenID 提供者发出请求,我就会收到以下错误: uninitia
我是一名优秀的程序员,十分优秀!