Re: How to fetch database from heroku to local system?

2009-03-06 Thread GreenAsJade
On Mar 4, 2:27 am, MAwiniarski mawiniar...@gmail.com wrote: Greetings, Having app deployed on Heroku, how to fetch database data so to have backup locally? 1) Dump the data using heroku rake db:data:dump 2) follow the instructions in the docs page for pulling down the code. The data

Re: How to fetch database from heroku to local system?

2009-03-06 Thread GreenAsJade
Oops, no, that doesn't work. I _thought_ it worked before, but I may be confused with heroku garden, sorry about that. I will be interested, now, what the right answer is! GaJ On Mar 7, 7:42 am, GreenAsJade martin.jg.greg...@gmail.com wrote: On Mar 4, 2:27 am, MAwiniarski

Re: New App on Heroku not working

2009-03-06 Thread GreenAsJade
So - Heroku is in production mode. I think this means that any config you want to do, you have to do in production.rb, not development.rb. I'm even thinking that if I'm going to be developing for heroku, I might just put all config in environment.rb, since you can't control the mode anyhow...

Re: password on keys?

2009-03-06 Thread Keenan Brock
I believe ssh/the OS is the one that asks for the private key password. Not Heroku ssh-agent helps you only enter your password once for the current terminal session --Keenan On Mar 6, 2009, at 5:05 PM, GreenAsJade martin.jg.greg...@gmail.com wrote: I have a password on my ssh key.