That's a recently fixed bug.   You can use the github version of Hobo
if you need it fixed immediately.

In your Gemfile, change

gem "hobo", ">= 1.3.0.RC"

to

gem "hobo", :git => "git://github.com/tablatom/hobo.git", :branch => "rails3"

and then type "bundle update hobo".

Bryan


On Mon, Jul 4, 2011 at 5:35 PM, Jeremy <[email protected]> wrote:
> So I installed hobo 1.3.0.RC and was following along with the example
> in the hobo manual beta6 from here:
> https://barquin.lighthouseapp.com/projects/63775-rapid-rails-3-with-hobo/overview
> and I'm following along pretty well. I get to Chapter 3 Tutorial 7
> Model Relationships I guess step 12 (figure 79) where it should print
> off the related country. Problem is in my environment it just prints
> off the html of the link (<a class="country-link" href="/countries/1-
> american"><span class="view country-name ">American</span></a>)
>
> Does anyone know what could be causing this?
>
> --
> 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.

Reply via email to