安装 Rails 3 的 HoboFields 预发行版
我正在尝试安装 HoboFields 的最新预发行版本,它支持 Rails 3(RubyGems 不支持)有最新的代码)。我已按照相关 Hobo 博客文章,但是当我执行rake install
时,出现以下错误:
rake aborted!
Don't know how to build task 'install'
任何人都可以帮我解决这个问题吗?如何成功安装 HoboFields 的最新预发行版本,使其能够与 Rails 3 配合使用?
注意:我正在尝试使用 HoboFields,而不是 Hobo。后者我已成功安装,但我只想使用 HoboFields。
I'm trying to install the latest pre-release version of HoboFields, which supports Rails 3 (RubyGems doesn't have the latest code). I've followed the steps on the relevant Hobo blog post, but when I execute rake install
, I get the following error:
rake aborted!
Don't know how to build task 'install'
Can anyone help me with this? How can I successfully install the latest pre-release version of HoboFields so that it will work with Rails 3?
Note: I'm trying to use HoboFields, not Hobo. The latter I've installed successfully, but I'd like to use just HoboFields.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
--pre
选项安装 HoboFields 的最新预发布版本:可以找到显示如何解决此问题的更详细讨论 此处。
You can install the latest pre-release version of HoboFields by using the
--pre
option:A more detailed discussion showing how this problem was solved can be found here.