After all of the macs i’ve purchased over the last few years breaking within 12-18 months, I decided to hold off before going through the whole thing again, so as a result for the past couple of years: I have used PCs.
I installed a version of InstantRails a while ago, and it sucked. The project folders were in the application bin directory, it required strange commandline quirks to work and due to using my work machine to develop, installing MySQL on the local machine was out of the question.
This last week I reinstalled with a newer copy of the application…
And it kicks some serious ass!!
Firstly you get a GUI interface to control the whole environment, from the Apache and MySQL instances, to the rails apps and Mongrel. The commandline works flawlessly now and for the database you get phpMyAdmin goodness.
I have IIS & SQL Enterprise Manager running on my work box which has a helper app running on port 80, causing apache to crash on startup, but since you have direct access to alter .conf files, I was able to painlessly switch apache to run on port 81.
If you’re cutting your rails on windows, this is the best and only option.