Git

2009-09-21 Thread Nemrah
Hi i installed ruby m rubygems , git and the heroku gem. I was following all the steps described in the docs sections of Heroku when i walked into this error : fatal: 'heroku' does not appear to be a git repository fatal: The remote end hung up unexpectedly , i got it after typing the git push

Big Privacy Issues

2009-09-21 Thread John Spitz
First of all, I love Heroku. However, I'm starting to get a little wary of the fact that there are no privacy statements on their website. There is nothing to stop them from stealing your code and doing whatever they want to with it. Now I'd like to trust them, but just because they are

how to manage multiple (heroku) user accounts on one computer and change the user in an (heroku) application

2009-09-21 Thread mtin79
hey out there, i need to manage several heroku accounts and also different applications which i sometimes need to switch my user information on application basis. EXAMPLE: i created an app with one heroku user account name. then i should switch to another user (i want to share the application

Re: Problems with initial push

2009-09-21 Thread Seyed Razavi
Noone can help with this? :( 2009/9/12 Sid monk...@gmail.com: Hi, I'm having some problems getting started with heroku. After solving the many issues with getting the SSH key working I've got this now: D:\Projects\APgit push heroku master The server's host key is not cached in the

asks for Enter passphrase for key '/home/my name/.ssh/id_rsa': - need help

2009-09-21 Thread sameera
Hi, this is the first time I'm using heroku and i'm using a free account I followed your user guide and when I'm give the following command git push heroku master it prompts me the following Enter passphrase for key '/home/my name/.ssh/id_rsa': what should i do, coz I have no idea where to

Problems with initial push

2009-09-21 Thread Sid
Hi, I'm having some problems getting started with heroku. After solving the many issues with getting the SSH key working I've got this now: D:\Projects\APgit push heroku master The server's host key is not cached in the registry. You have no guarantee that the server is the computer you think

privacy questions

2009-09-21 Thread John Spitz
Hey all- Not sure where my previous message went (maybe it was moderated as spam). I'm really curious about Heroku's privacy policy, and what is preventing them from using your uploaded code for their own projects. This is a real issue, and I'm curious how it's being addressed. Some providers

shows buffer error when run rake gems:install for missing gems

2009-09-21 Thread sravi
Hi all, Iam new to Heroku and git.I deplyoing ruby on rails code to heroku through git in windows XP.Iam following the article. http://wiki.devchix.com/index.php?title=Server_2003 all working fine but at the end when i run rake heroku rake db:migrate .It showing error like this. Missing these

Re: Protecting your production environment

2009-09-21 Thread John Spitz
On the topic of safety, why isn't heroku publishing my post asking whether they sign NDAs agreeing to not look at or steal your code? I think that's something that affects everybody, but for some reason the topic is being moderated out of there. I want to trust them, but the fact that they

Re: Git

2009-09-21 Thread Nick Quaranto
Did you create a heroku app with `heroku create` ? Also, you should be able to see the git remote url if you login to your account at http://heroku.comand click on the app name. Then you should just be able to do `git remote add heroku [git url]` and then push away. -Nick On Wed, Sep 9, 2009 at

Re: shows buffer error when run rake gems:install for missing gems

2009-09-21 Thread Nick Quaranto
It looks like you've got config.gem calendar_date_select somewhere in one of your environment files: config/environment.rb, or config/environments/production.rb. If you no longer need that gem, I would delete that line from there. If you don't understand what's going on here with gem dependencies

Re: Git

2009-09-21 Thread Thomas Sullivan
Try searching google for heroku on a proxy. I'm on the phone now otherwise I'd link it. On Sep 9, 2009, at 9:32 AM, Nemrah harmenh...@gmail.com wrote: Hi i installed ruby m rubygems , git and the heroku gem. I was following all the steps described in the docs sections of Heroku when i

Re: Git

2009-09-21 Thread Keenan Brock
(on phone and winging this. Ping if it isnt working) If you are in the rails directory type: git remote -v That will say where you are hooked up Hopefully you will see an origin or heroku If so, try again If not: Find out your git url: heroku list heroku info --app app name Find the git:

Re: Problems with initial push

2009-09-21 Thread Ed Jones
Sid, Oh lucky you, the windows heorku installation! Have you made any progress? All I can find in my notes is that I put in: ssh-keygen -C my_email_address -t rsa I also used info following from this post: http://www.sarahmei.com/blog/2009/05/24/using-heroku-on-windows/ Some more here:

Re: Problems with initial push

2009-09-21 Thread Ed Jones
Second try: Sid, lucky you! Did you resolve it? Here's some of my experience: http://groups.google.com/group/heroku/browse_thread/thread/5af4010b119e8565 ed On Sep 12, 8:01 am, Sid monk...@gmail.com wrote: Hi, I'm having some problems getting started with heroku. After solving the many

Re: how to manage multiple (heroku) user accounts on one computer and change the user in an (heroku) application

2009-09-21 Thread Paul Cortens
The Heroku gem looks up your login details in ~/.heroku/credentials. I made a fork (github.com/thoughtless/heroku) that lets you specify an alternative path with the --cred option. That might do what you want. Use it at your own risk. Paul On Sep 17, 10:00 am, mtin79 mti...@googlemail.com

Re: how to manage multiple (heroku) user accounts on one computer and change the user in an (heroku) application

2009-09-21 Thread tagcow
I wrote a simple shell function that would switch the credential files out based on the user that I wanted to use. Put this in your bash_profile. function hset() { ln -s ~/.dotfiles/heroku/credentials_$1 ~/.heroku/credentials } I store all of my alternative credential files in my

Re: Big Privacy Issues

2009-09-21 Thread Oren Teich
We have utmost respect for your code and applications. We will never share, abuse, etc your information. you're right, we don't have a privacy policy. It's on our todo list - and it's very high. It's so important to us that we're not willing to put up with the usual lawyer drivel, we

Re: Protecting your production environment

2009-09-21 Thread Oren Teich
John, No evil intent. As a spam protection, new users need to have their first post approved. We only check the queue once a day, so it took a few hours from the time your first posted to when it came out. The only moderation we perform on this forum is for spam. All content is passed