Dark David wrote:
> Thorsten Mueller wrote:
>> it's as simple as the message tells you, the file greeting.html.erb
>> in folder C:/Documents and
>> Settings/Me/Desktop/rubydev/hello/app/views
>> is missing.
>> 
>> this should contain the html/erb code to display your data
>> for simple testing/make it run, you can just place an empty file with 
>> the name there or put some simple html in it like:
>> 
>> <h1>Greeting</h1>
>> 
>> that's all to it, you should see the content of the file in your browser
> 
> Hi, I am also new to Ruby on Rails and html....after reading your 
> comment i now know that i need to create a html.erb file but my question 
> is how do i create an html.erb file???? using notepad??? Do i jus type 
> (da file name) followed by html.erb??? I've tried dis but it still says 
> "Template is Missing"
> 
> Thanks and hope 2 hear 4m u soon!

It's just a text file.  You create it in a text editor, the same way 
you'd create a plain HTML file for a static website.

A thought: if you don't know how to create static Web pages, then you're 
not ready to
start working with Rails (or any other Web programming framework) quite 
yet.  Learn HTML first, then come back.

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]


-- 
Posted via http://www.ruby-forum.com/.

-- 
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 [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-talk?hl=en.

Reply via email to