重新生成虚拟应用程序

时间:2014-07-19 19:31:54

标签: ruby-on-rails plugins

好吧,有点开发插件(第一次),决定安装rspec,并在我的仓促中删除了包含'dummy'trail应用程序的测试目录。

假人没什么重要的,但我该如何重新生成呢?它真的消失了,没有提交它,垃圾桶也是空的。

starkers@ubuntu:~/rails4/my_plugin/spec$ rails new dummy --skip-unit-test

Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first.

1 个答案:

答案 0 :(得分:0)

尝试生成一个新的插件(位于不在my_plugin目录中的rails4目录中),例如rails plugin new scratch_plugin,然后从那里复制生成的虚拟导轨应用程序。

也许备份或提交您的代码,这样您就不会在实际工作中这样做;)