Just been going through a few pitfalls uprading, mainly related to
other plugins, and then got a NoMethodError from Hobo:

...
You might have expected an instance of Array.
The error occurred while evaluating nil.push
...

vendor/plugins/hobo/hobo/lib/hobo/dryml/template_handler.rb:100:in
`render_dryml'
vendor/plugins/hobo/hobo/lib/hobo/dryml/template_handler.rb:88:in
`render'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.0/lib/action_view/
template.rb:73:in `render_template'
/Library/Ruby/Gems/1.8/gems/actionpack-2.2.0/lib/action_view/base.rb:
250:in `render'
...

So I decided to hack a little..
changed line 100 in template_handler.rb to:

stack.push(self) if stack

 and line 112 to:

stack.pop if stack

...and it seems to be working. I have a feeling that it may not be the
best way around the problem though... Tom?



--~--~---------~--~----~------------~-------~--~----~
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