How to speed up Rails console on windows 7?
Is there a way to spee开发者_StackOverflowd up the Rails console on Windows 7?
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.
精彩评论