IIS7 上的 Ruby on Rails
由于客户要求,我需要让 Ruby on Rails 在 IIS7 上运行。我想听听关于选择哪个 Ruby 版本(IronRuby 与 Ruby)以及使用 IIS7 的最佳方法(ISAPI Rewrite、IronRuby.Rack、FastCGI)的建议。另外,上述选项的可靠性如何。我从未在 Windows 环境中使用 IIS 完成过此操作,因此我们将不胜感激。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会选择 FastCGI。 IronRuby.Rack 尚未进入生产模式。
I would go with FastCGI. IronRuby.Rack is not in production mode yet.