From: Dejan Dimic Date: 2008-12-23T17:06:45+09:00 Subject: Re: Problem running simple rail application On Dec 23, 8:22 am, Vikas Gholap wrote: > Hello to all , please Give me solution.............. > 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 > > > >

<%=@welcome_message %>

> > > > 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 viahttp://www.ruby-forum.com/. I have repeat your steps exactly as you presented them and everything is working fine as expected, unlike in your case. There is something missing in your presentation. You have to give us more details to be able to help you with this unexpected behavior.