Tag Archives: Autotest

Malaysia.rb March 2008 Meetup

Spammed on several places: Google Groups Facebook FOSS-SM We have two presentations lined up for the night: 1. Gavin will provide a survey of different methods of handling missing references in various programming languages with emphasis on Scala. This stuff … Continue reading

Posted in Uncategorized | Tagged , , , , , , , | Leave a comment

Automatically Restart script/server For Easier Plugin Development with FSEvents

When developing a Rails plugin, you are required to restart the server so that your plugin will be reloaded. You’ll notice that after a while this becomes a rather tedious process, especially if you are working on a hot-off-the-press new … Continue reading

Posted in Uncategorized | Tagged , , | 1 Comment

Taming the autotest Beast with FSEvents

autotest is a great tool and all, but it is simply resource intensive. Due to autotest‘s implementation, it eats up CPU resources, not because the tests are always running (only after you modify your file), but because autotest continually polls … Continue reading

Posted in Uncategorized | Tagged , , , | Leave a comment