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
0answers
55 views
Heroku-'up to date', not up to date
There seem to be many questions like this but I am not finding a solution that works for me.
git push heroku master
'everything up to date', -not so. Its the same commit that I did yesterday that ...
1
vote
2answers
143 views
talking to a remote redis server using redis-py (python wrapper over redis)
I have installed redis on an independent database server(ec2 instance). And it has been installed and configured properly.
Now all that I want to do is from my webserver, I connect to it, and make ...
1
vote
2answers
28 views
Upload to heroku without git
Im making a tiny web app, really just for personal testing, the app is built with php / mysql, i plan to host it on heroku, but i was wandering is it possable to host stuff on heroku without pushing ...
1
vote
1answer
46 views
heroku node js simple cross-domain issue
I worked with two nodejs (no Express) application :
webprocess
dataprocess
dataprocess sends back a rest message with this code :
var status = 200;
if (responseStatus) {
status = ...
0
votes
0answers
20 views
How to use the PHP mail() function on Heroku
I've a simple template with a mail form that references a php script to send a email with the mail() function. I did some research and I now know heroku does not support this out of the box, so I've ...
0
votes
0answers
6 views
Heroku, apparent silent failure of sucker_punch
My app runs on Heroku with unicorn and uses sucker_punch to send a small quantity of emails in the background without slowing the web UI. This has been working pretty well for a few weeks.
I changed ...
0
votes
1answer
28 views
First Time Heroku Deploy App Can't Make Sense of Logs
This is my first time trying to deploy a small application on heroku to apply for an summer internship.
I went through the getting started guide with rails.
Here is my log, its just too much code
...
0
votes
0answers
16 views
Have a landing page on heroku supported by CMS and web app for the rest
I have a webapp on heroku. I would like to make it so that when a person goes to mywebapp.com they go to a CMS system like WordPress. But then I would like the rest of the web app to function as ...
2
votes
1answer
25 views
How can I place my email processes/routine outside of my frontend server (Rails 3.2/devise/sendgrid/heroku)
I am beginner in all Rails/dev/server management.
In order to free up my frontend server, I'd like to place all the requests sent to sendgrid (
authentificaiton, confirmation, passwiord reset and ...
0
votes
0answers
21 views
Wordpress on Heroku w/ nginx: how to URL_REWRITE
I have done a wordpress-on-heroku set up, which is working great. It is based on https://github.com/mchung/heroku-buildpack-wordpress and uses nginx.
I am trying to
Change the visible url to ...
0
votes
0answers
13 views
can i deploy not-web application to heroku
I want to find a hosting for a new project - a project would consist of web application, database and (this would be cool if it were possible) a self-contained "not-web" application (say, c++ program) ...
0
votes
4answers
47 views
Why do I need to “bundle install” before pushing a rails app to heroku?
I suppose the bundling is going to happen on the heroku servers anyway. What is the purpose of doing it on the local machine?
0
votes
1answer
70 views
Images are loading much slowly
I am using rails 3.2, heroku and S3 from where images load at a page, where I have fifteen images, these images take about 20-25 sec to load. How to load these images fastly so that my page take less ...
0
votes
1answer
17 views
How to configure timeout for nodejs on Heroku
How to configure timeout for nodejs on Heroku. Heroku timesout at 30seconds. I would like to timeout at 25th second. How do we configure ?
0
votes
1answer
51 views
My Sinatra App displaying 'Internal Server Error' after deployed to Heroku
My app is working locally, But after deploying to Heroku I'm getting an 'Internal Server Error' on my page
The Error log is as follows.
http://pastie.org/private/b5lgfmij1by3krieyp9sq
I cannot see ...
0
votes
0answers
37 views
There was an error in your Gemfile, and Bundler cannot continue
I am trying to run bundle install --without production after adding the pg gem for heroku but I get this error: There was an error in your Gemfile, and Bundler cannot continue.
Source
gem 'rails', ...
1
vote
2answers
50 views
How does heroku with buildpacks handle PATH?
I'm using the heroku-buildpack-r and heroku-buildpack-ruby in concert with heroku-buildpack-multi. Everything installs correctly and R works locally.
# .buildpacks
...
0
votes
1answer
32 views
Need to setup heroku app on my domain server
Let me explain my needs.
I have an apps on heroku.com
Now I have my own domain on bluehost.com
Need to setup these heroku app on my domain.
means when I visit on mydomain.com url, its use heroku ...
2
votes
1answer
39 views
Heroku reading Strings instead of Integers in Rails?
In a Rails 3.2.2 app running on Heroku Cedar stack with Postgres version 9.1.9.
While executing the following method:
class Post < ActiveRecord::Base
def shared_to_all
privacy & 1 == 1
...
0
votes
1answer
20 views
How to test an Heroku Buildpack without committing and pushing to heroku server each time
I am working on a heroku buildpack that will allow the deployment of symfony2 PHP applications to Heroku.
Each time I do a modification in the buildpack I follow the folowing procedure to test it:
...
0
votes
2answers
33 views
Heroku error with installing installing sqlite3 (1.3.7)
I created a small Rails app and I want to deploy it. I am getting a error when pushing to Heroku. I know this question has been asked already, but none of the solutions are working for me. I am on ...
1
vote
2answers
26 views
How to I generate a thread dump for an Java proces on heroku?
I want to be able to generate a java thread dump for my Java application running on heroku? I saw that heroku has jstack running but I can't figure out how to run it to generate a thread dump on my ...
0
votes
0answers
10 views
RoR - Discourse uninitialized constant JsLocaleHelper error
I'm trying to install discourse (http://www.discourse.org) locally (On My Macbook)
I was following this guide: https://github.com/discourse/discourse/blob/master/docs/HEROKU.md
but I have an issues ...
0
votes
1answer
30 views
Node app in heroku runs locally but I cannot scale dynos
I'm trying to run a node app in heroku. Foreman works to run it locally, and it pushes to git without any errors. However, when I run heroku ps:scale web=1, it says there is no such type as web. My ...
0
votes
1answer
63 views
Heroku static assets
On Heroku, I am receiving a at=error code=H10 desc="App crashed" method=GET path=/favicon.ico routing error.
Locally, I was receiving a ActionController::RoutingError (No route matches [GET] ...
1
vote
0answers
39 views
How to remotely fetch answer of phantomjs script run on heroku?
I want to fetch some information from a website using the phantomjs/casperjs libraries, as I'm looking for the HTML result after all javascripts on a site are run. I worked it out with the following ...
1
vote
0answers
34 views
Creating a Rails App and getting the following error when trying to upload to Heroku | uninitialized constant PinsController::Pin
try and push the code to Heroku and while it succeeds there is an error shown: (heroku log below)
2013-05-11T11:37:04.274936+00:00 app[web.1]: Started GET "/" for 27.96.210.68 at 2013-05-11 11:37:04 ...
0
votes
2answers
42 views
Heroku won't accept push due to submodule
I've created a PHP app on heroku, and I installed the sendgrid-php submodule. However, when I try to push it, this occurs:
$ git push heroku
Counting objects: 5, done.
Delta compression using up to ...
0
votes
1answer
19 views
dynamic asset loading heroku
I'm implementing a site tour feature for the website https://looky.co, and I want to only send the site_tour.js file when a show_site_tour is set to true. (show_site_tour is a database column).
I ...
0
votes
1answer
16 views
Heroku- Please help me decipher my error message
I am very new to heroku and am having some difficulty. I have finally converted the mysql db to postgres. When I go run my app, which works beautifully locally, I get the following error.
...
0
votes
1answer
24 views
How do i get rails to request the gzip static asset instead of the regular one?
I recently started pushing my static-assets to S3 via 'asset_sync' gem for my Heroku application.
rake assets:precompmile creates: 1) a regular version of the static asset and 2) a gzipped version of ...
0
votes
2answers
45 views
Heroku Application Error: understanding the logs
I just pushed my rails app to Heroku. Then I ran heroku db:migrate then heroku db:push. But when I open the app I get the error "An error occurred in the application and your page could not be served. ...
0
votes
1answer
36 views
Heroku- Please help me understand my error logs [closed]
I was finally able to convert MYSQL db to Postgres, and when I went to open the app for the first time I get this error. Would appreciate any assistance. Thanks!
My theory is that it is an issue ...
0
votes
1answer
50 views
heroku rake db:migrate ERROR “gem install activerecord-mysql-adapter”
im using Rails 3.2.6 trying to run
heroku run rake db:migrate
i get the adaptar ERROR
rake aborted!
Please install the mysql adapter: `gem install activerecord-mysql-adapter` (mysql is not part ...
0
votes
2answers
22 views
What time of day to Heroku dynos get restarted?
I know that Heroku auto-restarts dynos once a day. Are they restarted around the same time each day? Or just 24 hours from when they were first started?
0
votes
0answers
56 views
Meteor app on Heroku fails over time
I host my meteor app on Heroku with MongoLab add on (all free plans). Over time, the app will fail. I will not be able to login (using Account package), keep getting Internal server error as a ...
2
votes
2answers
40 views
Heroku, like a git repo? [closed]
I am having a problem wrapping my brain around Heroku. I created a small ruby on rails app, got it deployed to the free version of heroku and used a lot of git calls to do so. I have to say, can ...
0
votes
1answer
40 views
Heroku organizations is still available?
I am wondering if Heroku still have support for organization account, i have followed the steps of this page and can not see the organization create form.
Anyone knows if the feature is still ...
0
votes
1answer
26 views
Installing django-avatar onto heroku
I'm trying to install Django-Avatar onto heroku.
I tried django-avatar==2.0a9 in my requirements.txt
but got the error:
"No distributions matching the version for django-avatar==2.0a9"
I then ...
0
votes
0answers
75 views
Error:OAuthException: (#324) Requires upload file
HTML form for uploading the image
<form enctype="multipart/form-data" action="upload.php" method="POST">
Please choose a photo:
<input name="photo" ...
0
votes
0answers
27 views
Inconsistency in Postgresql database
So I created a postgres database on heroku - I'm having trouble accessing it at present.
Upon running $ heroku pg:info four times in succession (without doing anything else), I got this:
$ ...
0
votes
4answers
71 views
Heroku rails console does not start any more
I have an issue with running the rails console at heroku (cedar-stack). Each of the following commands heroku run console, heroku run rails console, heroku run bundle exec rails console results in the ...
0
votes
0answers
23 views
MYSQL migrating to Postgres issues- cache type wrong
I am trying to convert my MYSQL db to postgres for Heroku. I am getting this error.
query': Query cache is disabled; restart the server with query_cache_type=1 to enable it (Mysql::Error)
When I ...
0
votes
1answer
31 views
Experience with web crawlers on heroku
Does anybody have experience coding web crawlers with gems such as anemone and deploying them to heroku for your own person use? Would such a continuously running programs violate any of heroku's ...
0
votes
0answers
15 views
Heroku: Database serialized field bug after deploy
I think everything is properly configured for a database serialized field to work as expected. It's working indeed, in local development environment.
In Heroku production though, reading the ...
0
votes
1answer
14 views
Getting ruby constants in JS files on Heroku
I have some constants defined in my Rails app that I want to use in my JS files.
To do this, I have js.erb files in my assets/javascripts directory, and insert those constants where needed in ERB ...
0
votes
1answer
22 views
Is it possible to deploy just jar on heroku instead pushing source code?
I have a repository on GitHub. It consists of 3 projects. Main web application and libraries. Main application is jar with embedded Tomcat. I would like to deploy main application on Heroku. Can I ...
1
vote
1answer
30 views
How to run heroku commands in Ruby file?
I want to run heroku commands (such as 'heroku scale worker=5') in a ruby on rails class. Example:
class Foo
def self.perform
Heroku.run('heroku scale worker=10')
end
end
Is there a gem or ...
1
vote
2answers
65 views
Scala: how to use google/facebook credentials to provide access control for my application via openID on Heroku
I'm writing a hobby project with Scala on Heroku. Currently I have my own authentication mechanism which uses http basic auth. I'd like to be able to use people's existing credentials from e.g. google ...
0
votes
1answer
17 views
Trouble with pg_connect in connecting to Heroku
I created a PHP app on Heroku and I'm trying to connect to a Postgres database I set up on Heroku.
I put a snippet like this into the project:
$dbconn = pg_connect("host=thehost.amazon.whatever ...






