Egil
Egil

Reputation: 13

Rails3 on Windows

I am about to start a new site which needs to reside on a Windows server.
I have done Ruby development in the past and am therefore naturally very keen on using Rails for this project.

Is this a safe option as on Linux/Mac or should I stick to .NET as this is the native choice for the platform?

Also, what about IIS?

Upvotes: 1

Views: 167

Answers (1)

Fredrik Leijon
Fredrik Leijon

Reputation: 2802

It works fine, you should be able to use more or less the same kind of deployment scenario as on unix, only problem you might run into is installing gems that contains native (C most of the time) code.

Upvotes: 1

Related Questions