I have seen a few places ( one example ) that there are newer speed improvements in IIS 7 on Windows 2008. While I know we would see possibly more power running ruby on rails under a Linux machine, the requirements depend on me using Windows.

I was wondering if anyone knew the best setup for Ruby/Rails in a Windows environment. This machine will mainly be running a redmine.org instance.

link|improve this question
feedback

3 Answers

up vote 0 down vote accepted

I don't recommend running RoR on Windows for production, ruby has performances issues on Windows, and a lot of gems will not work....

Take a look at this thread: http://stackoverflow.com/questions/164896/limitations-in-running-ruby-rails-on-windows

link|improve this answer
I usually wouldn't run it on Windows for so many different reasons, but this was part of the requirements due to some other software. Thank you for your link. – jmlumpkin Apr 26 '10 at 13:11
feedback

It is probably a little late, but consider using Helicon Zoo to run Ruby on Rails onder IIS 7 and IIS 7.5

link|improve this answer
feedback

Instant Rails is what I used in my 3 hours of windows-based rails development. Note that IIS would only be used for SOME of the serving, not all of it, I think.

link|improve this answer
Do you have a link talking about the 'IIS only being used for some serving'? Thanks for the link, I already was using something like this, but called Bitnami. – jmlumpkin Jan 6 '10 at 13:17
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.