Heroku (pronounced her-OH-koo) is a cloud platform for Ruby, Node.js, Clojure, Python, PHP and JVM-based (Java, Scala, etc.) applications that features a Git-based deployment strategy, a large number of services offered as add-ons, and a full API.

learn more… | top users | synonyms

5
votes
0answers
130 views

Install freetds on Heroku

I'm looking for a step by step guide, how to install freetds on Heroku. I need to access Sql Server from ruby script, and unfortunately Cedar doesn't support tinytds gem out of box. I've read whatever ...
5
votes
0answers
531 views

Infinite loop when running pre-built facebook app by Heroku

If you register a facebook app and using Heroku's service, it will generate a sample app to you, since from few days ago, infinite loop occurs and you have no way to interact with your app. I tried to ...
4
votes
0answers
223 views

The command heroku ssl says my domains have no certificate installed

I just want to say that this is not normally something I do, but I have been tasked with it recently... I have followed the heroku documentation for setting up SSL closely, but I am still ...
4
votes
0answers
89 views

Heroku restore snapshot XML Error

I am getting an XML error when I try and access the Heroku Postgres backup snapshot. I cant download it from the website and it will not restore! Is anyone else seeing this error downloading or ...
4
votes
0answers
106 views

Python/Heroku Facebook app infinite loop in my local environment

So I followed all the steps to create a Facebook/Heroku app, and it's working fine at http://lokalt.herokuapp.com/ I then set-up a local environment but it doesn't work that well, it basically ...
3
votes
0answers
39 views

What's the best way to invoke clojure worker threads on Heroku?

I'm currently just running the task through the scheduler. It runs for several minutes. I have no reason to think it is being shut down for running too long, but I'm wondering if it should be a ...
3
votes
0answers
100 views

git pre-receive hook declined with heroku

I've gotten myself into a mess with heroku. I'm deploying a Wordpress PHP app, and basically had a whole bunch of git repos in the theme directory, plus the parent theme which I cloned from a github ...
3
votes
0answers
159 views

Heroku celery background task

We have a simple task running with django-celery on Heroku. Something like: @task Simple_task(): for line in csv.reader(origin): process_line(line) process_line(line): fields = ...
3
votes
0answers
185 views

Resque and New relic

I've started getting strange errors with New Relic and resque INFO : Starting Agent shutdown ERROR : undefined method `write' for nil:NilClass: Unable to send data to parent process, please see ...
3
votes
0answers
731 views

Failing to push git to Heroku port 22: bad file number

After creating my rails project, pushing it into the GIT repo, was not able to push it to Heroku. When I run the command: git push heroku master I get this error: ssh: connect to host heroku.com ...
3
votes
0answers
105 views

Installing binaries on Heroku, specifically FontCustom

I'm building a web app on Heroku which will allow users to select n number of SVG icons, and package those icons into a font file for them. The core of the app is a project called FontCustom. Using a ...
3
votes
0answers
394 views

Why does Heroku think everything is up-to-date when it isn't?

On Heroku I have a production app and I know have a staging app: $ heroku list === My Apps testivate testivate-staging I have remotes for each: $ git remote -v heroku git@heroku.com:testivate.git ...
3
votes
0answers
171 views

Heroku syslog drain : too many tcp sessions

I set a logging drain on my Heroku app, to send logs to my other server. My rsyslogd well receive the logs from Heroku, but after few hours, rsyslog start to drop packets because too many TCP ...
3
votes
0answers
232 views

Celery creates multiple queues on RabbitMQ — Non-default queues have no consumers

I am using Django Celery with a RabbitMQ backend, all hosted on Heroku. From the Celery docs, it is clear that Celery is designed to create new queues for tasks. My problem is, when I go into my ...
3
votes
0answers
157 views

Using oink on Heroku by creating Hodel 3000 compliant logs

I am having a memory leak and am trying to track it down, therefore im trying to use oink on Heroku servers. Since Heroku does not provide log archives, im exporting them to Amazon S3 through the ...
3
votes
0answers
305 views

How do I troubleshoot an exit timeout of celeryd when running on Heroku (error R12)?

I'm running celeryd on a Heroku dyno. When I shut it down and it has previously processed (even completed) at least one task, it doesn't shut down properly and I'm getting an error R12 (exit timeout) ...
3
votes
0answers
61 views

Run Yard Server on Heroku

Is there a way to mount Yard (http://yardoc.org/guides/index.html) server on heroku ? I did not find anything in the doc that explains how to do it. Thanks a lot
3
votes
0answers
158 views

Rails 3 / Heroku / Memcached - Miss / Miss,store / Fresh

Good afternoon, I have got Memcached set up decently well in my Heroku app. However, there is some odd behaviour that makes me wonder whether or not I've got it set up correctly. When I visit a ...
3
votes
0answers
491 views

Sorcery error for Facebook login on Heroku

I'm using Noam Ben Ari's awesome gem Sorcery (https://github.com/NoamB/sorcery/) and there is an issue I can't figure out. Facebook login works fine on local server, but not on Heroku: ...
2
votes
0answers
41 views

heroku celery exceeding connection limit

I am using Django/Celery on Heroku with the CloudAMQP add-on. In my settings file if I set BROKER_POOL_LIMIT to any value other than None I quickly exceed my CloudAMQP connection limit of 6. I'm ...
2
votes
0answers
69 views

Cannot connect to heroku postgres database using Netbeans

I am trying to connect to a database hosted in https://postgres.heroku.com/databases using Netbeans (build-in) Services/Databases. I am getting this error Cannot establish a connection to ...
2
votes
0answers
107 views

unable to deploy play 2.1 scala app to heroku

when I try to deploy my play scala 2.1 app to heroku I get the following error: [info] Wrote /tmp/build_36s2qu6pn5i6k/target/scala-2.10/get2play_2.10-1.0.pom [info] Packaging ...
2
votes
0answers
67 views

Failure using heroku pg:transfer

I'm trying to use heroku pg:transfer to transfer my local database to Heroku. Here is the command that I'm running heroku pg:transfer -f ...
2
votes
0answers
223 views

Issues setting up SSL, keep getting “no valid, non-passphrase-protected keys given” error

I obtained a security certificate on StartSSL.com and followed the steps on Heroku closely. I was given intermediate as well as root certificates. I tried different methods to chain these files but ...
2
votes
0answers
401 views

in heroku login ssh public key cannot be generated for facebook apps

I downloaded the Heroku Toolbelt, then i ran the cmd and ran the command Heroku login. I entered my credentials after that as per ...
2
votes
0answers
57 views

Add Post support to Hubot

I am trying to add the http-post-say.coffee script to a hubot app which is hosted on Heroku. The documentation indicates that once you add the script then it creates the '/hubot/say' route which ...
2
votes
0answers
36 views

How do I resolve a neverending attachment migration?

I'm trying to use Paperclip + Rails 3 + Heroku + AWS so i tried to add some columns to my User model to store users avatars. My migration looks like this: class AddAvatarColumnsToUsers < ...
2
votes
0answers
197 views

git push heroku master takes forever

I'm using a VM based on Ubuntu 12.04 (ruby 1.9.2p290 and rails 3.1.0) and my app work perfectly on local. I'm using git and when I try to git push heroku master it doesn't work: git push heroku ...
2
votes
0answers
108 views

OpenSSL::Cipher::CipherError with Rails4 on JRuby

Rails4 uses an encrypted cookie session store by default. When the app tries to encrypt a cookie the following error is raised: OpenSSL::Cipher::CipherError: Illegal key size: possibly you need to ...
2
votes
0answers
87 views

Heroku push rejected, failed to install gems via Bundler Rice 1.4.3

I can't seem to push to heroku after using the rice gem (1.4.3). I always recieve the following error: Installing rice (1.4.3) Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem ...
2
votes
0answers
370 views

Heroku Node.js sample facebook app does not work in Google Chrome

The Heroku app i'm trying to get to work (code here): https://github.com/heroku/facebook-template-nodejs "Unsafe Javascript attempt to access frame with URL" errors occur when the page is loaded in ...
2
votes
0answers
182 views

Heroku not serving static/public folder with Unicorn and Rails 2.3 app

I have been able to get Unicorn to start up properly with my Rails 2.3 app on Heroku's Cedar Stack, however, it is not serving the static assets correctly from the public folder. I have tried placing ...
2
votes
0answers
317 views

Incompatible encoding regexp match (ASCII-8BIT regexp with UTF-8 string) on Heroku

I have a Rails application where I use regex-based rules to categorize transactions. In my seeds.rb, I create some categories and rules, then import transactions from a CSV file (also utf8-encoded) ...
2
votes
0answers
185 views

Install raspell gem on Heroku using Vulcan

I would like to use the thinking-sphinx-raspell gem to allow did-you-mean suggestions for searches on our website. It works on my development machine (Mountain Lion), but I'm having difficulty ...
2
votes
0answers
72 views

Database “updated_at” always changed to time of “git push heroku”

I have a Rails 3.2.9 app on Heroku. For some odd reason in one of my tables whenever I push a new code version to Heroku the database lines are all updated at the same time, which I know from using ...
2
votes
0answers
379 views

CompoundJS error when deploying to Heroku or Nodejitsu

I'm trying to deploy a compoundjs (a.k.a. railwayjs) to Heroku or Nodejitsu as a my first end to end test of NodeJS. Steps Node installation: 0.8.16 Heroku tools installation npm install compound ...
2
votes
0answers
103 views

Using heroku with python results in http:500 error

I have a python app which pulls xml data through http. I want to run this app on Heroku. The app runs fine on Heroku if I just return "hello world" without trying to pull the xml. When I run this app ...
2
votes
0answers
344 views

Rails - Highcharts on Heroku - Getting 'ReferenceError: Highcharts is not defined'

I'm using highcharts to plot some graphs. It works just fine locally, but when deployed to heroku, I get this javascript error saying that Highcharts is not defined. I though maybe the javascript file ...
2
votes
0answers
140 views

Disable the default Piggyback SSL on Heroku?

I have two domain names pointing to one Heroku app. One domain name is always used over https. I have a wildcard certificate for that domain. That, combined with the fact that I can only have 1 SSL ...
2
votes
0answers
87 views

Continuous deployment/integration on Heroku for Java web app

I have a Java web application that I have managed to successfully deploy and get running on Heroku using the 'git push heroku master' method, but I would like to automate deployment and have a full CI ...
2
votes
0answers
257 views

Flask-Login and Heroku issues

I have a sample web application (flask with flask-login running on heroku) at this URL: http://twittaclone.herokuapp.com. When I run it on my localhost the login functionality works fine. When I push ...
2
votes
0answers
170 views

download folder as zip from s3 carrierwave rails heroku

For a rails app using carrierwave and s3 How do you serve a directory as a zip file? i have /folder/ file1.png file2.png file3.png When the user goes to /folder.zip they should be downloading a ...
2
votes
0answers
161 views

How can I run oink in heroku?

I'm having a problem running the oink gem on my app in Heroku. I've included it in my gemfile and gemfile.lock, uploaded those, and it installs. It even creates the oink.log (which I have no way of ...
2
votes
0answers
309 views

Python-Tornado on Heroku

I am trying to deploy Tornado on Heroku. I am able to run a simple "hello world" app on using this method: http://kzk9.net/deploying-tornado-on-heroku-mac-os-x But while trying Tornado demo-app ...
2
votes
0answers
125 views

Is it possible to use Heroku Foreman with PHP?

I am developing a PHP app on Heroku. Is it possible for me to use Foreman to test my application? Everywhere I look I find references to Ruby, but nothing for PHP.
2
votes
0answers
105 views

Devise Login and Signup Custom Form on Heroku Not Behaving

So on my localhost, the custom devise forms work great! No issues whatsoever - when I log in from my custom form on a different page, it logs the user in and redirects to the homepage as expected. ...
2
votes
0answers
100 views

Heroku with H2 Database

This is related to running Craig Walls Spring Social Showcase on Heroku. This application runs fine locally using an H2 in memory database. When I deploy to Heroku, however, the database no longer ...
2
votes
0answers
165 views

Rails + Paperclip + S3 on Heroku upload error

I'm trying to build an app where users can upload a profile picture. I'm trying to use Paperclip and S3. I've got it working on my local machine, but for some reason it doesn't work on Heroku. ...
2
votes
0answers
62 views

Bottleneck on Heroku SSL according to Blitz.io

I have a simple Django app set up that I have been testing with Blitz.io. When I test with many dynos I can get thousands of req/s on http:// X.com When I switch to https:// X.com I get no more than ...
2
votes
0answers
139 views

activating resque workers on heroku

My queue "send_comments" on my heroku app shows 12 items but says "0 of 0 Workers Working". I know that if I want to process the job on localhost I use the following line: QUEUE=send_comments rake ...

1 2 3 4 5 40