> Nope, it doesn't. render :template => 'path/to/template.html.erb' > works, but then if there are any HTML partials, or an HTML layout, it > can't find them.
I think this is the real problem. Your initial render should set the mime type for all renders to follow (with the exception that js renders should look for html as they need for partials). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
