Question

Due to client requirements, I need to get Ruby on Rails working on IIS7. I'd like to hear recommendations which version of Ruby to choose (IronRuby vs. Ruby) and the best approach for using IIS7 (ISAPI Rewrite, IronRuby.Rack, FastCGI). Also, what is the reliability of the above options. I've never done this on a Windows environment using IIS, so any help would be appreciated.

Was it helpful?

Solution

I would go with FastCGI. IronRuby.Rack is not in production mode yet.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top