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.
1
vote
0answers
67 views
How fix number of connection for heroku staging DataBase
I'm using heroku to deploy my Rails 2.3.6 application.I'm using production Database backup for my staging server.But when i using this command for restart heroku.
heroku restart --app ...
1
vote
0answers
332 views
gem:koala: this authorization code has expired. [HTTP 400]:
Why does this work on my local machine but not on the heroku server?
def set_access_token
# get the access token from wherever we can
@access_token ||= (set_oauth_data && ...
1
vote
0answers
72 views
Responsive Images on Heroku and Rails
What is the recommended method for implementing responsive images in a rails app hosted on Heroku?
I wanted to use filamentgroup's Responsive-Images but I don't have htaccess on Heroku.
1
vote
0answers
56 views
Any idea how to configure log4php to integrate with heroku logging?
I'm trying to use log4php in my php application. Like log4j this can write logs to the console or a logfile. Bit confused as to how to interface this with the heroku logging. I would ideally like to ...
1
vote
0answers
216 views
Postgres on Heroku - Intermittent Errors
After migrating an existing Rails 3 app to Heroku, I am getting a lot of intermittent Postgres errors reported to Airbrake. In particular, a bunch of these errors occur every few hours: ...
1
vote
0answers
694 views
Fatal database error on Heroku dev
I have a Django app (music streaming service) running on a free hosting account on Heroku with a Postgres database with one web dyno. Yesterday I wrote a script that uploads mp3 files to Heroku, ...
1
vote
0answers
658 views
heroku receiving Application Error. no web processes
i am having this problem on my heroku server
at=error code=H14 desc="No web processes running"
i attempted to run
heroku ps:scale web=1
but receive this error
Scaling web processes... failed
! ...
1
vote
0answers
209 views
Java on Heroku/Jetty
I am developing a DB based application on Heroku + Jetty stack. I am using Heroku Postgres as database. I have a DB utility class that connects to database and returns connection. However, I keep ...
1
vote
0answers
143 views
Heroku IP address “not pinging” according to 1&1?
I've created an app on Cedar with Heroku..... and want my 1&1 domain to point to it.
I've followed this instructions here, and added the domain to Heroku - which appears correctly in the app ...
1
vote
0answers
38 views
Why was model.save needed on heroku but not on localhost in this case?
I've been developing a Rails application to deploy on Heroku. It involves a User object and a Card object, where a User has_many Cards and a Card belongs_to a User. I've written actions to attach a ...
1
vote
0answers
171 views
is Neo4J-spatial already included in heroku?
I have been reading about Neo4J: https://github.com/neo4j/spatial/blob/master/src/test/java/org/neo4j/gis/spatial/TestSimplePointLayer.java
but I cant' understand how to use them, in fact I don't ...
1
vote
0answers
61 views
Relative path working on heroku for RoR but not on local dev environment
I have a folder under a public directory, called foo, and domain/foo takes me to foo/index.html.
I have public/foo/assets/css/custom.css, which is accessed with a relative link as
...
1
vote
0answers
103 views
Rails] Images erased after a new commit on heroku
I'm using Carrierwave to upload images, and my app is on Heroku right now.
Images are uploaded successfully unless I push a new commit to heroku. Images that I uploaded before a push seem to be erased ...
1
vote
0answers
90 views
How to have long running threads in heroku to listen to multiple aws sqs queues inside rails?
I have two tasks named task "sqs:listen_converted" and task "sqs:listen_failed".
The first one listens to converted files and create a record for it in postgres.
The second set a flag in file record ...
1
vote
0answers
122 views
Heroku Toolbelt Windows - Rails Console Command History
Is it possible to get the Rails console command line history when using the Heroku toolbelt on Windows?
heroku run console
This is not working on Windows 7 using version 2.33.1.
1
vote
0answers
175 views
An error occurred while installing ZenTest (4.8.2), and Bundler cannot continue.
When I practice the Chapter three of the tutorial of Ruby on Rails. After mostly static pages: conclusion. I tried to push my app to heroku but an error showed up as below: (I searched this error ...
1
vote
0answers
115 views
Heroku, Rails: WildCard SSL cause env['warden'] to return nil
In my rails app. I'm using devise. Users will enter the top page from several subdomains like "ja.myapp.com", "www.myapp.com" etc..
I use several subdomains only inside promotion pages, so when they ...
1
vote
0answers
77 views
Importing existing heroku project in eclipse
I am using Eclipse to work with heroku. Well while importing apps to eclispe am getting this error always "Associate your SSH key to your Heroku account by going to Preferences". Well even tried to ...
1
vote
0answers
62 views
Devise on heroku with a custom domain
So I am getting this odd issue which is only on my one heroku instance. I have an rails/devise app deployed to heroku with a custom domain, and when I go to log in, it redirects to the herokuapp ...
1
vote
0answers
119 views
Setting up SSL on heroku with custom domain
I am trying to set up SSL for a custom domain on heroku using the ssl-endpoint addon. My app uses Rails 3.1.0.
Suppose my custom domain is www.example.com. From this question and various other ...
1
vote
0answers
51 views
Will long polling block a web dyno on cedar?
There is an article in the Heroku devcenter, which explains that long polling is supported on the cedar stack: https://devcenter.heroku.com/articles/request-timeout
Does that mean the web dyno is ...
1
vote
0answers
123 views
Devise login logout too slow for user model. Admin model works normally
I've used devise before without any problems on heroku. It is working fine, but the login and logout functions are going really slow. About 3 full seconds to work.
The only thing I've changed from ...
1
vote
0answers
59 views
Page Tab not consistently showing up
I recently set up an app on Facebook to utilize the page tab feature for a business page I admin. I used the Heroku hosting and believe I set it up correctly because I am able to see it when I click ...
1
vote
0answers
56 views
Is there a way to schedule Heroku maintenance mode in advance?
We have an app running on heroku that we need to put into maintenance mode for an hour during the night while Amazon perform maintenance on the RDS instance we are using.
Does anyone know of a good ...
1
vote
0answers
122 views
Erros while installing 'therubyracer-heroku' gem
I am trying to do a gem install therubyracer-heroku -v '0.8.1.pre3', but I am getting errors while building, it is a big log but here is the last failing lines (pasted full log in the end):
g++ -o ...
1
vote
0answers
157 views
Heroku “npm install jugglingdb mongoose” Already did
I am trying Heroku, but i have run into a problem.
I deployed the Node.js app, but it crashed, I then tested it localy and find out that it was because it did not have run the command "npm install ...
1
vote
0answers
106 views
Rails - set POST request limit (file upload)
I am building a file uploader for Rails, using CarrierWave. I am pretty happy about it's API, except that I don't seem to be able to cut file uploads that exceed a limit on the fly.
I found this ...
1
vote
0answers
35 views
Rails: Determine when detached run is done
I am using Rails on Heroku together with the heroku-api gem.
On a scheduled basis I run a rake-script. I want to see the results of that script every time it runs:
require 'heroku-api'
heroku = ...
1
vote
0answers
46 views
Rails Error H10 showing NameError and const_missing_from_s3_library
We have an app we are upgrading from Bamboo to Cedar and we are running into a major issue. Deployment goes through fine, but we get an immediate app error. Any ideas are appreciated.
...
1
vote
0answers
127 views
install uuid-dev on heroku
I am quite new to dealing with dependencies on Linux and an application that I wish to install depends on Unix libraries. I have installed the application on my local Linux machine but when I tried to ...
1
vote
0answers
44 views
Heroku (tried everything that I can find resources to)
I have tried pretty much everything I can think of to just be able to login to heroku. The only thing left I could think of is run as a new user on my computer (which is a mac). And then see if it's ...
1
vote
0answers
93 views
heroku router timeout/interrupt causing lost responses
I have what appears to be a race condition related to losing responses coming from my heroku web service.
The heroku router delivers the request to the web service, the web service processes the ...
1
vote
0answers
55 views
How do I make Heroku use my “acctest” maven profile?
I would like to use Heroku as an (end-user) acceptance test environment. The differences between my different environments are captured by using different maven profiles (which basically switch to use ...
1
vote
0answers
90 views
SQLGrammarException on Heroku after local database change
I created a Java webapp that uses Hibernate and PostgreSQL. It is based on Heroku's Java MVC tutorial (https://devcenter.heroku.com/articles/spring-mvc-hibernate). I made some minor database changes ...
1
vote
0answers
37 views
The deprecated Rake API on Heroku
"heroku rake" access will be turned of on October 29.
And they say in their final notice email that:
To ensure you're able to continue running Rake commands against your app, please install the ...
1
vote
0answers
82 views
Will Heroku time out a request if it sits in the queue for too long?
I have a Rails app running on Heroku. I'm expecting a big spike in traffic tomorrow. I know I can temporarily scale up the dynos if need be to support the traffic.
What happens if there is a spike in ...
1
vote
0answers
112 views
heroku config PATH variable
I'm trying to deploy a heroku app that depends on an unsupported external library. I loaded the library into my vendor folder but now I need to configure heroku to look in a specific path for ...
1
vote
0answers
173 views
Python push fail to Heroku because of missing “<<<<<HEAD” distribution spec?
I've created a Python application with Flask and right now I'm trying to deploy it on Heroku. When I try to push (using "git push heroku master") I get the following error:
raise ValueError("Missing ...
1
vote
0answers
119 views
Why is localhost:3000 rendering css differently than my app hosted on Heroku?
When checking out my GUI in localhost:3000 running locally (rails server) everything looks right, but when I push the code up to Github and then to Heroku, the CSS appears to be rendering differently. ...
1
vote
0answers
59 views
Setting a grails app environment in heroku?
Heroku supports non-prod environments, but their documentation is sparse on the topic. They mention setting RACK_ENV for rails apps. What is the equivalent for grails?
1
vote
0answers
116 views
Is it possible to make Heroku install the mongodb NPM package with the C++ BSON parser?
Locally, I can run npm install --mongodb:native to get npm to compile and install the C++ BSON parser, but I can't replicate the same action on Heroku.
I tried adding a pre-install command npm ...
1
vote
0answers
151 views
heroku subdomain wildcard on herokuapp.com
I am running a PHP application on Heroku and am wondering if I can have wildcard subdomains on top of the herokuapp.com hosted subdomain. For example I have my application running on ...
1
vote
0answers
202 views
devise + omniauth facebook : current_user nil after sign_in
We have registration and login via facebook using rails, devise, and omniauth. We're hosted on Heroku, running two web dynos.
sometimes login with facebook is failing. The actual handshake between ...
1
vote
0answers
156 views
Heroku scheduler with EC2 SauceConnect SSH Tunnel
I have a bit of a unique situation with our testing setup. Basically what I would like to do is have Heroku run our integration tests with Sauce Connect at scheduled intervals. Sauce Connect requires ...
1
vote
0answers
280 views
Sidekiq workers slower than Resque
I am trying out sidekiq alongside my resque system in production. Now I know this isn't quite an apples-to-oranges comparison but my resque jobs running on a heroku worker take around 4s to complete. ...
1
vote
0answers
101 views
Facebook site url different from canvas url
I have a running facebook application (canvas app) on one hosting account.
I tried to create an external website with facebook login using Heroku Node.js, and use this new hosting (the original app ...
1
vote
0answers
132 views
Heroku Django: can't find module
I am following the Heroku instructions for Django but I'm having trouble:
2012-10-03T22:33:55+00:00 app[web.1]: Error: No module named widget_tweaks
2012-10-03T22:33:57+00:00 heroku[web.1]: Process ...
1
vote
0answers
110 views
Heroku app working, but won't allow me to push additional changes
I have a heroku app with two remotes: staging and production. So far I've had no issues with this.
Today I have successfully pushed to my production app, but get the following error when trying to ...
1
vote
0answers
37 views
Rails copy management
I was looking for a Gem or tool to integrate into my Rails app that will allow a non-technical person to change the text on our site's marketing pages. We are currently using Copycopter, however we ...
1
vote
0answers
71 views
RestClient and ENV troubles with Heroku
I have an app on Heroku. Locally I am using Foreman and have a .ENV file for storing config vars. For this example let's say my API key is 123456789 and my Heroku app name is acme
The following rake ...
