cedar Questions
3
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.
3
Solved
My website used to be working and Heroku precompiled the assets and everything. Now, seemingly out of nowhere, I started to get this message on deploy:
Preparing app for Rails asset pipeline
Runni...
Sellers asked 19/3, 2012 at 23:31
7
Solved
I have deployed a rails 3.1 app to Heroku Cedar stack, and am trying to perform a:
heroku run rake db:migrate
it returns:
Running console attached to terminal...
Error connecting to process
...
Tremolite asked 25/9, 2011 at 16:17
7
Rails newbie here. I'm trying to deploy my Rails 3.1/Ruby 1.9.3-p0 app to Heroku and have followed all the steps according to Heroku. But I keep running into:
Heroku push rejected, no Cedar-suppor...
Etheleneethelin asked 16/2, 2012 at 4:4
2
Solved
So, I am running into more problems with heroku and this rails tutorial. The rails tutorial I am making had me develop a super basic app. They then had me create a bit bucket account. After this th...
2
Solved
When I try to run:
heroku run rake db:drop db:create db:migrate
I get the error:
Running rake db:drop attached to terminal... up, run.5
Couldn't drop adsfsadfas : #<ActiveRecord::StatementIn...
Kyanite asked 17/11, 2011 at 5:11
4
Solved
I've got a rails 3.1 app deployed on Heroku Cedar. I'm having a problem with the logging. The default rails logs are working just fine, but when I do something like:
logger.info "log this message"...
Pacificas asked 11/11, 2011 at 18:36
5
just started with RefineryCMS, sorry for newbie question. It runs fine locally and deployed luckily on Heroku Cedar stack. Created a page called Home. /pages/home responds fine.
routes.rb
root :...
Voccola asked 3/4, 2012 at 2:21
2
Solved
I'd like the runtime of my Heroku app (Play/Scala, running on Heroku Cedar) to be able to report to me which git commit it was built from. Heroku apps are generally built by the slug compiler on He...
Euphroe asked 31/10, 2014 at 9:16
5
Solved
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 instal...
2
Solved
How do I enable GZIP compression on the new Heroku Cedar stack? This is straight from their site:
Since requests to Cedar apps are made directly to the application server – not proxied through a...
3
Solved
I'm running a Rails 3.1.1 application on Heroku Cedar. By default this stack doesn't Gzip and set Expires Headers on assets.
There is some doc about that, but it's not very clear : http://devcenter...
Presumptive asked 17/10, 2011 at 10:49
2
Solved
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....
Shiah asked 27/11, 2012 at 13:59
1
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? Which add-on should I use, and how do I set it to work wit...
2
Solved
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 proc...
3
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...
Vinyl asked 12/7, 2012 at 2:14
0
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 ha...
6
Solved
I tried this tip: https://github.com/thoughtbot/laptop/pull/14#issuecomment-3192270 .
On deploy I see
-----> Using RUBY_VERSION: ruby-1.9.3-p0
But my logs show the environment variable is no...
Tartarean asked 9/1, 2012 at 5:52
1
Solved
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]: ActionView::Tem...
Batson asked 25/6, 2012 at 23:28
3
Solved
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 su...
Hageman asked 28/5, 2012 at 0:3
2
Solved
When I was running Heroku Bamboo, this was never a problem. Now, on Cedar, I get errors whenever I try to access my models from within a rake task on the server. This happens with rake db:seed, a s...
Lodged asked 22/3, 2012 at 19:5
2
Solved
I tried following the instructions here in order to create a static website on Heroku's Cedar stack.
I have put the site up here.
When I try to push the app (using "git push heroku master"), I g...
3
Solved
I have an existing Rails 3.1rc4 app deployed to heroku on the Bamboo stack. I would like to upgrate to 3.1rc5 and use the new Cedar stack. Since I can't use heroku stack:migrate, I have to create a...
Minority asked 4/8, 2011 at 15:50
1
Solved
According to the comments in the accepted answer here Rails how to Gzip Javascript? (Heroku) and the official cedar documentation (http://devcenter.heroku.com/articles/http-routing#the_herokuappcom...
1
Solved
Do Heroku Cedar stack apps require thin and eventmachine in Gemfile?
gem 'thin'
gem 'eventmahine'
What about versions?
On other stacks they were installed automatically?
1 Next >
© 2022 - 2024 — McMap. All rights reserved.