yeah, there's some glitchiness with ubuntu and rails I always go through a couple things whenever I install a new box. gem sqlite3- ruby too if you're going to use sqlite and libsqlite3-dev I think. There's more but you usually can take the top error, google it and get the fix right away that or figure it's some development lib that's missing.
On Feb 25, 7:18 am, Chris Booth <[email protected]> wrote: > I discovered the issue. I had installed Rails via apt-get. I had to > apt-get remove and purge that, sudo install Rails as a gem, and then > set up a symlink between the gem installed rails and /usr/lib/rails. > Then everything was fine. > > Thanks for the reply! > > On Feb 25, 8:16 am, Bryan Larsen <[email protected]> wrote: > > > It sounds like the Ruby detection is failing. It's probably a line > > like ${RUBY} -S rake. So if ${RUBY} is blank, you'd get that message. > > Sorry to ask the obvious, but do you have Ruby installed? How about > > rake? > > > Bryan > > > Chris Booth wrote: > > > Hello, > > > > I have installed Hobo 1.0 as a gem (with "sudo gem install hobo") on > > > an Ubuntu 9.10 VMWare session running Ruby 1.8.7 and Rails 2.3.5. > > > When I go into a terminal window and type: > > > > hobo agility > > > > I see: > > > > Generating Rails app... > > > /bin/bash: -S: invalid option > > > ... > > > /var/lib/gems/1.8/gems/hobo-1.0.0/bin/hobo:100:in 'chdir': No such > > > file or directory - agility (Errno::ENOENT) > > > from /var/lib/gems/1.8/gems/hobo-1.0.0/bin/hobo:100 > > > > Any ideas what may be causing this? > > > > 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.
