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.
0
votes
1answer
26 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
63 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
48 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
20 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
44 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
38 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
15 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
68 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
36 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
23 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
38 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
34 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
2answers
211 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
24 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
35 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
16 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
26 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
38 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
29 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
55 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
146 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
28 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
50 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
23 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
7 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
17 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
26 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
22 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
48 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?
0
votes
1answer
70 views
Images are loading much slowly
I am using rails 3.2, heroku and S3 from where images load at a page, where I have fifteen images, these images take about 20-25 sec to load. How to load these images fastly so that my page take less ...
0
votes
1answer
17 views
How to configure timeout for nodejs on Heroku
How to configure timeout for nodejs on Heroku. Heroku timesout at 30seconds. I would like to timeout at 25th second. How do we configure ?
0
votes
1answer
55 views
My Sinatra App displaying 'Internal Server Error' after deployed to Heroku
My app is working locally, But after deploying to Heroku I'm getting an 'Internal Server Error' on my page
The Error log is as follows.
http://pastie.org/private/b5lgfmij1by3krieyp9sq
I cannot see ...
0
votes
0answers
41 views
There was an error in your Gemfile, and Bundler cannot continue
I am trying to run bundle install --without production after adding the pg gem for heroku but I get this error: There was an error in your Gemfile, and Bundler cannot continue.
Source
gem 'rails', ...
1
vote
2answers
50 views
How does heroku with buildpacks handle PATH?
I'm using the heroku-buildpack-r and heroku-buildpack-ruby in concert with heroku-buildpack-multi. Everything installs correctly and R works locally.
# .buildpacks
...
0
votes
1answer
34 views
Need to setup heroku app on my domain server
Let me explain my needs.
I have an apps on heroku.com
Now I have my own domain on bluehost.com
Need to setup these heroku app on my domain.
means when I visit on mydomain.com url, its use heroku ...
2
votes
1answer
39 views
Heroku reading Strings instead of Integers in Rails?
In a Rails 3.2.2 app running on Heroku Cedar stack with Postgres version 9.1.9.
While executing the following method:
class Post < ActiveRecord::Base
def shared_to_all
privacy & 1 == 1
...
0
votes
1answer
21 views
How to test an Heroku Buildpack without committing and pushing to heroku server each time
I am working on a heroku buildpack that will allow the deployment of symfony2 PHP applications to Heroku.
Each time I do a modification in the buildpack I follow the folowing procedure to test it:
...
0
votes
2answers
33 views
Heroku error with installing installing sqlite3 (1.3.7)
I created a small Rails app and I want to deploy it. I am getting a error when pushing to Heroku. I know this question has been asked already, but none of the solutions are working for me. I am on ...
1
vote
2answers
27 views
How to I generate a thread dump for an Java proces on heroku?
I want to be able to generate a java thread dump for my Java application running on heroku? I saw that heroku has jstack running but I can't figure out how to run it to generate a thread dump on my ...
0
votes
0answers
10 views
RoR - Discourse uninitialized constant JsLocaleHelper error
I'm trying to install discourse (http://www.discourse.org) locally (On My Macbook)
I was following this guide: https://github.com/discourse/discourse/blob/master/docs/HEROKU.md
but I have an issues ...
0
votes
1answer
30 views
Node app in heroku runs locally but I cannot scale dynos
I'm trying to run a node app in heroku. Foreman works to run it locally, and it pushes to git without any errors. However, when I run heroku ps:scale web=1, it says there is no such type as web. My ...
0
votes
1answer
66 views
Heroku static assets
On Heroku, I am receiving a at=error code=H10 desc="App crashed" method=GET path=/favicon.ico routing error.
Locally, I was receiving a ActionController::RoutingError (No route matches [GET] ...
1
vote
0answers
39 views
How to remotely fetch answer of phantomjs script run on heroku?
I want to fetch some information from a website using the phantomjs/casperjs libraries, as I'm looking for the HTML result after all javascripts on a site are run. I worked it out with the following ...
1
vote
0answers
34 views
Creating a Rails App and getting the following error when trying to upload to Heroku | uninitialized constant PinsController::Pin
try and push the code to Heroku and while it succeeds there is an error shown: (heroku log below)
2013-05-11T11:37:04.274936+00:00 app[web.1]: Started GET "/" for 27.96.210.68 at 2013-05-11 11:37:04 ...
0
votes
2answers
45 views
Heroku won't accept push due to submodule
I've created a PHP app on heroku, and I installed the sendgrid-php submodule. However, when I try to push it, this occurs:
$ git push heroku
Counting objects: 5, done.
Delta compression using up to ...
0
votes
1answer
19 views
dynamic asset loading heroku
I'm implementing a site tour feature for the website https://looky.co, and I want to only send the site_tour.js file when a show_site_tour is set to true. (show_site_tour is a database column).
I ...




