简体   繁体   English

如何从计算机,heroku和github上完全删除rails项目上的ruby

[英]How to completely delete ruby on rails project from computer, heroku, and github

How do I completely delete a ruby on rails project from my computer, heroku, and github. 如何从我的计算机,heroku和github上完全删除rails项目上的ruby。 I know the obvious, delete the project file, delete the github repo, and delete the heroku app, but are there any smaller steps i need to do. 我知道显而易见的,删除项目文件,删除github repo,并删除heroku应用程序,但是我需要做任何较小的步骤。 I just wanna make sure that if i happen to make a new project with the same name as a project i deleted, there wouldnt be a conflict. 我只是想确保如果我碰巧创建一个与我删除的项目同名的新项目,那就不会有冲突。

You might also want to delete the database (the local version of it, on your computer). 您可能还想删除数据库(计算机上的本地版本)。 That's the only other thing. 这是唯一的另一件事。

If you used RVM or the like, it's also a good idea to delete the gemset or any gems installed specifically for your project. 如果您使用RVM等,那么删除gemset或专门为您的项目安装的任何gem也是一个好主意。 See http://rvm.io/gemsets/deleting . http://rvm.io/gemsets/deleting When I first started with RVM I created gem sets for everything - and always forgot to delete them when I deleted the project. 当我第一次使用RVM时,我为所有内容创建了gem集 - 当我删除项目时总是忘记删除它们。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM