Am 27.11.2011 19:26, schrieb Jason Hsu, Mr. Swift Linux: > For the life of me, I can't get autotest to work. I should note that > I am not using RVM, because I couldn't get it to work. I'm doing my > development in VirtualBox so I can seamlessly switch from one setup to > another.
Not really an answer to your question, but did you thought about using guard to get similar behaviour? Additionaly you could use guard-rails to automatically restart the server when ever it is needed. You can get guard itself from github: <https://github.com/guard/guard> Also there is a growing list of guardscripts: <https://github.com/guard/guard/wiki/List-of-available-Guards> A list of scripts I often use: guard-rails: <https://github.com/guard/guard/wiki/List-of-available-Guards> guard-rspec: <https://github.com/guard/guard-rspec> guard-cucumber: <https://github.com/guard/guard-cucumber> But probably you'll find your own combination of scripts in the list above? Only thing I miss, would be conditional running of other guards. Actually it restarts the server if corresponding files where changed, independent from the outcome of guard-cucumber and guard-rspec. Bye Norbert
signature.asc
Description: OpenPGP digital signature

