Ruby Weekly is a weekly newsletter covering the latest Ruby and Rails news. Watchr is a continuous-testing tool by Martin Aumont in the vein of Autotest (part of the ZenTest package). At its heart, Watchr basically watches any (or all!) of your project's files, then executes arbitrary Ruby code of your choice when things change. Watchr configuration takes such a form: watch('pattern') { |match_da