Category Archives: Rails

Monitoring Rails’ log output while using Mongrel

If you install the Mongrel web server for Ruby, Rails is smart enough to start using it by default when you invoke script/server. However neither script/server nor mongrel_rails start (the recommended way to invoke Mongrel for a Rails project) will tail the rails logfile at log/development.log and give you the debug output you are accustomed [...]