This is almost definitely a Rails bug. Haml doesn't have anything to do with partial-rendering.
On Mon, Mar 29, 2010 at 5:38 PM, tcc <[email protected]> wrote: > 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] <haml%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/haml?hl=en. > > -- 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.
