I've now reproduced this with the 'Agile' example, seeing the same error when viewing a user via the user tab (i.e.
).
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
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.