I am building my first rails 2 app and using xml builder for the first
time. After digging around I some builder tutorials, yay But I
have quickly run into a problem. When I name my file
title.xml.builder I get this error:
Template is missing
Missing template search/title.html.erb in view path /home/matt/aws/app/
views
and when I name my file title.rxml I get no output. If I have the
file named .html.erb I do get the output that is in the file. I have
require âbuilderâ in my controller. I am using apache with passanger,
and I am running in development environment. Just wondering if anyone
has some input?
I am building my first rails 2 app and using xml builder for the first
time. After digging around I some builder tutorials, yay But I
have quickly run into a problem. When I name my file
title.xml.builder I get this error:
Template is missing
Missing template search/title.html.erb in view path /home/matt/aws/app/
views
and when I name my file title.rxml I get no output. If I have the
file named .html.erb I do get the output that is in the file. I have
require âbuilderâ in my controller. I am using apache with passanger,
and I am running in development environment. Just wondering if anyone
has some input?