How to reclaim the development log window in mod_rails

Using Phusion Passenger, aka mod_rails, in development mode is pretty neat, but you do lose the instant feedback of the mongrel log window.

I haven’t worked out how to get it back into the normal shell window just yet, but using xterm does basically the same job here’s the shell command.

tail -f log/development.log

Leave a Reply

You must be logged in to post a comment.