Sunday, February 04, 2007

Tailing a log

To tail a log file during tests of a Rails application, you can try "tail -f logs/test.log". If you do a "rake" of your project, this will show the beginning and rollback of various transactions against the test database.

No comments: