Hi Tom

As I was trying to move to edge - hobo I got this error

NoMethodError in Front#index

Showing app/views/front/index.dryml where line #1 raised:

You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.<<

Extracted source (around line #1):

1: <page title="Home">
2:
3:   <body: class="front-page"/>
4:

Application Trace | Framework Trace | Full Trace

/Library/Ruby/Gems/1.8/gems/actionpack-2.2.2/lib/action_view/helpers/ 
text_helper.rb:42:in `concat'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/ 
template_environment.rb:339:in `_tag_context'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/ 
template_environment.rb:259:in `new_context'
/Library/Ruby/Gems/1.8/gems/hobo-0.8.5/lib/hobo/dryml/ 
template_environment.rb:339:in `_tag_context'
/Library/Ruby/Gems/1.8............


I stepped through the commits and found that it was introduced with  
this commit:

380883b9211a1232   DRYML -- updated ERB capture code for Rails 2.2  
compatibility

I don't know if it is specifice to my app or a general problem, but it  
seems to have been raised
by the front controller, where I have not done too much specific  
tweaking..

Thanx Roland





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