I am LOVING autotest for Rails.

First, install ZenTest (sudo gem install zentest). Then go into your rails directory and run “autotest -rails”.

Then, whenever you make a change to any files, the appropriate tests get ran automatically.

It’s AWESOME.

See a movie of it in action

Sorry, comments are closed for this article.