I'm upgrading one of my apps to rails 3.0; not sure if this is a haml
or rails 3.0 bug.

I get this error:
ActionView::MissingTemplate
Missing partial /layouts/header with {:formats=>nil} in view path

for:
= render :partial => "layouts/header"
the file is in views/layouts/header.

>From the error message, it looks like it appends an absolute path: "/
layouts/header"

Anyone has seem this problem when upgrading to rails 3.0 pre?

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" 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/haml?hl=en.

Reply via email to