Opposite operation to "rails new"? -


rails new creates new rails application, entire rails directory structure. there opposite operation of rails new? command delete rails new created. or may have manually delete directory rails new generated?

rails destroy not option here. opposite of rails generate, destroys separate components of myapp not whole myapp/.

you can remove folder.

if you're on unix based system, use rm

rm -r your_rails_app 

rails not create files outside directory have remove folder.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -