**'Celadon Cedar'** is the newest runtime stack for apps hosted on heroku.com. It is a polyglot platform, supporting multiple languages including Ruby, Python, Java, and Clojure.
2
votes
1answer
38 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
134 views
Generating file with PDFKit on Heroku - No such file or directory
I'm using PDFKit to create pdfs of from a given url within a Resque job on Heroku Cedar. My code looks like:
kit = PDFKit.new(url)
pdf = kit.to_file("/tmp/#{SecureRandom.hex}.pdf")
I then upload ...
1
vote
1answer
102 views
Heroku assests precompile fails with coffee-rails-3.2.2
I have been running into this issue recently on Heroku and can't seem to figure out how to correct it. The application is Rails 3.2.x application running on ruby 1.9.3. It runs fine locally but when ...
0
votes
1answer
33 views
How to specify Cedar to use ree 1.8.7?
I am running a rails 2.3.16 app on Heroku with ruby 1.8.7.
I know that I should upgrade to rails 3 but until I have more time I would like to use REE 1.8.7 instead of MRI 1.8.7 on my Heroku app. It ...
2
votes
1answer
232 views
How to enable gzip compression for static Rack sites on Heroku Cedar?
Following the Creating Static Sites in Ruby with Rack article, I get a static site on Heroku with a config.ru that looks like this:
use Rack::Static,
:urls => ["/images", "/js", "/css"],
:root ...
0
votes
0answers
64 views
Heroku PHP cedar stack: can I do URL rewrites?
I'm running a PHP app on the Heroku cedar stack. Is there a way to set up URL rewrite rules? I had hoped to do this in .htaccess files, but only access control directives are recognized in this.
I ...
0
votes
1answer
48 views
HireFire on Heroku Cedar no getting triggered?
I've upgraded an app from 3.2/1.8.7/Bamboo to 3.2/1.9.2/Cedar. Everything seems to be working except HireFire is not getting triggered properly.
Things seem to go smoothly when I run
bundle exec ...
0
votes
1answer
168 views
Rails 3.2.11 deploy Heroku error
I got the application uploaded to heroku, during the uploading process, it did not show any sign of errors.
Yet, when I "heroku open" it, the only thing that rendered on the page is "We're sorry, but ...
0
votes
1answer
73 views
iOS testing controllers with Cedar
I'm trying to test a controller(s) with Cedar but can't really understand why it's not working. The controller never gets shown, viewDidLoad or viewDidAppear are never called. Is this something Cedar ...
2
votes
0answers
182 views
Heroku not serving static/public folder with Unicorn and Rails 2.3 app
I have been able to get Unicorn to start up properly with my Rails 2.3 app on Heroku's Cedar Stack, however, it is not serving the static assets correctly from the public folder. I have tried placing ...
1
vote
1answer
253 views
Heroku: bash: bundle: command not found
My heroku deployment is crashing with following errors.
2012-12-12T17:16:18+00:00 app[web.1]: bash: bundle: command not found
2012-12-12T17:16:19+00:00 heroku[web.1]: Process exited with status 127
...
1
vote
1answer
43 views
Identity and Access Management for Heroku Application
My identity and access management tool of choice is OpenAM utilising their container based policy agents, this approach is not possible however using the Heroku Celadon Cedar stack -- at least it ...
0
votes
1answer
100 views
How to download an ephemeral file from Heroku Cedar
I have a rails project hosted on Heroku Cedar that does the following:
crawls daily newsfeed and store them into the database
manually judge the feeds and classify them into categories
use the ...
2
votes
2answers
286 views
CSV export in Stream (from Django admin on Heroku)
we have the need to export a csv-file comprising data from the model from Django admin which runs on Heroku. Therefore we created an action where we created the csv and returned it in the response. ...
1
vote
1answer
358 views
Heroku Node.js + Python
I am trying to build a web-app that has both a Python part and a Node.js part. The Python part is a RESTful API server, and the Node.js will use sockets.io and act as a push server. Both will need to ...
0
votes
0answers
24 views
Heroku cedar upgrade issues
Facing several issues related to an upgrade from bamboo-ree-1.8.7/ruby 1.8.7/rails 2.3.11 to cedar or bamboo-mri-1.9.2/ruby 1.9.2/rails 3.0.12. I am stuck where it throws this error message about "No ...
0
votes
0answers
14 views
Embedding a java component on Heroku
I am currently working on a Rails 3 application that we are deploying on Heroku. The system requires a component that is written in Java and is too big to be ported right now.
Is it possible to embed ...
1
vote
1answer
72 views
heroku cedar interactive console bombing
Background:
I have the latest Heroku Toolbelt.
I have authenticated to Heroku toolbelt.
My app is on Cedar.
I'm on a Mac.
I have looked everywhere for a solution....f me
Problem:
This is ...
5
votes
1answer
391 views
how to make a simple php app send emails from heroku cedar stack?
I have a very simple php website, that has a contact form that uses the php mail() function to send emails. How can i host this on heroku? wich add-on should i use, and how do i set it to work with ...
3
votes
2answers
820 views
heroku: bash: bundle: command not found
I am porting a Heroku app from Aspen to Cedar stack at Heroku, following their instructions.
I'm at the last deploy step. I get this error:
2012-10-22T11:23:53+00:00 heroku[web.1]: Starting ...
0
votes
1answer
100 views
Heroku: Creating a simple, static one page website on Cedar
I'm attempting to upload a simple one page web page using Heroku.
I was previously using the Play! Framework but it seems overkill for a single page with some javascript.
+ project/
+ public/
+ ...
2
votes
2answers
616 views
no type named 'shared_ptr' in namespace 'std'
Hopefully this helps somebody else
Trying to compile an iOS project with Cedar BDD kept failing with no type named 'shared_ptr' in namespace 'std' error message.
It was obviously a C++ error but ...
1
vote
2answers
82 views
rails 2 on heroku
I've create an app on my local MAC MINI machine in Rails 2.2.2 with Webrick it works
Now I want upload the app on Heroku
$ heroku create myapponline --stack cedar
ok, and after I check if I exist ...
1
vote
0answers
136 views
Cannot send emails using Sendgrid on Heroku Cedar stack
I receive the following error: 451 Authentication failed: Maximum credits exceeded.
However when I check the sendgrid dashboard on heroku it says:
Is the dashboard outdated? It says I still have ...
0
votes
0answers
65 views
Heroku Error: No such file or directory after Bamboo - Cedar upgrade
I've upgraded my app from Bamboo to Cedar following the instructions here. My problem now is whenever I run any heroku command on the new heroku app I receive the following error
$ heroku run rake ...
0
votes
1answer
113 views
Heroku “no Cedar-supported app” when pushing, even though app is on cedar stack?
I have never used Heroku before, but our client wants us to use it. An app is already set up on Heroku, and if I log in and check the app info it says that it is on the cedar stack.
Now I want to put ...
0
votes
3answers
230 views
How can I save a file to /tmp/ via ftp on cedar
I have a rake task that connects to an ftp server, downloads a file, and then gunzips it. This works locally, but when I run the task on my heroku cedar server I get no feed back after executing ...
1
vote
1answer
439 views
Duplicate primary key, can't access psql console
Problem creating new records in postgres database. Using Heroku Cedar stack and Rails 3.2.
Calling create results in
ActiveRecord::RecordNotUnique (PG::Error: ERROR: duplicate key value violates ...
0
votes
1answer
147 views
why do i get a “Procfile declares types -> (none)” even when i have the correct Procfile?
i am trying to run the bundled solr that comes with sunspot_solr gem by adding this one line to Procfile:
solr: bundle exec rake sunspot:solr:start
Procfile is spelled with a small 'f' and exists ...
2
votes
0answers
98 views
HardDisk Quota — Cedar Stack (Heroku)
I know that the maximum slug size allowed is 200 MB. But what is the maximum disk space you can use per instance? Say I'm downloading a couple of files when the node process is running.
1
vote
1answer
203 views
Rails Zipfile Corrupt when zipping group of mp3 files in tmp on Heroku (Cedar) with rubyzip
I have been working on this for a while. Tried many many different things, I'm totally stumped.
I'm trying to download a series of mp3 files from Amazon s3, then store them in Heroku's tmp dir, zip ...
0
votes
1answer
41 views
Migrating to Cedar on Heroku and losing URL from heroku.com to herokuapp.com
I'm in the process of doing several major improvements to my main production app on Heroku
This includes : using PostgreSQL in development, upgrading to the latest Rails, move to a dedicated database ...
0
votes
1answer
149 views
Transfer heroku database from one bamboo app to another cedar app
Is there a faster way to transfer database on one app to another, without using capture and restore process which is taking 3hrs in my case.
We are trying to move to Cedar app and can't afford a 3hrs ...
0
votes
1answer
51 views
Migrating app from Bamboo to Cedar: can I just change DATABASE_URL in the new instance?
In the migration Guide the recommended approaches for migrating databases don't include just changing the DATABASE_URL in the new instance. If you have a dedicated database in Bamboo, and want to use ...
2
votes
1answer
147 views
How do I clear a stale pypi package from Heroku/Cedar's virtualenv?
I am building my own flask-oauth in my app's src/lib and adding it to the web application's path via: sys.path.insert(0, os.getcwd() + '/src/lib/flask-oauth') I have to do this because the pypi ...
9
votes
3answers
1k views
redmine deploy on heroku cedar
I've been banging my head against the wall trying to deploy redmine 2.0.3 on heroku cedar.
I had lots of problems with deploying with sqlite gem so I removed all sqlite references from my Gemefile, ...
1
vote
1answer
145 views
Error in SendGrid on Heroku cedar stack
when I try to send an email via sendgrid on heroku cedar stack,
I got an following error :
ArgumentError (SMTP-AUTH requested but missing user name):
my settings in /environments/staging.rb are :
...
0
votes
1answer
287 views
heroku pg password authentication failed error
I'm a total heroku noob so please bear with me on this one. Last night I deployed an application to heroku cedar, putting 'gem 'pg'' into the production group on my gemfile and leaving sqlite3 in my ...
5
votes
1answer
1k views
Heroku *.js isn't precompiled error
I'm using Rails on Heroku Cedar stack and it's not throwing any issues while compiling the assets but then I get a 500 internal server error:
2012-06-25T23:22:59+00:00 app[web.1]: ...
1
vote
1answer
103 views
Load on Heroku Instance seen in heroku run top
When I run heroku run top on my server I see a very high load, currently 36.37
I realise this is probably not the dyno that runs the app, but it does seem very high to me, does this explain poor ...
3
votes
1answer
2k views
Heroku could not connect to server: 'Connection refused' when deploying a Rails 3.2.3 app on cedar stack [closed]
Since yesterday it worked, but this morning, I can't figure out why, my app on heroku is unable to connect to the shared DB.
I can't even do a simple:
$ heroku run rake db:reset
(I'm on a cedar ...
1
vote
1answer
392 views
How do I get Rails 3.1 with ElasticSearch & Tire working on Heroku Cedar Stack?
I'm having trouble getting Tire working using ElasticSearch with the Bonsai addon on the Heroku Cedar stack. It keeps crashing my app and when I check the Heroku logs (i.e. run heroku logs in ...
2
votes
1answer
2k views
Heroku Cedar pure rack static site
I've been trying to consolidate two tutorials for hosting static sites:
Deploying Rack-based Apps for the cedar stack
Static Sites with Ruby on Heroku/Bamboo
Basically I want to be able to do what ...
5
votes
3answers
2k views
How to Enable GZIP compression on Play Framework 1 app on Heroku Cedar?
I'd like to enable GZIP compression for public assets and HTTP responses for performance. My site has a lot of mobile access.
As far as I can tell, there is nothing built into Play Framework to ...
2
votes
3answers
496 views
How do I fix a pgbackups error: backup url is invalid?
I'm trying to follow the instructions on migrating to Cedar (except I did a major rewrite so this isn't a branch of the previous app but a separate one) and stuck at the db migration step. I installed ...
0
votes
4answers
698 views
Play 2.0 Scala Heroku instance isn't seeing every variable in the Procfile
I'm using Play! 2.0 Scala edition on Heroku. Heroku does not seem to see/use all my configuration variables in the Procfile.
For instance, in my application.conf I have the following variables ...
0
votes
1answer
33 views
Is there a simple way of knowing running Heroku processes from within a process?
I'd quite like to know whether there's a simple way of knowing the list of running processes in your app, from inside a running process.
For instance, let's say I have a web process and a worker ...
0
votes
2answers
416 views
how do I setup cedar for bdd testing of ios apps?
I'm trying to set up cedar and having difficulty getting it to work. I'm trying to follow the instructions on github.
I'm using xcode 4.2.
The first step I'm not sure about is this:
"Create a ...
0
votes
2answers
837 views
Heroku Cedar Stack and command heroku run console
In my old Ruby 1.9.2 Sinatra apps running on Bamboo stack, heroku console provided a shell that not only initialized Active Record but also logged to a history file in my .heroku directory.
After ...
0
votes
1answer
257 views
sending a command to heroku console
What's the correct way of sending a command to heroku console on Cedar?
heroku console 2+2 works on older stacks - it warns me to use heroku run console on cedar.
When I run
heroku run console 2+2
...


