Open NathanielWroblewski opened 11 years ago
Prop up should clean up after itself if some destroy method is called. This needs to rake db:drop, delete the repo, delete the heroku remotes, and rm -rf #{app_name} from outside the app directory.
rake db:drop
rm -rf #{app_name}
Prop up should clean up after itself if some destroy method is called. This needs to
rake db:drop
, delete the repo, delete the heroku remotes, andrm -rf #{app_name}
from outside the app directory.