On 19 January 2011 15:56, branni <[email protected]> wrote: > Hi, > > I would like to run ruby on rails in windows. I have watched some > tutorial but I haven't got any answer for this. > After, I create a new app in the projectfolder/script folder only > contains rails file, there aren't other file like server,generate...
I guess you are using Rails 3, in which case you need to follow examples and tutorials for Rails 3 which uses 'rails server' for example rather than 'script/server'. Colin -- 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.

