Re: [Rails] not able to start my first RoR project

2010-10-08 Thread Maksim Gudovsikov
Am 08.10.2010 09:17, schrieb Premanshu Mishra: > C:\ruby\bin\newproj>ruby script/server > output is: ruby: No such file or directory -- script/server (LoadError) > > C:\ruby\bin\newproj>ruby script\server > output is : ruby: No such file or directory -- script/server (LoadError) > > Is it becaus

Re: [Rails] not able to start my first RoR project

2010-10-08 Thread rajeevsharma86
run "rails s" You are on rails 3 man please read the latest Docs On Fri, Oct 8, 2010 at 12:47 PM, Premanshu Mishra wrote: > Hi, > I have installed ruby 1.9.2, rails 3.0.0, mysql 5.1, Aptana Radrails, > Java, > On creating a new application using the below command line-- > C:\ruby\bin\newproj>rai

[Rails] not able to start my first RoR project

2010-10-08 Thread Premanshu Mishra
Hi, I have installed ruby 1.9.2, rails 3.0.0, mysql 5.1, Aptana Radrails, Java, On creating a new application using the below command line-- C:\ruby\bin\newproj>rails new newproj -d mysql I'm getting these: create create README create Rakefile create config.ru cre