Ok I had 

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

In my gem file and did a bundle update hobo and got an error stating there 
wasn't a version 1.3.0.RC1 but only 1.3.0.  So I removed the version number 
and did the update again.  The problem I'm having with the taglings is still 
there.  I don't think its a hobo problem but one with the cookbook code.

I stated with line 232 in application.drymal

<view:short-def-line/>

which is calling 

  def short_def_line
    "<#{tag.html_safe}#{' for=\'' + for_type + '\'' if for_type}>"
  end

in api_def_tag.rb model I believe however I'm not quite sure how to fix the 
problem where the string isn't considered html safe.

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/hobousers/-/Rq5-fmyeNRUJ.
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