Archive for November, 2009
How to See Your Running Rails Log in Passenger?
When someone switches over from script/server to Passenger when starting with Ruby on Rails one of the biggest things that they miss is seeing the log output in Terminal. But it’s not too hard to get back.
Open a New Tab in Terminal
In Terminal, At the root of you rails project type: tail -f log/development.log
Leave this [...]

