You have gem "hobo", ">= 1.3.0.RC"
in your Gemfile You need gem "hobo", :git => "git://github.com/tablatom/hobo.git", :branch => "ralis3" instead. After you've changed that, type `bundle install hobo`. Bryan On Thu, Jun 30, 2011 at 2:39 AM, André Fischer <[email protected]> wrote: > Hi Bryan, > I gem uninstalled all copies of Hobo on my box, and installed only 1.3.0.RC, > and the problem persists. > I'm taking you up on your kind offer to have a look at the application for > me—please find, attached, the whole directory including the sqlite db and > all. > Thank you so much for your help and your replies in the Group! > Kindest Regards, > André Fischer > > > On 29 June 2011 23:18, Bryan Larsen <[email protected]> wrote: >> >> On Wed, Jun 29, 2011 at 4:30 PM, André Fischer <[email protected]> >> wrote: >> > I indeed get this: >> > >> > /Users/andre/.rvm/gems/ruby-1.9.2-p180/bundler/gems/hobo-cf8150539533/hobo >> > When you say "There is an issue with running the correct version of Hobo >> > from the >> > command line (type `bundle exec hobo` to get around that)" — could this >> > impact the views and taglibs etc generated when I ran "hobo new agility" >> > and >> > the setup wizard? >> >> Yes, it could have. But I'm fairly sure that nothing substantial >> changed in that area since rc1. >> >> Bryan >> >> -- >> 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. > -- 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.
