Rails beginner
Rails beginner

Reputation: 14514

How to speed up Rails console on windows 7?

Is there a way to speed up the Rails console on Windows 7?

Upvotes: 3

Views: 559

Answers (1)

Kir
Kir

Reputation: 8111

You can install VirtualBox with any OS, for example Ubuntu Server 10.04 LTS and deploy your Rails app in this sandbox. In this way, you will have full unix environment, very close to server environment.

Upvotes: 1

Related Questions