I'm starting to use Aptana Studio 3. I have a project on heroku and want to start working on it in Aptana. I have been unable to find any documentationn on how to do this. It seems that if I want to create a new project and then deploy it to heroku, that works (the deployment wizard requires that I give the project a name, but that shouldn't apply to an existing application).
I can create a Ruby project by pointing to the heroku git repository URI with the project creation wizard, but it doesn't let me deploy. I get the following message in the terminal:
[2015]: git push heroku master fatal: 'heroku' does not appear to be a git repository fatal: The remote end hung up unexpectedly
Any suggestions?