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.
