From: Boris Vom grund Date: 2010-07-18T21:44:52+09:00 Subject: Template is missing statement Hi folks. Listen I got a problem. Just starts wirth ruby. Everything is installed and when I check the lacalhost Site, evrything is running well So I start doing an new application named say. I got a class Say Controller saved: demo/app/controllers/say_controller.rb class SayController < ApplicationController def hello end end and a html.erb Gespeichert : demo/app/views/say/hello.html.erb Hello, Rails!

Hello from Rails!

In the website output : Missing template demo/app/views/say/hello.rhtml What can I do??? -- Posted via http://www.ruby-forum.com/.