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 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -