Did you do a "bundle update" or "bundle update hobo"? Bryan
On Wed, Jun 29, 2011 at 4:12 PM, André Fischer <[email protected]> wrote: > I have exactly the same problem, and tried to update Hobo by adding > the line mentioned in this thread to the gemfile. > > I am using Rails 3.0.9 together with ruby 1.9.2p180 (2011-02-18 > revision 30909) [x86_64-darwin10.7.4] > > I am trying to go through the tutorial at > http://cookbook-staging.hobocentral.net/tutorials/agility, > so the app is about as simple as can get, yet all links show up as > their html source in the browser... > > What should I do, short of completely deleting Rails and Hobo from my > system and starting over? > > André > > > On Jun 27, 5:53 pm, Bryan Larsen <[email protected]> wrote: >> Put >> >> gem "hobo", :git => "git://github.com/tablatom/hobo.git", :branch => "rails3" >> >> into your Gemfile and >> >> bundle update hobo >> >> >> >> >> >> >> >> On Mon, Jun 27, 2011 at 11:46 AM, ylluminate <[email protected]> wrote: >> > Thanks so much for taking a look at this Bryan, what's the best way to >> > update to this when normally using the hobo gems? >> >> > On Jun 26, 11:09 pm, Bryan Larsen <[email protected]> wrote: >> >> Thanks for the sample app. I've tracked down the issue and pushed a >> >> fix to github. >> >> >> On Fri, Jun 24, 2011 at 3:35 PM, ylluminate <[email protected]> wrote: >> >> > All I have so far are models set up... so I'd say that's pretty >> >> > minimal. Would you like to take a look at this, or do I need to pare >> >> > it down further? >> >> > -- >> > 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. > > -- 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.
