Ruby on Rails on IIS7
Due to client requirements, I need to get Ruby on Rails working on IIS7. I'd like to he开发者_开发技巧ar 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.
I would go with FastCGI. IronRuby.Rack is not in production mode yet.
精彩评论