Top "Heroku" questions

Heroku is a cloud platform for Ruby, Node.

heroku is giving me Method not allowed

Okay, so I've been on this problem for hours now with no idea how to solve this since I'm just …

node.js express heroku mlab
Deploying Yesod to Heroku, can't build statically

I'm very new to Yesod and I'm having trouble building Yesod statically so I can deploy to Heroku. I have …

linux haskell heroku static-linking yesod
What's the correct way to rename a heroku app?

Doesn't seem to be a way to do it from the command line, and when I do this from the …

heroku heroku-toolbelt
Make Heroku run non-master Git branch

I have a project hosted on Heroku and it's gotten to the point where I want to make an alternate …

git heroku
Redeploy Heroku app without code changes

I would like to deploy a Heroku app which will be done ideally using git push -u heroku master. However …

heroku
Any reason not use PostgreSQL's built-in full text search on Heroku?

I'm preparing to deploy a Rails app on Heroku that requires full text search. Up to now I've been running …

postgresql heroku solr full-text-search sphinx
how to show all console.log from node.js in heroku?

I have deployed a node.js application to node.js but not able to see the complete console.log statements …

node.js heroku nodemailer
Getting 'DatabaseOperations' object has no attribute 'geo_db_type' error when doing a syncdb

I'm attempting to run heroku run python manage.py syncdb on my GeoDjango app on Heroku, but I get the …

django heroku geodjango
How to point subdomain to a Heroku app, and root domain to another Heroku app?

I'm having trouble with routing a subdomain to a Wordpress blog hosted on Heroku, and the root domain to another …

heroku dns
PostgreSQL GROUP BY different from MySQL?

I've been migrating some of my MySQL queries to PostgreSQL to use Heroku. Most of my queries work fine, but …

sql mysql ruby-on-rails postgresql heroku