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

0
votes
0answers
4 views

Heroku Toolbelt Gem::LoadError

I had some problems with heroku so I unistalled the toolbelt. I've also read that I should uninstall the heroku gem so I did that. Then I installed the toolbelt again. Now I just get error: ...
0
votes
1answer
13 views

How do i fix “No module named storages.backends.s3boto” error with heroku?

I am working with Amazon S3 to serve static files and also using heroku as a Paas. I following this tutorial. I did a, python manage.py collectstatic locally and it worked just fine but when i do ...
-1
votes
1answer
15 views

Unable to redirect to a naked domain from Heroku using Hostgator

I'm trying to use my Hostgator domain with my Heroku app, everything works except the naked domain. Redirect didn't work for me and they don't provide ALIAS or ANAME? Any thoughts?
0
votes
1answer
17 views

Why does my Play/Heroku/Postgres deployment fail with a password error?

I'm getting started with the Play Framework, and have a toy app that runs locally using an H2 in-memory database. My application.conf file looks like this: db.default.driver=org.h2.Driver ...
0
votes
1answer
26 views

Why do I keep getting the Heroku 500 error?

I am new to rails development and I keep getting an error from heroku Application.js: // This is a manifest file that'll be compiled into application.js, which will include all the files // listed ...
0
votes
1answer
22 views

Heroku Mandrill Deployment Setup

Working on a Python/Django app, deploying with Heroku and sending emails with Mandrill. I've been able to send emails using my local configuration, but when I deploy to Heroku, the mail doesn't send ...
1
vote
0answers
7 views

Jetty-runner.jar set request timeout

Is there a parameter setting that I can pass when running jetty-runner.jar to configure the request timeout? Ex: java $JAVA_OPTS -jar server/jetty-runner.jar --port $PORT target/*.war I'm trying ...
0
votes
1answer
20 views

How to unzip files in a Heroko Buildpack

I'm writing a custom Heroku buildpack, as part of the compile script I've downloaded a .zip file (from a language vendor), but how do I unzip it? unzip is not a recognised command. gunzip exists but ...
0
votes
1answer
21 views

Why do I keep getting an error when migrating database? Heroku

I am working on a rails app and I keep getting an error saying, AddIndexToUsersEmail: migrating =========================================== -- add_index(:users, :email, {:unique=>true}) rake ...
1
vote
1answer
16 views

putty disconnected error, openssh conflict with putty?

I have been having issues with being able push my changes to my heroku app. I was able to about 1 week ago but not I cannot. I cant think of anything I did to cause this (possibly installed the ...
0
votes
1answer
26 views

Configuring SSL for an App Heroku HTTPS

Hello I am currently going through the tutorial below to add ssl to my heroku app https://gist.github.com/shripadk/552554 so for today, I bought a domain name, set the cname to point to my heroku ...
3
votes
0answers
35 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 ...
0
votes
2answers
40 views

Including custom fonts in .fonts folder in heroku, seems not recognizing them

Heroku support told me that in order to use custom fonts in my web app (not installed in the system, you can see the installed ones with fc-list in a bash console) I had to deploy a .fonts folder with ...
0
votes
0answers
20 views

Grails app using mongo not starting on heroku

I am trying to deploy my Grails app on heroku but the deployments keep failing whilst wiring up my mongo beans. The deployment method I am using is heroku deploy:war. I have the MONGOLAB_URI set ...
0
votes
1answer
12 views

The right way to redirect from herokuapp.com to custom domain with htaccess

I'm dealing with a noob problem right now. I want to do a permanent redirection, with .htaccess, from a Heroku app domain to my custom domain. I'm trying with this: redirect 301 ...
0
votes
1answer
80 views

Impossible to deploy app in heroku - it searches ruby 2.0.0p195

I've deploying our app with rails 3.2.13 and ruby 2.0.0p0 without problems in heroku. However, today suddenly I couldn't deploy it. This is the log, it seems the only difference in our project is the ...
0
votes
0answers
14 views

Rails - Roo “file does not exist” error when using Delayed Job

I'm using the Roo gem to import Excel files, CSV files, etc. The code works great a) on my local box with or without Delayed Job, and b) on Heroku without Delayed Job. Unfortunately when running on ...
0
votes
1answer
19 views

SSL Configuration Unable to read server.crt file

I am trying to go through this tutorial here Creating a Self Signed SSL Certificate https://devcenter.heroku.com/articles/ssl-certificate-self I generated the csr, and the key and generated the ...
0
votes
3answers
55 views

Heroku - Created a facebook app with Node.js which gives type error

I am trying to create a facebook application and this is my first time. I read several articles on how to create one and I created an application from this page https://developers.facebook.com/apps. ...
-3
votes
0answers
42 views

Which PAAS (platform as a service) is the best choice? [closed]

I have launched a couple of apps already. I am planning to have one backend server to manage all apps push notification, updates and webservice communication etc. I search around on internet. Maybe ...
0
votes
0answers
17 views

Deploy Server Client Multiplayer to heroku

I have a simple Server - Client Tic Tac Toe game which run in console, I successfully run this code on my local host what I need now is to deploy the server code on server like Heroku for example , or ...
0
votes
1answer
40 views

Securely storing passwords on MongoDB + Python

I have a MongoDB running on Heroku, and I need to store full credentials for a 3rd party API, including password, username, security token, etc. What is the best way to protect the data? Would ...
0
votes
1answer
35 views

Heroku - keeping a dyno alive (May 2013)

Until now I used for this task the service called Pingdom, but yesterday I tried to sign up for a new application, but there is not the free plan anymore? Anyway, I took a look for an alternative and ...
0
votes
2answers
14 views

Heroku display error nil class

I m working on a blog application. Ive one add_article model and one category model. The relationship between these models is category has_many add_articles. Ignore the weird name. Now i ve created ...
0
votes
2answers
51 views

AJAX 500 Internal Server Error

I have deployed a chatroom using Django and JQuery (To make AJAX Calls) on my webpage. However, the message textfield, while I can type messages, wouldn't let me submit messages to the main chatfield. ...
0
votes
0answers
35 views

Search multiple conditions on heroku. (pg database)

I created an app for posting album reviews. I added a search functionality, which works fine locally and on Heroku when I just search the review itself. I added code to search the review (description) ...
0
votes
1answer
22 views

Heroku App Crashed No Errors In Log

Hi I am trying to deploy a small app on heroku I managed to create the app, push the contents to the app, scaled it by one dyno but when I try to do heroku open, the app crashed and gave me error ...
0
votes
1answer
34 views

App on Heroku down with strange log errors

My App is down on Heroku which sucks because we have quite a few users now. The worst part is that I have no idea what the error messages mean... Does anyone know? 2013-05-15T20:55:58+00:00 ...
0
votes
1answer
32 views

Deploy simple server code to Heroku

I recently visited heroku.com site and tried to deploy my first java program there , I actually had a good start using their java deployment tutorial, and had it run ok. now I have a server code which ...
1
vote
1answer
166 views

Facebook wall post error: OAuthException :: (#1500) The url you supplied is invalid

I have a web-based news app that runs on Heroku. When users post a comment to a news story on my app, my app forwards the comment to the user's facebook wall using fb_graph. Everything worked ...
1
vote
1answer
20 views

newrelic_rpm: undefined method `before_save' for #<Class:0x00000004a28b28>

Since I've updated newrelic_rpm gem from 3.5.8.72 to 3.6.1.88 on my Heroku app I've noticed newrelic is loading on my rake task giving me strange errors: rake aborted! undefined method `before_save' ...
0
votes
2answers
34 views

How do I debug this heroku rails application?

I have a ruby on rails application that I am hosting on heroku. The root page does not work and gives a 404 error. Other pages on the app work. At first I could not replicate the error locally but ...
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
0answers
25 views

git push to heroku stopped working

Not sure why it happened but I had been pushing to my heroku repository just fine for weeks with git push heroku master but then one day it is now saying comes up with a alert box when i try to do ...
0
votes
0answers
15 views

Deploying app to Heroku - dm-core and dm-postgres-adapter issue?

I am having an issue deploying to Heroku - here is the strange line of my log file: /app/vendor/bundle/ruby/1.9.1/gems/dm-core-1.2.0/lib/dm-core/adapters.rb:163:in 'require': no such file to load -- ...
0
votes
0answers
25 views

heroku 30 second query workaround

I have an analytics controller which displays graphs. Unfortunately some of my charts take a while to generate and the page can, under unusual circumstances, take a little over 30 seconds to load. ...
1
vote
1answer
37 views

Choosing PHP version for a Heroku app

I deployed an app to Heroku and it correctly detected that it was a PHP app. It works great, but there's a small issue. Heroku chose to use PHP version 5.3, and I'd like to use version 5.4. Is this ...
0
votes
1answer
22 views

undefined method when trying to build db with activerecord-postgis-adapter

I am trying to deploy a rails application using activerecord-postgis-adapter to heroku, however I keep getting this error. ruby 2.0.0p0 (2013-02-24 revision 39474) [x86_64-darwin12.3.0] Rails 3.2.13 ...
0
votes
0answers
54 views

Heroku-'up to date', not up to date

There seem to be many questions like this but I am not finding a solution that works for me. git push heroku master 'everything up to date', -not so. Its the same commit that I did yesterday that ...
1
vote
2answers
141 views

talking to a remote redis server using redis-py (python wrapper over redis)

I have installed redis on an independent database server(ec2 instance). And it has been installed and configured properly. Now all that I want to do is from my webserver, I connect to it, and make ...
1
vote
2answers
27 views

Upload to heroku without git

Im making a tiny web app, really just for personal testing, the app is built with php / mysql, i plan to host it on heroku, but i was wandering is it possable to host stuff on heroku without pushing ...
1
vote
1answer
40 views

heroku node js simple cross-domain issue

I worked with two nodejs (no Express) application : webprocess dataprocess dataprocess sends back a rest message with this code : var status = 200; if (responseStatus) { status = ...
0
votes
0answers
19 views

How to use the PHP mail() function on Heroku

I've a simple template with a mail form that references a php script to send a email with the mail() function. I did some research and I now know heroku does not support this out of the box, so I've ...
0
votes
0answers
5 views

Heroku, apparent silent failure of sucker_punch

My app runs on Heroku with unicorn and uses sucker_punch to send a small quantity of emails in the background without slowing the web UI. This has been working pretty well for a few weeks. I changed ...
0
votes
1answer
28 views

First Time Heroku Deploy App Can't Make Sense of Logs

This is my first time trying to deploy a small application on heroku to apply for an summer internship. I went through the getting started guide with rails. Here is my log, its just too much code ...
0
votes
0answers
16 views

Have a landing page on heroku supported by CMS and web app for the rest

I have a webapp on heroku. I would like to make it so that when a person goes to mywebapp.com they go to a CMS system like WordPress. But then I would like the rest of the web app to function as ...
2
votes
1answer
25 views

How can I place my email processes/routine outside of my frontend server (Rails 3.2/devise/sendgrid/heroku)

I am beginner in all Rails/dev/server management. In order to free up my frontend server, I'd like to place all the requests sent to sendgrid ( authentificaiton, confirmation, passwiord reset and ...
0
votes
0answers
21 views

Wordpress on Heroku w/ nginx: how to URL_REWRITE

I have done a wordpress-on-heroku set up, which is working great. It is based on https://github.com/mchung/heroku-buildpack-wordpress and uses nginx. I am trying to Change the visible url to ...
0
votes
0answers
13 views

can i deploy not-web application to heroku

I want to find a hosting for a new project - a project would consist of web application, database and (this would be cool if it were possible) a self-contained "not-web" application (say, c++ program) ...
0
votes
4answers
45 views

Why do I need to “bundle install” before pushing a rails app to heroku?

I suppose the bundling is going to happen on the heroku servers anyway. What is the purpose of doing it on the local machine?

1 2 3 4 5 157