There aren't server in the script folder

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…

Can you help me?

Thanks.

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…

Can you help me?

Any chance you are using Rails 3? If so…

rails server
rails generate …
etc…

Philip H. wrote in post #976035:

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…

Can you help me?

Any chance you are using Rails 3? If so…

rails server
rails generate …
etc…

However, if you are using Rails 3, please find a Rails 3 tutorial (
http://www.railstutorial.org is excellent).

Best,

Marnen Laibow-Koser
http://www.marnen.org
[email protected]

Yes,
But the problems was with the rails server, that I hadn’t got
libmysql.dll, after I copy that it works.
Thanks

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