Sorry I missed your first email. If I remember correctly, there was a stupid typo in the Hobo source. Can you try using the HEAD version of Hobo?
Short version of how: replace :version => "1.4.0.pre6" with :git => "git://github.com/tablatom/hobo.git" in your Gemfile, and bundle update. Bryan On Thu, Jun 28, 2012 at 5:53 AM, tonym <[email protected]> wrote: > I've now reproduced this with the 'Agile' example, seeing the same error > when viewing a user via the user tab > (i.e. http://localhost:3000/users/1-admin ). > Running on a straight install of Windows 'Ruby Installer' (Ruby 1.9.2, Rails > 3.1.1) with Hobo 1.4.0pre6 installed from the command line. > Fails on line 530 of auto-generated taglib: pages.dryml ... > > <a:tasks param="parent-link">« <ht key="user.actions.back_to_parent" > parent="Task" name="&this">Back to <name/></ht></a:tasks> > > This is a link 'back to parent', but the line is trying to link back to > 'tasks' which is not the parent page in this case - I suspect that is the > problem. > If I take this line out it works fine. But this is auto-generated every > time, so I cannot stop the fault. > I can code my way out of the problem with a custom page, but if this is a > bug in the current version I hope you can fix it. > > Cheers, Anthony > > On Friday, June 22, 2012 1:23:50 PM UTC+1, tonym wrote: >> >> I'm Anthony, and fairly new to Hobo. Dabbled in RoR prior to this. >> I've followed the tutorials and now building my own apps. Since upgrading >> to Hobo 1.4pre6 I've had this problem, with very simple models and no >> changes to views etc... >> >> NoMethodError in Subgroups#show >> >> Showing controller: subgroups; dryml-tag: show-page where line # raised: >> >> undefined method `O' for #<#<Class:0x74c8128>:0x74c0c70> >> >> One example project is attached, it fails whenever trying to view >> 'Subgroups'. I cannot find any posts here with the same problem, yet I'm >> sure this could be a common problem. >> >> Hope you can help, it's driving me crazy! >> >> Problem aside, Hobo is brilliant, I love it :) >> >> Cheers, Anthony. > > -- > 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/-/12Kt3AqVJ80J. > > 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.
