Back
[Rails] script/log
Other·Calvin Correli·Feb 11, 2006· 1 minutes

I use this handy little script to open up the Rails log file for a project in Console.app:

#!/bin/bash
open -a console log/${1:-development}.log