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 because create script/server does not feature in the above list??
> I'm helpless....Plz help me start RoR....

Hi, in Rails 3 there is no more script/server. You can start your server
with 'ruby rails server' oder just 'ruby rails s'.

Good luck, Max.

-- 
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