Windows environment has been traditionally treated as no-way for Ruby developers, especially when it comes to production. In the following article I will show how easy and efficient it could be setting up your Ruby environment in Windows for both development and production purposes using Helicon Zoo. And performance tests at the end of the article will show whether Windows system can be treated seriously as a production environment.
This article covers following topics:
- Installing development environment.
- Writing a simple application.
- Preparing your application for deployment.
- Deploying the application to the production server.
- Compare performance with Windows Server 2008 with IIS 7.5 and Ubuntu Linux with Apache and Nginx.