Forum: RForum Help me : problem in running rails application

Posted by Vikas Gholap (vikas)
on 2008-12-23 08:07
Hello to all ,
I am new in ruby development, so please me, i am asking a very simple
query.

Problem :
I created a simple greeting application

1.  F:\RubyProjects>rails chapterone

2. F:\RubyProjects\chapterone>rails script/generate controller
greeting

3. after that  i edit greeting_controller.rb

class GreetingController < ApplicationController
       def index
               @welcome_message="Welcome to your first rail application"
       end
end


4. then i create a index.html.rb file in app/view/greeting folder

<html>
<body>
<h1><%=@welcome_message %></h1>
</body>
</html>

5. then i open browser http:\\localhost:3000/greeting

here i got a error

  -------------------------------
MissingSourceFile in GreetingController#index


So can any one suggest me , how to get out of this error.


Thank you,
Vikas Gholap.
Posted by Roger Pack (rogerdpack)
on 2009-01-06 02:57
may want to ask in the rails forum :)
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.