0
votes
1answer
34 views

Existing Heroku app and Github

I have an existing Rails app at heroku. I have a github account. I'd like to use the Github Mac app to view/commit changes and push back up to Heroku. Can this be done? Or can the Github Mac ...
0
votes
2answers
48 views

Building site on Heroku

I'm beginner on rails, heroku and git, but I've done all installation stuffs. I created two projects on heroku.com, but I don't know how to change them from my PC (the way I looked from help doesn't ...
0
votes
2answers
44 views

Heroku won't accept push due to submodule

I've created a PHP app on heroku, and I installed the sendgrid-php submodule. However, when I try to push it, this occurs: $ git push heroku Counting objects: 5, done. Delta compression using up to ...
0
votes
0answers
31 views

Error git clone and git pull

I'm try Clone project from heroku or git pull but always output this error. Connection to heroku.com closed by remote host. fatal: The remote end hung up unexpectedly any idea to resolved this ...
0
votes
1answer
23 views

Support Heroku webhook from github?

I can not find documentation about integration Heroku with github webhook. Github have Webhook service which allows rebuild application when you push new commit to github repository. Have Heroku ...
0
votes
1answer
29 views

how to sync database with a github and psql database using rails

This might sound as a noob question but I have a project that is using PSQL and Rails. It is hosted on heroku. My friend would like to help me with the development of this project. Let's say he ...
0
votes
0answers
18 views

Issue Working with Heroku for Facebook application

Error While Checking out code for Facebook Application Created By Heroku C:\Users\Virat>git clone git@heroku.com:vast-brook-2579.git Cloning into 'vast-brook-2579'... The authenticity of host ...
0
votes
2answers
49 views

how to fix my git push error? did I screw it up?

Up to this point, I had very few problems deploying my app. However, after a deployment tonight, I got an unfixable app error. So I did a rollback from v7 back to v4 from a week ago. The app worked ...
0
votes
2answers
21 views

rolling back a deployment on heroku then uploading another version without roll forward?

I rolled back my app on heroku from v7 to v4 (for example) which is a previous version from a week ago. Since v7 introduced some errors, I want to upload a completely new version. I tried to deploy ...
0
votes
1answer
56 views

Access problems with a rails app cloned from github that uses Heroku

I have cloned a project from GitHub, and now I can't run it locally. I get this error in the browser: Moped::Errors::ConnectionFailure at / Could not connect to any secondary or primary nodes for ...
0
votes
1answer
31 views

Commit heroku - Not a git repository error

I have cloned my app from heroku to my computer and have made changes. Now, I'm trying to commit this changes... I have logged in heroku by terminal and wrote: git commit -am "add widget" git push ...
1
vote
2answers
44 views

keep http authentication private in a public github repo?

I have a public Github repo for an app that I'd like to add authentication to. I plan to use basic http authentication, but this would require that I store the username and password in the ...
0
votes
1answer
60 views

How to install Python module living in a private Git repository in Heroku app?

I wrote a Python package packagename on my local workstation, it looks like this: packagename/ packagename/setup.py packagename/modulename.py I installed packagename from a virtualenv with this ...
1
vote
1answer
83 views

git push heroku hangs

Disclaimer: I am a noob. I am learning ruby using the http://ruby.railstutorial.org/ and until two days ago everything worked fine. I am not sure exactly what went wrong but i am not able to push ...
0
votes
1answer
40 views

Difficulties pushing application to Heroku

I am unable to push my Django application to Heroku from github. I have already synced the files inside the App directory. After that I followed this procedure given in this cloning your git repo ...
0
votes
0answers
82 views

Heroku Page not Found Error after Deploy

EDIT -- Just cleared the cache an everything worked out fine again. Thanks for those who stopped by to read :) So I launched a site last night in heroku and when I deployed a new commit I got some ...
0
votes
1answer
402 views

Can not push to Github getting “Connection reset by peer” error

I have a simple rails test app and have been pushing commits to github w/o a problem. I went to setup w/ heroku, (created the app, loaded up ssh keys) and when I went back to push changes to github ...
0
votes
1answer
133 views

Rails: Populate Heroku database with development.sqlite3 data

I would not ask this if my peculiar case had already been answered on this forum so please pardon my re-asking. I have a rails app which uses an sqlite3 database for development and it already ...
0
votes
1answer
68 views

Getting error when trying to git push to remote branch (Heroku)

Hi I tried to push my local changes to heroku production but I am getting the following error Zhens-MacBook-Pro:Dailymuses-Server-Side zaikshev88$ git push heroku-production master:master To ...
1
vote
3answers
74 views

heroku and github at the same time

So I understand that heroku functions as a git repository, but let's say i want to use github as well as a repository. How do I set it up such that I have two repositories and both are in sync?
0
votes
1answer
73 views

Flask, Heroku and Github Dependencies/File Structure

Quite a beginner at the whole flask/heroku/github business, but been using python for several years now and had experience with tortoise SVN. I have been following the tutorial on how to push code to ...
0
votes
1answer
82 views

heroku deploy app (toto blog) don't work

hy i'm trying to deploy a toto blog on heroku system. this is the guide: site i have a error when i deploy. can you help me? thanks cristiano@ubuntu64bit1204:~$ git clone ...
2
votes
1answer
55 views

Deploying Code to Heroku (Issues?)

https://devcenter.heroku.com/articles/python When i'm trying to deploy my code through $ git push heroku master i get an error: Warning: Permanently added the RSA host key for IP address ...
2
votes
2answers
989 views

Git Heroku Permission Denied Public Key (after adding public key)

I'm on Windows 7 64-bit. I'm using the latest Heroku Toolbelt and the GitHub Windows App (downloaded two days ago). Two days ago everything was perfect. I installed PHP and Apache, and suddenly ...
0
votes
2answers
362 views

git push heroku master: Heroku push rejected, no Cedar-supported app detected

I tried running: $ git push heroku master ----- Total 7121 (delta 2300), reused 6879 (delta 2228) ! Heroku push rejected, no Cedar-supported app detected To ...
0
votes
1answer
46 views

Deploying Rails Apps to heroku from multiple PC

I am Rails newbie and learning to build rails apps. First time I deploy from my home PC and then everything just fine, then I want to work on the apps and deploy from my laptop and work PC, but it ...
0
votes
2answers
31 views

Git. Deploy subcatalogs, it is realy?

I have directory: Folder/, this is repository on github. In this directory exist another directory: Folder/Site/. I need deploy Site/ to Heroku or VPS. I dont want creating new repository in ...
0
votes
2answers
100 views

https://github.com/twilio/hurl and Heroku

https://github.com/twilio/hurl I can't achieve the running server on Heroku by the steps from the readme file. steps I did: git clone git://github.com/twilio/hurl cd hurl gem install bundler bundle ...
0
votes
1answer
97 views

Clone a github app to heroku

I'm a newbie and i want to clone an app from github to heroku. I tried this command heroku git:clone git@github.com:[Creator]/[APPname].git [HerokuappDirectory] But i get Resource Not Found.
0
votes
1answer
50 views

Include second independent repo in heroku app?

I have two repos: Web app (nodejs, but could be Rails, etc.) and Web site (static content html/css/js). Heroku hosts the Web app, runs at e.g. www.example.com. Lots of dynamic content there e.g. ...
0
votes
2answers
29 views

Heroku is it possible to add git repository to github?

Is it possible to add heroku git repository to github? Example I have a Heroku git: git@heroku.com:myapp.git Can I somehow add this to github? So I can see want files are on the server and follow ...
1
vote
1answer
41 views

Heroku push gives unable to read error message

I have some issues with pushing to Heroku. When ever I try to push my application I get the error fatal: unable to read {sha1 value}. The stacktrace is as following: git push heroku master Counting ...
1
vote
1answer
48 views

How to Push to Heroku From Personal Server?

I've recently set up bare, shared repository on a personal server and would like to push to heroku directly from there -- that is, NOT use github. I guess I'm not sure I understand every part of the ...
1
vote
1answer
47 views

django-templated-email doen't works on heroku

I've installed succesfully https://github.com/bradwhittington/django-templated-email.git, and it works smoothly on my local server, but, when I upload my app to a heroku repo that I have, when it ...
0
votes
1answer
261 views

git push heroku master w/ error: failed to push some refs to 'git@heroku.com:floating-woodland-1763.git' [duplicate]

Possible Duplicate: Heroku, Rails 3 and sqlite3 I am using a Centos 6.3 OS and I am having trouble pushing my application to heroku using Git What I type in: git push heroku master What ...
0
votes
1answer
48 views

git push heroku and errors

I want to push my rails application to heroku when I use git push heroku I got this error also my app in heroku not change at all. I use rails 3.27 cannot load such file -- uglifier (in ...
2
votes
1answer
134 views

How push Git sub-directory to heroku?

On github I have a Rails app in a sub-directory of a directory, github.com/sadaf2605/directory/subdirectory/{rails app}. When I try to push this app to Heroku I get an error: ! Heroku push ...
0
votes
1answer
70 views

Git - all my new features disappeared from the project

I wanted to push the new features which I made into the new the new branche. When I was done, I created the new branch, added new files (git add .), committed it (commit -am 'new data') and pushed it ...
1
vote
3answers
100 views

“github” and “git heroku” easy way to keep both

Until now I used svn as source control. At this time I have started a new project and it is stored on gitHub. Issue is that Heroku and GitHub, both use git. First one to publish app and second one ...
-2
votes
1answer
33 views

github to heroku…Alreay exsistent application

I want to push my rails application from github to heroku. I have deployed my application on github and i have its url. I dont know how to deploy on heroku an application which already exists on ...
4
votes
2answers
149 views

Github, how to debug “failed to refresh the working directory”

I am using the newest GitHub for windows, and this occasionally happen always suggesting I debug the repo in shell. I am looking to learn how to do this debug Is there any source that explains all (or ...
1
vote
1answer
60 views

trying to deploy app to heroku recieving error everytime

i am currently trying to deploy an app to heroku https://github.com/Shopify/dashing/wiki/How-to%3A-Deploy-to-Heroku I am following these instructions exactly bundle install git init git add . git ...
0
votes
1answer
11 views

heroku - choose environment to run migrations?

I have set up a qa area in heroku. For my regular area, for migrations I use: heroku run rake db:migrate What do I use for my qa server?
1
vote
1answer
85 views

How to hide SQL username and passwords from Github if using AppHarbor/Heroku to deploy?

Basically, I push code to Github and then AppHarbor/Heroku has a hook that builds from the latest commit. If I .gitignore the file itself, AppHarbor/Heroku can't have the built application connect to ...
3
votes
2answers
2k views

Deploying to Heroku using git on bitbucket

I want to host my source on bitbucket using git because I obviously get a free private repo and I want to host my app on heroku using the source code from bitbucket. Can i do it using the github ...
1
vote
2answers
93 views

Can Heroku work as version control?

I am working with this school project (webapp in RoR) in group of 10 and we get into this fight. One says we should use Heroku as our web host because it does version control with git. The other ...
5
votes
2answers
870 views

Heroku pull private github repository

I have tryed different approaches to use a Github private repository reference in a Rails application Gemfile. 1) Gemfile: gem 'my_gem', :git => ...
0
votes
1answer
45 views

github: retaining imgs uploaded using paperclip when pushing an update

I'm currently testing in staging environment (heroku) where I have testers uploading imgs for their profiles using paperclip. However, whenever I do a git push to heroku to update the site (not ...
1
vote
2answers
98 views

SSL, Github, and Heroku — is pushing secure?

I just bought an SSL certificate for my Heroku-deployed app. Following their instructions, I downloaded the certificate and private key, saved them in server.crt and server.key files (with some ...
1
vote
1answer
658 views

Linking heroku app to a private(organization) github repo

Working on local, pushing changes to Heroku works and the app works as expected. However I am having trouble linking heroku app to a private repo on Github. Current configuration looks something ...

1 2 3