Top "Heroku" questions

Heroku is a cloud platform for Ruby, Node.

Rails rake assets:precompile for production

I'm trying to precompile the assets for my app to deploy to Heroku but have to following error. When running: …

ruby-on-rails ruby-on-rails-3 heroku assets
SSH Public key denied on "git clone" command

I am trying to clone a git repo that I forked in my GitHub Repository.It's a rails app. I …

git ssh github heroku ssh-keys
Heroku NodeJS http to https ssl forced redirect

I have an application up and running on Heroku with Express.js on Node.js with https. How do I …

redirect ssl node.js https heroku
Restart my heroku application automatically

This terminal command restarts my heroku application: heroku restart Is there a way to run a script that will run …

ruby-on-rails heroku
git push heroku master says "Everything up-to-date", but the app is not current

I have an app on Heroku that is running old code. I've made a small change and committed the change. …

git github heroku push git-push
How to attach my repo to heroku app

I create a heroku app and then my machine crashed. I have a new machine. How do I attach my …

heroku
How to use heroku's ephemeral filesystem

I'm using Python/Django on Heroku (Cedar Stack) and I've got a management command that I need to write that …

heroku filesystems
How to deploy to Heroku directly from my Gitlab repository

In my team, we use Gitlab as a remote repository, so we are looking for a solution to auto deploy …

git heroku deployment gitlab continuous-deployment
sql.h not found when installing PyODBC on Heroku

I'm trying to install PyODBC on Heroku, but I get fatal error: sql.h: No such file or directory in …

python heroku pyodbc
How to fix the uninitialized constant Rake::DSL problem on Heroku?

I am getting errors similar to the ones in these questions, except mine are occuring on Heroku: 2011-05-30T09:03:29+00:00 …

ruby-on-rails ruby-on-rails-3 heroku rake