heroku console: ^C should clear, not exit.

2009-05-27 Thread Harry Vangberg
I'm repeatedly being caught off-guard in the Heroku console: ^C exits the console, while ^D does nothing. In practically every other console/shell/whatevz, including IRB, ^C clears the input line and ^D exits. --~--~-~--~~~---~--~~ You received this message

Re: How to push to existing app if local .git folder was deleted and recreated?

2009-05-27 Thread jawosis
Hi, I fixed my local git problems! However I still do not know how to deploy to an existing app different of the one my local git repository tries to update to. I would prefer to maintain the existing online app because it already has user content and I don't want to lose it. So, I am looking

Re: How to push to existing app if local .git folder was deleted and recreated?

2009-05-27 Thread jawosis
OK, I just had to edit the config file in the local .git folder changing the corresponding heroku app name On 27 Mai, 10:34, jawosis jochenke...@gmail.com wrote: Hi, I fixed my local git problems! However I still do not know how to deploy to an existing app different of the one my local

Re: heroku console: ^C should clear, not exit.

2009-05-27 Thread Harry Vangberg
Ha, that's weird. ^C clears on every system I've tried, including OS X. I didn't realize the heroku console was on GitHub, will take a look at it. 2009/5/27 Adam Wiggins a...@heroku.com: Ctrl-D does exit the Heroku console as long as you at the start of a line.  It's behavior is identical to

Re: heroku console: ^C should clear, not exit.

2009-05-27 Thread Adam Wiggins
On Wed, May 27, 2009 at 1:27 PM, Harry Vangberg ha...@vangberg.name wrote: I didn't realize the heroku console was on GitHub, will take a look at it. http://github.com/heroku/heroku/blob/85693066c72f86595f03ebeae338134b162639d8/lib/heroku/commands/app.rb#L115-128