rubyonrailsin

A Ruby and Rails talk

Thursday, March 25, 2010


[Rails] Rails 3.0 + haml render partial ActionView::MissingTemplate

by rubyonrailsin 0 comments

Tag


Share this post:
Design Float
StumbleUpon
Reddit

I'm upgrading one of my apps to rails 3.0

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 "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment

Subscribe feeds via e-mail

Blog Archive