正在进行更新
要解决这个问题,我只需将tasks / facebooker文件夹从venders / facebooker / lib /目录拖到lib中。迁移现在正在发挥作用。
我有一个经过全面测试的working Rails app,不会部署。它运行的facebooker并使用restful身份验证。
在Capistrano,我收到以下消息:
latest => /home/fogonthedowns/blog.justinzollars.com/releases/20100710053254
* executing "cd /home/fogonthedowns/blog.justinzollars.com/releases/20100710053254; rake RAILS_ENV=production db:migrate"
servers: ["blog.justinzollars.com"]
[blog.justinzollars.com] executing command
** [out :: blog.justinzollars.com] (in /home/fogonthedowns/blog.justinzollars.com/releases/20100710053254)
** [out :: blog.justinzollars.com] rake aborted!
** [out :: blog.justinzollars.com] no such file to load -- tasks/facebooker
** [out :: blog.justinzollars.com] /home/fogonthedowns/blog.justinzollars.com/releases/20100710053254/Rakefile:9
** [out :: blog.justinzollars.com] (See full trace by running task with --trace)
command finished
文件 tasks / facebooker 存在,(见下面的评论),为什么Capistrano不会完成此部署?
答案 0 :(得分:0)