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
3 views

Heroku: anonymize IP adresses in logfiles created by router

I'm talking about these lines inside my Heroku logs: 2013-06-13T09:45:46.580405+00:00 heroku[router]: at=info method=GET path=/ host=example.com fwd="1.2.3.4" dyno=web.1 connect=0ms service=9ms ...
1
vote
1answer
15 views

My Git installation always refers to the wrong directory. Why?

I installed and re-installed Git on my Windows8 machine multiple times. It's a long story as to why I did that. Once I installed it at C:\Git and now I have it installed at C:\Program Files ...
1
vote
1answer
33 views

CSS not loading in Heroku

I deployed my app to Heroku but only the assets\images are loading. The CSS files (especially the one that contains 90% of the CSS, custom.css) are not being loaded. I precompiled the assets locally ...
0
votes
1answer
7 views

push to heroku problems: sqlite / gems / bundler

i got a really big problem. Just started learning ruby - everything is fine. But no searching for hours to find a solution to push on heroku. but no luck. please help me, (unfortunately on a Win7) ...
2
votes
1answer
29 views

Heroku push is being rejected

I have seen similar questions but none of them have answer my problem, this one is the more similar Heroku Bundle Error (Rails App) The issue is the same, but the answer is not. The console error is ...
0
votes
0answers
19 views

Ruby on Rails emails sent not received while on heroku

I am having trouble trying to get a contact page to send emails correctly. The page is running ruby on rails hosted on heroku and according to the papertrail it is being sent without error. The log is ...
0
votes
3answers
13 views

Heroku specify which app to run command on?

In my git repo I have added two different heroku remotes to separate apps (named testheroku and officialheroku). I am able to push to them separately by specifying their remote name (i.e. git push ...
0
votes
0answers
26 views

Deploying Meteor to Heroku with Git

I was following the instructions found here, and I got through the first 8 steps no problem, but this one I don't understand: Add the Heroku Git repository as another remote to your git repository ...
0
votes
1answer
15 views

heroku + android : database integration?

I have a Heroku Rails app and am in the process of developing a mobile companion app. I would like to use the same databases that I have on Heroku for the app. What is the best way to go about doing ...
0
votes
1answer
8 views

Is there a way to put a heroku java app as a facebook app

When I create a app from facebook developer and choose to use Heroku as host they don't give me the option to put a java app, only PHP, Js, Ruby and Pyton. But when i create a app from the Heroku dev ...
0
votes
0answers
9 views

Deploying meteor project to heroku mongo connection issue

I am trying to upload the telescope project to Heroku. I've tried to upload it with the meteorite buildpack and it doesn't not work. It says that I have to reinstall fibers.I can't reinstall fibers ...
0
votes
1answer
12 views

Bulbs - Neo4J - Heroku Config Error?

I'm using bulbs to setup a Neo4J app on Heroku. Locally it runs fine, but when I deploy it on heroku, it raises the error part in the following code: #heroku config:get NEO4J_URL ...
0
votes
1answer
42 views

Devise logout when trying to update item only on firefox

I have a strange issue with my app: When i try to update an item i'm signed out by devise unexpectedly just after the PUT. More strange this is only happening on Firefox and in production. On all ...
0
votes
0answers
19 views

Web application build using node and express not able to connect with mongodb hosted on mongohq

I have created a web app using express.js and node.js and hosted that on Heroku. I am using MongoDB with my above application and i have hosted my mongoDb instance on "mongohq.com". So after hosting ...
1
vote
0answers
18 views

Selecting an object by it's id using django with heroku postgresql

I've got an app running on Heroku with Django, the local DB I use SQLite, but on Heroku the app uses PostgreSQL. I'm having a problem and I've no idea why is happening. Let me explain myself: I ...

1 2 3 4 5 543
15 30 50 per page