>How long does it take once the file is ftp to see the changes on the server ?
It will get updated directly at the same time. Also note that if you are modifying your app, you may need to kill dispatch.fcgi or restart the mongrel instance so the changes will take effect.
>Is going to my_app/log/production.log file the right place to see an app errors ?
Yes, if you are running your app in production mode, then errors are logged in production.log.
2007-12-15 11:23 AM