LoginSignup
0
0

More than 3 years have passed since last update.

アプリの一括削除

Posted at

初めに

アプリケーションを作成している際に、DBに何かのエラーが出たが解決できず、一度全て削除し、再作成を試みました。

1.アプリケーションフォルダ内でDBの削除

$ rails db:drop

2.一つ上のフォルダに移動し、アプリの削除

$ cd ..
$ rm -rf [削除したいアプリ名]

以上です。

     

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0