最新升级后在 vmc 推送上出现"undefined method 'changed?'"错误



升级到vmc 0.4.4后,我无法再在我的Sinatra应用程序上进行推送任何已知的修复?

崩溃时间: 2012-12-06 13:14:20 -0800

NoMethodError: 未定义的方法"已更改?

vmc-0.4.4/lib/vmc/cli/app/push/sync.rb:13:in display_changes' vmc-0.4.4/lib/vmc/cli/app/push.rb:89:in sync_app'vmc-0.4.4/lib/vmc/cli/app/push.rb:80:in push' mothership-0.3.4/lib/mothership/base.rb:61:in run'mothership-0.3.4/lib/mothership/command.rb:68:in block in invoke' manifests-vmc-plugin-0.4.17/lib/manifests-vmc-plugin/plugin.rb:113:in call'manifests-vmc-plugin-0.4.17/lib/manifests-vmc-plugin/plugin.rb:113:in block (2 levels) in <class:Manifests>' mothership-0.3.4/lib/mothership/callbacks.rb:74:in with_filters'manifests-vmc-plugin-0.4.17/lib/manifests-vmc-plugin/plugin.rb:112:in block in <class:Manifests>' mothership-0.3.4/lib/mothership/command.rb:78:in instance_exec'mothership-0.3.4/lib/mothership/command.rb:78:in block (2 levels) in invoke' mothership-0.3.4/lib/mothership/command.rb:82:in instance_exec'mothership-0.3.4/lib/mothership/command.rb:82:in invoke' mothership-0.3.4/lib/mothership/base.rb:50:in execute'vmc-0.4.4/lib/vmc/cli.rb:106:in execute' mothership-0.3.4/lib/mothership.rb:45:in start'vmc-0.4.4/bin/vmc:11:in <top (required)>' ruby-1.9.2-p290@main1.9/bin/vmc:23:in load'Ruby-1.9.2-p290@main1.9/bin/vmc:23:in ''

如果您在使用 vmc 0.4.x 时遇到任何问题,我建议您安装旧版本 (0.3.23)。您可以完全删除 0.4.4,也可以使用以下语法调用特定版本(在本例中为 0.3.23)。

vmc _0.3.23_ <command>

相关内容

  • 没有找到相关文章

最新更新