简体   繁体   中英

Installing HoboFields Pre-Release for Rails 3

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.

You can install the latest pre-release version of HoboFields by using the --pre option:

sudo gem install hobo_fields --pre 

A more detailed discussion showing how this problem was solved can be found here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM