Pregunta

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.

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top