为什么我们在命令 rake db:migrate 上收到错误
Rails Error: Unable to access log file. Please ensure that /home/mahaloo/mahaloo/releases/20120329200051/log/development.log exists and is chmod 0666. The log level has been raised to WARN and the output directed to STDERR until the problem is fixed.
rake aborted!
unable to open database file
Tasks: TOP => db:migrate
(See full trace by running task with --trace)
那里有什么问题。我尝试通过 capistrano 进行部署,我使用本教程设置 capistrano http://teachmetocode.com/screencasts/basic-deployment-with-capistrano/