Top "Heroku" questions

Heroku is a cloud platform for Ruby, Node.

How to see files and file structure on a deployed Heroku app

My client app that is deployed on Heroku allows the user to upload images onto Heroku. I wanted to test …

bash heroku
H14 error in heroku - "no web processes running"

error H14 happen while deploying to heroku this is my procfile: web: gunicorn -w 4 -b 0.0.0.0:$PORT -k gevent main:app …

python html django heroku web-deployment
.ssh/id_rsa failed: permission denied

I have been scanning the web/SO and read several permission denieds plea's for help I just cant find one …

git heroku ssh github ssh-keys
What is the proper way to use the node.js postgresql module?

I am writing a node.js app on Heroku and using the pg module. I can't figure out the "right" …

javascript postgresql node.js heroku
Recompile Heroku slug without push or config change

I'm wondering if there is a way to force Heroku to recompile the slug without pushing new commits and/or …

heroku
What text editor is available in Heroku bash shell?

I'm trying to update httpd.conf in my Cedar-based Heroku app. I got to my Heroku bash with heroku run …

heroku text-editor
How can I pull an existing heroku app to new location for development?

I currently have the latest version of my code on another computer that I want to develop from (Home computer …

heroku pull git-pull
What exactly is Heroku?

I just started learning Ruby on rails and I was wondering what Heroku really is? I know that its a …

heroku
Heroku code=H10 desc="App crashed" - Can't figure out why it's crashing

I've been searching around on this one for a while and can't find anything that seems to be applicable in …

heroku heroku-postgres
How do I clear stuck/stale Resque workers?

As you can see from the attached image, I've got a couple of workers that seem to be stuck. Those …

ruby-on-rails ruby-on-rails-3 heroku redis resque