I developed a Rails application on Linux and it's about to launch, but my client's IT guys stopped it saying they want it to run on a Windows in-house server. I've never run a Rails application on Windows, but now I have to.
Questions:
- They will set up a dedicated Windows machine. Which is better, Windows Server 2003 or 2008?
- Do I use IIS web server? Is there any better option?
- I use Paperclip plugin with ImageMagick. What's the equivalent on Windows?
Do you any advice for me?