使用 Ruby 1.9.2-RC2 在 Rails 3RC 上安装 Facebooker
我正在尝试使用 Ruby 1.9.2-RC2 在 Rails 3 RC 上安装 Facebooker 插件,但遇到了一些问题。
当我运行时,
rails plugin install git://github.com/joren/facebooker.git
出现以下错误
Plugin not found: ["git://github.com/joren/facebooker.git"]
,并且未生成 facebooker.yml 配置文件。
任何有关如何安装 Facebooker 插件的建议或有关将 Facebooker 与 Rails 3 结合使用的其他方式的详细说明,我们将不胜感激。
谢谢
I am trying to install the Facebooker plugin on Rails 3 RC with Ruby 1.9.2-RC2 but I am having some problems.
when I run
rails plugin install git://github.com/joren/facebooker.git
I get the following error
Plugin not found: ["git://github.com/joren/facebooker.git"]
and the facebooker.yml configuration file is not being generated.
Any suggestions on how I could get the Facebooker plugin to install or detailed instructions on another way to use Facebooker with Rails 3 would be greatly appreciated.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果这真的有效的话我会感到惊讶。我不打算在 Rails 3 上支持 Facebooker。我会使用 Facebooker2。它需要 JS 助手的补丁,但仅此而已。
I would be surprised if this would work at all. I don't plan on supporting Facebooker on Rails 3. I would use Facebooker2 instead. It needs a patch for the JS helpers, but that's about it.