Hi All, 1. Adam had posted the heroku command on git before ( http://github.com/adamwiggins/heroku-client ) Maybe someone there can repost it?
2. I have created rake commands for most of what I do locally e.g. rake reload runs: rake db:reset ; rake db:migrate load:data I run heroku comands via rake e.g.: rake h:reload runs: heroku db:reset ; heroku rake db:migrate ; rake h:load:data FILE=samples/people if you went that route it would be quite easy to aggregate commands to simplify your workload. And it would give you a spot in the rake file to prompt --Keenan On Sep 15, 2009, at 4:45 AM, Neil wrote: > > At the very least I would expect some sort of "This is a live > environment - are you really, really sure you want to do this?" on the > app changing actions. (db:push, db:reset etc, similar to destroy) > > N > > > On Sep 11, 3:14 pm, Carl Anderson <[email protected]> wrote: >> That was something I was wondering as well. I've literally had >> nightmares >> about doing just that (am I alone?) >> >> Carl >> >> On Fri, Sep 11, 2009 at 4:03 AM, Neil <[email protected]> >> wrote: >> >>> I'm not sure if someone has already covered this, but although there >>> are loads of really handy features in the Heroku gem, some of the >>> functions that you can acheive are potentially very damaging to a >>> production environment and also very easy to do. >> >>> For instance, from what I've seen there is nothing to stop me from >>> doing a db:push to my live application - there's no sort of question >>> of confirmation etc. >> >>> Is this something that's planned or is it something I've just not >>> seen? >> >> > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en -~----------~----~----~----~------~----~------~--~---
