I don't quite understand why the new feature of partial rendering doesn't always kick in. Fore example whit this code:
= render(:partial => "pages/#{foo}/data")
it will never fallback to the partial pages/_data.html.erb if pages/test/_data.html.erb doesn't exists. How can i get this behavior?