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
48 views
How to display cached uploaded image in tmp/uplodas directory using Carrierwave S3 and Sidekiq on Heroku
I am using Carrierwave + carrierwave_backgrounder + Sidekiq + Heroku to upload images. The upload works fine. When the upload form is submitted, I need to display the uploaded image, but background ...
0
votes
2answers
40 views
“Application error has occurred” when attempting to run a python app using the Twilio API in Heroku
Twilio newbie question:
I created an app that uses the Twilio API as I followed along to the tutorial by General Assembly
The files I added are
app.py
Procfile
requirements.txt
app.py
from ...
-1
votes
1answer
50 views
SQL Exception Errors after pushing to Heroku
After pushing my Play Framework 2.0.4 to Heroku I am getting some SQL errors that are preventing view components from loading. After tailing the logs all of the errors are to do with one column of a ...
0
votes
1answer
25 views
herokuapp subdomain not shown externally
I have a Facebook app running on Heroku. The app has been created directly from the Facebook app creation wizard. The subdomain is like myapp.herokuapp.com. The problem is when I connect to an ...
1
vote
5answers
71 views
How can I reset all devise sessions so every user has to login again?
At some mystery point X with this rails app hosted on heroku, a logged in user would suddenly be logged in as another user. I am using the devise gem for authentication.
This has occurred for 2 users ...
0
votes
1answer
20 views
Heroku - Need to change the original 'seeded' user
I have a Rails application deployed to Heroku. The db/seed file has since change, and I would like the admin user that was originally seeded into Heroku to reflect the one I now have locally. Is there ...
0
votes
0answers
12 views
Heroku cannot find method `html_options_for_button_link'
I´m working with spree and I have installed a import_products gem in local works well, but when I do deployment to heroku return the message "undefined method `html_options_for_button_link'". This ...
0
votes
2answers
38 views
Heroku does not validate certificate requests, why?
I have a Ruby on Rails server running in Heroku and I've been trying to add SSL for communicate with app clients, developed with Android, for while.
I created a self-signed certificate as explained ...
0
votes
1answer
24 views
As soon as I make changes to my heroku facebook app I can no longer login
I have a vanilla heroku-facebook app.
I can login initially just fine.
But, if I make even the slightest change to index/views.erb and logout, then the next time I try to login all I see is the my ...
0
votes
1answer
31 views
play framework 2.0 evolutions, how to mark an inconsistent state as resolved in PROD
I have an application developed in scala play2.0,
it worked successfully in local, but if failed when deployed to heroku.
the reason of the fail is that locally i was using a H2 database,
and using ...
1
vote
1answer
20 views
heroku clearing git logs and start afresh
I had a heroku app. I cloned it started working on it. There were some issues and accidentally i deleted the .git directory locally and initialized a new directory using git init.
After that i made ...
0
votes
1answer
43 views
Advice wanted for a hosting provider for my Rails based App [closed]
I'm going to be deploying my Ruby on Rails based application to a server soon, and I'm just wondering if some of you have any suggestions or advice. My main concerns are reliability, price, ease of ...
0
votes
0answers
61 views
Trying to run Django app on Gunicorn locally using Foreman
I'm following Getting Started with Django on Heroku tutorial
When I'm trying to run Django app on the Gunicorn using Foreman, i get next error traceback:
09:23:33 web.1 | started with pid 7012
...
0
votes
1answer
18 views
Heroku Toolbelt Issues on osx 10.5.8
So I am just beginning to work with heroku (on an old MBP running osx 10.5.8) and I am having some issues with the toolbelt. The installation finished with no errors, however I am unable to run any ...
2
votes
3answers
99 views
Heroku Rails asset pipeline fails to precompile after adding font
I'm trying to add a font to my Rails app this is what I've done:
Added fonts to:
-app
--assets
---fonts
SCSS:
@font-face {
font-family: LigatureSymbols;
src: ...
2
votes
0answers
41 views
heroku celery exceeding connection limit
I am using Django/Celery on Heroku with the CloudAMQP add-on. In my settings file if I set BROKER_POOL_LIMIT to any value other than None I quickly exceed my CloudAMQP connection limit of 6. I'm ...
1
vote
1answer
21 views
Need to know how to use heroku's Ephemeral filesystem and write file to /tmp folder
I am new to heroku.I have deployed my app to heroku which has python script running on clock
process.In that script I need to write to xml file using heroku's Ephemeral filesystem in /tmp folder and I ...
0
votes
1answer
69 views
ZeroMQ on Heroku
Why doesn't it exist on Heroku?
I want to use Akka and a distributed queues system for actors to communicate on different dynos. RabbitMQ doesn't seem to be the best option using Akka, because a lot ...
0
votes
1answer
63 views
git push heroku master error Permission denied (publickey) [duplicate]
I am new to heroku and I can't push my rails project.
I can successfully login to heroku, and I have keys
Keys
ssh-rsa AAAAB3NzaC...oPiDGoh0Gt root@Slava-System-Product-Name
but when I git push ...
0
votes
1answer
35 views
Heroku Error Code H10
I've been trying succesfully deploy my app!
Went on my site and it says the annoying old application error,
so i checked my logs and this is what I see
2013-05-05T10:42:16.387820+00:00 app[web.1]: ...
-1
votes
0answers
29 views
Installing FUSE + SSHFS on Heroku; Module not found [closed]
I am trying to set up FUSE + SSHFS on Heroku. I compiled fuse-2.9 and sshfs-fuse-2.4 with vulcan and now I am ready to mount my file system. I log into my heroku shell with heroku run bash and perform ...
1
vote
1answer
31 views
deploying wabapps (e.g. moodle) on heroku
What is the proper way to deploy webapps on Heroku? I'm installing Moodle, but the same procedure should apply to e.g. Drupal or Wordpress. What I hace done is to unzip Moodle locally, then uploaded ...
0
votes
0answers
20 views
Scaling Spring on Heroku
I was wondering if someone could point me to a good tutorial or blog post on writing a spring application that can be all run in a single process for integration testing locally but when deployed will ...
1
vote
1answer
47 views
Web Dynos in Heroku
I just wanted to see what the best practice in the following situation would be.
I have setup scheduler in my heroku app to run two rake tasks, (performs a screen scrape), these are ran once a day, ...
0
votes
1answer
126 views
Heroku Europe: hung requests in Unicorn workers
I have an app on Heroku that I forked to try out the Europe region support.
After some initial hurdles (Heroku Europe region: "Application error" when trying to fork) this seems to be ...
-1
votes
1answer
17 views
Where to store one number in cloud? [closed]
I have a python script that has one number as a state. I am hosting it with heroku.
Do I really need to create database for storing that number? Isn't there some kind of a Cloud service where you can ...
1
vote
1answer
32 views
Can you programmatically access current Heroku dyno id/name?
On Heroku, can you programmatically, from within an app, get some kind of identifier for the dyno currently executing your code? For example the dyno name (e.g. "web.1" or "worker.1"), or some other ...
0
votes
0answers
28 views
Django runserver, and s3boto backend
Django's "manage.py runserver" has the wonderful ability to magically gather altered CSS, JS, and image files as it's running. This makes the save changes-reload cycle incredibly fast when doing ...
1
vote
1answer
31 views
Store 600 KB of session data per registered user in Heroku
For a given application, we would need to store about 600 Kb of data in the web session per registered user who connects on our website. We would have about 1,000 registered users in parallel hence we ...
0
votes
1answer
29 views
Custom Django management commands not appearing on Heroku
When I do python manage.py locally, I get a list of management commands that includes my custom commands. When I do heroku run python manage.py I get a list of management commands that includes ...
0
votes
0answers
46 views
Unable to launch Heroku app - process exited with status 255
So I have play 2.0.4 project that I am trying to push to heroku. The project uses the play authenticate plugin and everything works as expected locally so I tried to push it to heroku.
I have spent ...
0
votes
1answer
47 views
we're sorry, but something went wrong on heroku when a user tries signing up [closed]
I can't correctly pinpoint what exactly is causing the issue
This is a new website I just pushed to heroku, ran heroku rake db:migrate, and heroku restart
It works just fine locally but this happens ...
0
votes
1answer
58 views
Heroku Web Dyno failing
I've made a little Node.js app and want to deploy it on Heroku. I'm following the Heroku doc and everything works fine. foreman start correctly start my app.
I push it to Heroku, no problem (except a ...
0
votes
1answer
31 views
Block IP's In a rails app on heroku
I have a rails app on heroku, and there are about 10 requests per second, which is strange because no one is using the app right now. All of the requests are for URI's that are clearly attempting to ...
0
votes
1answer
57 views
Can I host simple PHP website on heroku [closed]
I have a kind of a project and want to host it on heroku. Since heroku allows hosting PHP, can I host simple PHP website on heroku?
I heard somewhere that heroku can answer only one answers or ...
0
votes
0answers
27 views
Particular column not saving in Production only? Heroku/RoR/PostgreSQL
i can't for the life of me figure out why one particular column in my User table is not being updated--but only in Production on Heroku (Ruby on Rails, PosgreSQL).
I have a user avatar_url string ...
1
vote
1answer
23 views
Checking out a Heroku app
Probably a n00b question, but I am new to Heroku. Here goes:
Using the heroku osx command-line utility, how do I checkout a specific app that already exists on the server? it comes from another ...
-4
votes
0answers
45 views
Please help Solve this error i am new on heroku [closed]
$ git push heroku master
! Your key with fingerprint 24:36:89:3d:36:fe:29:a8:2d:3e:da:09:a5:53:a6:b2 is
not authorized to access herapp.
fatal: Could not read from remote repository.
Please make ...
0
votes
0answers
49 views
setTimeout and setInterval is not worked on Heroku
my code :
#form
<%= form_tag posts_path,:id=>"newword",:method=>:post,:onsubmit=>"newWords();return false;" %>
===============
#javascript
function newWords(){
// some code
...
0
votes
0answers
27 views
hartl chapter 5 Heroku errors
I've seen a similar issue posted before but it doesn't address my particular problem. I have finished chapter 5 of Michael Hartl's Rails Tutorial while its been great so far, I am currently having a ...
0
votes
1answer
43 views
On Heroku, why can't I see all the request headers with nodejs?
I'm trying to control static files cache headers in my nodejs app like described here ...
0
votes
1answer
34 views
Ruby on Rails through Heroku object associations :belongs_to :has_many
Real newb question here: I've got courses
class Course < ActiveRecord::Base
attr_accessible :name, :number
has_many :posts
validates :name, presence: true
validates :number, presence: true
...
-1
votes
2answers
50 views
Unable to connect to PostgreSQL server
I'm trying to connect to the PostgreSQL database of my app on Heroku:
$host = "ec2-54-235-242-31.compute-1.amazonaws.com";
$username = "user";
$password = "pass";
$database = "dbname";
$port = ...
0
votes
0answers
27 views
500 error page not showing on Heroku
I'm trying to get a custom 500 error page to show on Heroku, running rails 3.2.11
I've followed the steps at:
https://devcenter.heroku.com/articles/error-pages
The process worked fine for the ...
0
votes
1answer
30 views
Heroku aborts rake:precompile when it requires database access
Some of the project assets are ERBs (like file.js.coffee.erb) that will pull data from the database as to write themselves up. Database tables seems to be created ok, but Heroku keeps halting at the ...
0
votes
1answer
39 views
facebook graph API does not return event
I am trying to use graph API call to return events of a user who logged in to my app. However , $event is null all the time although I have created bunch of events myself, could anyone help?
Here is ...
0
votes
1answer
37 views
heroku javascript ajax post not returning anything
I'm trying to do a ajax post to a heroku server app and have the app return a response to the client web page (on a different server).
It works just fine if I test it locally (using localhost) but ...
0
votes
1answer
36 views
Heroku + Rails + GeoIp = uninitialized constant GeoIP error
I'm trying to deploy my old website to the Heroku.
Everything goes well, it starts, but when I access it through a web browser i get
NameError (uninitialized constant ApplicantsController::GeoIP):
...
1
vote
1answer
71 views
Heroku 1x vs 2x web dynos
I've been running some Facebook apps in Heroku-hosted environment with a fair bit of traffic .
These are simple apps using 2 php files (a one-page app plus an AJAX entry-point for data), which are ...
0
votes
0answers
55 views
how to configure non app bundled databases on heroku …
I created some databases threw the Website "postgres.heroku.com/databases" because they are used from many applications at the same time.
But how can I:
backup or upgrade the version of the ...


