If you are starting with hobo and you have no special reason to use old rails/hobo, it's probably better that you start using the hobo 1.3 (now in RC stage).
$ gem uninstall hobo, dryml, hobosupport, hobofields --all --ignore-dependencies --executables $ gem install hobo --pre Just keep in mind that the documentation of 1.3 is still a little bit scattered around, so you have to do some little extra work to find where it is. :-) ciao dd On Fri, Apr 8, 2011 at 9:00 PM, doloop <[email protected]> wrote: > Hi. I just discovered ruby and rails a few months ago and Hobo a > couple of days ago. Hobo is pretty impressive. I installed in on a > Windows XP machine running ruby 1.8.7 and rails 2.3.8. It worked > fine, except for the fact that the webbrick server kept shutting down > unexpectedly with an error message saying that ruby had caused an > error and asking if I would like to send an error report to > Microsoft. I would simply restart the server and everything would > work fine, for a while, until the server shut down again. > > I then installed hobo, ruby 1.9.2 and rails 2.3.11 on an Ubuntu Linux > 10.04 machine. I am creating the same app that is demonstrated on the > "15 minute introductory video" on the hobo website. Things are > working reasonably well, but I am getting some strange behavior. For > example, I received an error that the file did not exist when I typed: > > $ script/generate hobo_migration > > I was in the application directory AND I had typed the command before > successfully. Oddly, when I ran > > $ hobo -v > > trying to get the version of hobo (which I now realize does not work), > my script/generate hobo_migration command started working again! > > That is not the only strange error but I won't bore you with the > others. > > My question: do I need to install rails 2.3.8 (and perhaps a different > version of ruby)? If not, then I will have to assume that there is > something very peculiar about my setup. > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
