1

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:insync_app' vmc-0.4.4/lib/vmc/cli/app/push.rb:80:in push' mothership-0.3.4/lib/mothership/base.rb:61:inrun' 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:incall' 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:inwith_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:ininstance_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:ininstance_exec' Mothership-0.3.4/lib/mothership/ command.rb:82:in invoke' mothership-0.3.4/lib/mothership/base.rb:50:inexecute' vmc-0.4.4/lib/vmc/cli.rb:106:in execute' mothership-0.3.4/lib/mothership.rb:45:instart' vmc-0.4.4/bin/vmc:11:in <top (required)>' ruby-1.9.2-p290@main1.9/bin/vmc:23:inload' ruby​​-1.9.2-p290 @main1.9/bin/vmc:23:in `'

4

1 に答える 1

1

vmc 0.4.x で問題が発生した場合は、レガシー バージョン (0.3.23) をインストールすることをお勧めします。0.4.4 を完全に削除するか、次の構文を使用して特定のバージョン (この場合は 0.3.23) を呼び出すことができます。

vmc _0.3.23_ <command>
于 2012-12-07T08:59:58.307 に答える