开发者

Delete Rails app?

开发者 https://www.devze.com 2023-03-24 15:18 出处:网络
Because I am an idiot, I a开发者_如何学Cccidentally installed a rails app in root on my Linux installation. In addition to this just sounding awful, trying to make any others anywhere else results in

Because I am an idiot, I a开发者_如何学Cccidentally installed a rails app in root on my Linux installation. In addition to this just sounding awful, trying to make any others anywhere else results in Rails telling me I can't make an app on a subdirectory of another app. I've already manually deleted the app files, but I see this isn't enough. How do I convince Rails I really didn't want it to be there?


Fittingly, I don't have enough reputation to answer this question myself, but my own ineptitude reveals that there were simply more files left to delete that I missed.


Look for a .git directory in your root, if it belongs to the rails app, kill it.

0

精彩评论

暂无评论...
验证码 换一张
取 消