Top "Heroku" questions

Heroku is a cloud platform for Ruby, Node.

How to view remote Git revision on Heroku

For deploying to Heroku, I use git push heroku master. But how do I see which revision I pushed up …

git heroku git-remote
How to specify a port number for pm2

I'm trying to use pm2 to manage a node.js cluster pm2 start . -i 3 I'm currently running the app on …

node.js heroku pm2
Heroku Postgres - terminate hung query (idle in transaction)

I'm using Heroku with the Crane Postgres option and I was running a query on the database from my local …

postgresql heroku
Is it possible to upload a simple html and javascript file structure to heroku?

I'm trying to deploy an open source project of mine to heroku, it is by necessity very simple with just …

javascript heroku
Why are my basic Heroku apps taking two seconds to load?

I created two very simple Heroku apps to test out the service, but it's often taking several seconds to load …

ruby performance heroku
How do you write a case insensitive query for both MySQL and Postgres?

I'm running a MySQL database locally for development, but deploying to Heroku which uses Postgres. Heroku handles almost everything, but …

mysql ruby-on-rails database postgresql heroku
Heroku Database Connection Properties

I'm trying to perform a relatively trivial task: I want to connect to a Heroku database. I have created the …

heroku heroku-postgres
Understanding Heroku server status 143

I'm wondering about Heroku server status and can't find any documentation about this topic. Example: Process exited with status 143 Can …

heroku deployment server-side
Heroku File Storage

Heroku only has 100MB of file storage, right? I'm making a low-level rails app and I really like Heroku, but …

heroku file-storage
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 …

git heroku github bitbucket heroku-toolbelt