我正在尝试使用rails 4为oso实现安装oauth-plugin。但是在安装之后,rails会弹出以下错误。
/home/user/.rvm/gems/ruby-1.9.3-p448@monogtest/gems/activesupport-4.0.0/lib
/active_support/dependencies.rb:228:in `require':
cannot load such file -- action_controller/request (LoadError)
记录的问题为https://github.com/pelle/oauth-plugin/pull/140
根据pull请求,oauth-plugin与rails 4不兼容。这就是pull请求的原因。但拉请求似乎没有合并。那么可能解决这个问题的方法是什么。
如果有人提出一些见解,我会很高兴。
更新
从https://github.com/tomhughes/oauth-plugin/安装gem工作,但这是分叉项目。使用不是来自gem作者的存储库可靠多少?