Yeah, the (k)ubuntu repository versions of rails, gems, etc. tend to be just a little off, either in timeliness or problems like this. since gems has it's own update mechanism and you need it for other stuff I just go with gem from source and get rails etc. through gems.
On Apr 30, 10:18 am, Henry Baragar <[email protected]> wrote: > That was it. At least the answer is here on the list. HB > > On 10-04-30 11:30 AM, Jonathan Hogue wrote: > > > > > > > I ran into this. If I remember right, it was a problem with the ubunut > > rails package, not rails. > > > Installing with gem instead of apt-get should fix. I was able to find > > the problem / resolution in google. > > >> On Apr 30, 2010 11:25 AM, "Henry Baragar" > >> <[email protected] > >> <mailto:[email protected]>> wrote: > > >> Hello, > > >> I just upgraded to Kubuntu 10.4 and I get the following error message > >> when I run hobo: > > >> Generating Rails app... > >> /bin/bash: -S: invalid option > > >> I did not get this error with 9.10, nor do there seem to be any other > >> problems. > > >> You can work around the problem by running rails and hobo separately > >> as follows: > > >> rails <application> > >> hobo --no-rails <application> > > >> I will generate a bug report when if I can track down the problem. > > >> Henry > >> -- > >> 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] > >> <mailto:[email protected]>. > >> To unsubscribe from this group, send email to > >> [email protected] > >> <mailto:hobousers%[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. > > -- > 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 > athttp://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.
