1

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.

jmlumpkin
  • 197
  • 1
  • 2
  • 10

3 Answers3

1

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

Yaroslav
  • 171
  • 1
  • 3
0

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: https://stackoverflow.com/questions/164896/limitations-in-running-ruby-rails-on-windows

Kedare
  • 1,766
  • 4
  • 20
  • 36
  • 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
0

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.

Michael Graff
  • 6,588
  • 1
  • 23
  • 36
  • 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 06 '10 at 13:17