What's that funky thing showing your SQL in the background?
@Matt: I think you're referring to "tailing the development log". It's a technique for watching what's getting written to the log in real time.
tail -f log/development.log
First sign in through GitHub to post a comment.
What's that funky thing showing your SQL in the background?
@Matt: I think you're referring to "tailing the development log". It's a technique for watching what's getting written to the log in real time.
tail -f log/development.log
First sign in through GitHub to post a comment.