I\'m trying to deploy开发者_运维知识库 a java app to heroku using git. I can\'t find a way to register the Heroku API key in my git environment without the Heroku CLI tool (which is built in ruby).
I am trying to deploy my Rails web application on Heroku. I used scaffold to generate two tables. On my machine it all works perfect using SQLite.
I\'ve recently pushed a Rails 3.1 App to heroku. Locally, everything works fine, but in the live app, the search functionality is broken.
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
I have a node.js app on heroku and it saves images in the public/productimages folder. But every time I push my new code, all the previous images are deleted. I have added productimages in the .gitign
In my Ruby on Rails application, I am using xsltproc command-line tools. These work on my development machine, but are not working on Heroku, the deployment platform I am using. I asked Heroku support
I want to run a task every minute on Heroku to check if conditions are met to time-out certain user tasks.I can only run a Heroku cron job every hour, so what开发者_运维技巧\'s the best way to set up
is there a clean, elegant way to implement a Maintenance page in a H开发者_运维技巧eroku app? So that if something breaks you can very easily turn a switch and the maintenance page goes up for all req
I\'ve just upgraded my app on Heroku from Rails 3.0 to 3.1, and I\'m trying to make the assets pipeline work. The main issue is that I can read from the heroku log the following kind of lines, for eve
I see that some people are updating their apps to Rails 3.1. When is the best time to update a production app? As soon as it is开发者_C百科 released? When the next stable version is released? A major