Logs (both development and product) and server output not working rails 3
问题 the development.log in my application has never worked since the beginning of creating the application. I pull other projects from github, run them and the logs work perfectly fine. the SQL queries don't get logged to the server console either. I usually just see something like Started GET "/admins/queued_users/3" for 127.0.0.1 at 2011-07-29 15:16:46 -0700 Processing by Admins::QueuedUsersController#show as HTML Parameters: {"id"=>"3"} Rendered admins/queued_users/show.html.erb within layouts