Tagged Questions
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.
137
votes
14answers
33k views
Where can I host a Node.js app?
I am trying to experiment with Node.js. Since it needs the V8 engine, can I run a Node.js app on any of the free cloud hosting providers: AppEngine or Heroku?
If not, then what is the standard way ...
82
votes
7answers
11k views
Heroku in real life apps
What is your experience with using Ruby on Rails on Heroku in a production environment?
Apart from the issue of the expensive HTTPS, do you see any drawback in the way it manages processes, memory ...
79
votes
5answers
23k views
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 heroku[worker.1]: Starting process with command: `rake jobs:work`
...
62
votes
11answers
9k views
Permission denied (publickey) when deploying heroku code. fatal: The remote end hung up unexpectedly
I'm attempting to deploy my code to heroku with the following command line:
git push heroku master
but get the following error:
Permission denied (publickey).
fatal: The remote end hung up ...
38
votes
3answers
12k views
Heroku vs EngineYard: which one is more worth the money?
I looked this up on Google, but wanted more opinions before I committed to either service. Has anyone had experience with either (or maybe both) services? Are there any advantages or disadvantages ...
36
votes
4answers
6k views
Staging instance on Heroku
I'd like to be able to push code to dev.myapp.com for testing and then to www.myapp.com for production use. Is this possible with Heroku?
34
votes
4answers
15k views
Problem deploying Rails 3.1 project to Heroku: Could not find a JavaScript runtime
I am having trouble deploying a rails 3.1 beta project to heroku. The problem happened at the database migration step. When I ran:
heroku rake db:migrate
I got error message:
> rake aborted!
> ...
28
votes
5answers
5k views
Anything like Heroku for PHP or .NET?
In my area PHP is very widespread, so is .NET. Ruby not so much; most places have never heard of it. For some personal things I am "forced" to choose Rails because I want to take advantage of Heroku ...
23
votes
7answers
16k views
How do you write a case insensitive query for both MySQL and Postgres?
I'm running a MySQL database locally for development, but deploying to Heroku which uses Postgres. Heroku handles almost everything, but my case-insensitive Like statements become case sensitive. I ...
22
votes
3answers
6k views
Pushing app to heroku problem
I am trying to push my app to heroku and I get the following message:
$ heroku create
Creating electric-meadow-15..... done
Created http://electric-meadow-15.heroku.com/ | ...
22
votes
6answers
7k views
Best way to combine and minify JS / CSS on Heroku
First of all, according to this answer, the :cache => true option on stylesheet_link_tag and javascript_include_tag doesn't work on Heroku. Is this true? I've found :cache => true to work ...
20
votes
4answers
4k views
20
votes
4answers
3k views
Quickest way to find out heroku database size
What is the quickest way to find out the current size of my shared database in Heroku?
18
votes
2answers
5k views
Rails 3.1 - Pushing to Heroku - Errors installing postgres adapter?
I just upgraded to Rails 3.1 and the first app i've tried to deploy to Heroku has encountered a problem relating to Postgres adapter. I'm able to push the app to heroku but then when i try to migrate ...
18
votes
8answers
1k views
Heroku-like services for Scala?
I love Heroku but I would prefer to develop in Scala rather than Ruby on Rails.
Does anyone know of any services like Heroku that work with Scala?
UPDATE: Heroku now officially supports Scala - see ...
18
votes
3answers
10k views
heroku - how to see all the logs
I have a small app on heroku. Whenever I want to see the logs I go to the command line and do
heroku logs
That only shows me about 100 lines. Is there not a way to see complete logs for our ...
18
votes
4answers
4k views
Why are my basic Heroku Apps Taking 2 seconds to load?
I have created two very simple heroku apps to test out the service, but it's often taking several seconds to load the page when I first visit them:
Cropify - Basic Sinatra App (on github)
...
16
votes
1answer
4k views
Heroku free account limited?
Currently, I am running wordpress as my blog engine on free hosting, but I'm planning to move to use git-based blog engine(Jekyll, Toto) on Ruby platform. Then I see Heroku provides free account ...
16
votes
10answers
2k views
Is there such a thing for Django as there is Heroku for Ruby on Rails
Is there a cloud based development for Django, such as there is cloud based development and hosting environment for Ruby / heroku
15
votes
2answers
2k views
How to link a folder with an existing Heroku app
I have an existing Rails app on GitHub and deployed on Heroku. I'm trying to set up a new development machine and have cloned the project from my GitHub repository. However, I'm confused as to how to ...
15
votes
1answer
4k views
Heroku error: “Permission denied (public key)”
I keep getting this error. I am using Mac. I generated a key and added it to heroku using
heroku config:add key="ssh-rsa blahblah=me@me.com"
But this doesn't work. I keep getting the same error. ...
15
votes
3answers
4k views
DB management for Heroku apps
I'm fairly new to both Rails and Heroku but I'm seriously thinking of using it as a platform to deploy my Ruby/Rails applications.
I want to use all the power of Heroku, so I prefer the "embedded" ...
14
votes
7answers
671 views
How to universally skip database touches when precompiling assets on Heroku
I'm deploying a Rails 3.1 app to Heroku's Cedar stack. With Heroku Cedar and Rails 3.1, you can compile the assets yourself locally, let Heroku compile them when you push (during "slug compilation"), ...
14
votes
4answers
2k views
blueprint css rails 3.1 help
My blueprint css works on my local machine, but when I push to heroku I get an error.
I have blueprint stored in my app/assets/stylesheets folder and here are the stylesheet tags I'm using:
<%= ...
14
votes
6answers
2k views
Can I set up socket.io chat on heroku?
I have a simple socket.io chat application which I've uploaded to one of the new Heroku 'cedar' stacks.
Now I almost have everything working but I've hit one stumbling block. On my localhost, I open ...
14
votes
4answers
264 views
How to prepare for data loss in a production website?
I am building an app that is fast moving into production and I am concerned about the possibility that due to hacking, some silly personal error (like running rake db:schema:load or rake db:rollback) ...
14
votes
4answers
4k views
Gemfile.lock not checked in - Heroku
While trying to "git push heroku master", I keep getting the error :
Counting objects: 266, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (239/239), done.
Writing objects: ...
14
votes
4answers
3k views
Redis and Memcache or just Redis?
I'm using memcached for some caching in my Rails 3 app through the simple Rails.cache interface and now I'd like to do some background job processing with redis and resque.
I think they're different ...
14
votes
3answers
7k views
Heroku/devise - Missing host to link to! Please provide :host parameter or set default_url_options[:host]
I am trying to push my app on heroku. I am still in dev.
I use devise with the confirmable module.
When I try to add a user with the heroku console I got this error:
Missing host to link to! Please ...
14
votes
8answers
2k views
Git using wrong email address when talking to Heroku
git clone git@heroku.com:myapp.git
Results in a "myoldemailaddress not authorized to access myapp"
myoldemailaddress was an email address I was using on an old heroku account, but it seems to be ...
13
votes
3answers
2k views
Rails 3.1 + Heroku Cedar - Static image assets are not being served
I have deployed a Rails 3.1 application on Heroku Cedar. For some reason my static image assets are not being served:
2011-06-23T18:14:13+00:00 app[web.1]: Started GET ...
13
votes
3answers
4k views
Heroku error when launch rails3.1 app missing postgres gem
I am trying to deploy to heroku.
Rails 3.1.0.rc4,
I get the following error from Heroku logs:
Starting process with command: `thin -p 48902 -e production -R /home/heroku_rack/heroku.ru start`
...
13
votes
6answers
2k views
Can I run coffeescript in Heroku?
I have a node.js app written in CoffeScript.
I'm wondering what is needed in order to host the app on Heroku.
Thanks
13
votes
3answers
232 views
How do I change the color of my Terminal.App when I log into my production remote on Heroku?
I remember there was an article, or a few, going around about how the author changes the color of the terminal from green (for development) to red (for production) based on the SSH address.
But I am ...
13
votes
5answers
4k views
Heroku gem not working with RVM
I'm following the Ruby on Rails tutorial at http://railstutorial.org/chapters/beginning#sec:1.4.1, and all is going well until I tried to get my app going on Heroku.
I installed heroku, that worked ...
13
votes
1answer
3k views
How can I choose Ruby version on Heroku?
I use Ruby 1.9.x syntax in my Rails 3 app, but after pushing it to Heroku it crashes due to older Ruby version (1.8). How can I control it?
13
votes
6answers
6k views
push rails app to heroku
I am trying to push a rails application to heroku.
When I get to the last step:
git push heroku master
It doesn't work and gives me these errors:
Counting objects: 85, done.
Delta compression ...
12
votes
2answers
420 views
Packaging C++ library into a Rails application for Heroku use
asked the next thing from Heroku support the other day:
I have an app that will
require a client library written in
C++. I
have doubts can that be done with
Heroku. Is it possible at all, ...
12
votes
1answer
2k views
How can I pull an existing heroku app to new location for development?
I currently have the latest version of my code on another computer that I want to develop from (Home computer and laptop for when I'm out and about) I set up heroku for my app on my laptop. Now I need ...
12
votes
2answers
2k views
heroku time zone problem, logging local server time
UPDATE: Ok, I didn't formulate a good Q to be answered. I still struggle with heroku being on -07:00 UTC and I at +02:00 UTC.
Q: How do I get the log written in the correct Time.zone ?
The 9 hours ...
12
votes
2answers
3k views
cloned project from github. heroku does not work
I cloned a project from github over to my desktop. I used to work on it form my laptop.
However, on laptop heroku does not seem to work for this app eventhough i have it installed.
First problem:
...
12
votes
3answers
4k views
Good Git deployment using branches strategy with heroku?
What is a good deployment strategy to use with Git + Heroku (ruby on rails)?
Currently the way I work with my origin git repository: All features (or 'stories') are first checked out as branches, ...
11
votes
2answers
405 views
What are the advantages of the new Heroku Java support over Amazon Elastic Beanstalk
We're trying to decide whether to host our play! framework and mysql Java app on Amazon's Elastic Beanstalk or the new Heroku Java offering. I'm having trouble figuring out what the advantages of ...
11
votes
4answers
506 views
Heroku: see params and sql activity in logs?
When i view my heroku logs on the server (with heroku logs --tail --app myapp) i see something like this:
2011-06-21T14:09:25+00:00 app[web.1]: Started PUT "/reports/19.xml" for 77.89.149.137 at ...
11
votes
3answers
4k views
What is a good .gitignore to use with Rails on Heroku?
What is a good .gitignore to use with Rails on Heroku?
*.log
*.sqlite3
what else?
10
votes
3answers
394 views
Has anyone successfully deployed a GWT app on Heroku?
Heroku recently began supporting Java apps. Looking through the docs, it seems to resemble the Java Servlet Standard. Does anyone know of an instance where a GWT app has been successfully deployed on ...
10
votes
1answer
868 views
Heroku: This feature is not supported by your client version. error from heroku logs
What causes this?
It occurred when I try to run heroku logs
10
votes
2answers
3k views
heroku rake db:migrate > no such file to load — faker
I'm trying to deploy a rails 3 app to heroku for the first time. It seems to push up ok but when I try to run
heroku rake db:migrate
I get the following error:
rake aborted!
no such file to load ...
10
votes
4answers
4k views
Heroku push rejected, failed to install gems via Bundler
I am struggling to push my code to Heroku. And after searching on Google and Stack Overflow questions, I have not been able to find the solution. Here is What I get when I try "git push heroku master" ...
10
votes
5answers
3k views
Heroku, Rails 3 and sqlite3
I experience the same scenario as described here http://www.ruby-forum.com/topic/217022 when I try to deploy my Rails 3 app to Heroku and sqlite3 is defined in the gems file.
...