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
my personal blog about entrepreneurship and tech stuff
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
Previous post: Neat new tool: Validator 1.1
Next post: Re-ReCSS
Comments on this entry are closed.