Re: git push heroku master

2010-09-09 Thread A. M.
oh nevermind, thank you for replying though - i found out that it was because i created the heroku repository before i git initiated i added a gems file and everything works spiffy On Wed, Sep 8, 2010 at 11:57 PM, Hemal Kuntawala hemal.kuntaw...@gmail.comwrote: What's the error? On 8

Re: Heroku push rejected, your slug is currently being compiled. Please try again later.

2010-09-09 Thread marcel
While your slug is compiling you can't push a new update. If you disconnect after you push the code, but during slug compilation, the slug will still get compiled and your app updated. It should only take a few minutes. I've had it take several hours on a few occasions, as discussed in this other

migrated to 1.8.7, app in crash state

2010-09-09 Thread dan
when heroku logs pointed to one of my gems needing 1.8.7, i migrated stacks to the bamboo-1.8.7. after completing the migration, ive had a few issues, never actually getting the app running yet. its complaining about a custom require, which may be in the boot.rb from RVM

Question about HTTP caching

2010-09-09 Thread Chris Hanks
I've read through the caching docs, and Things Caches Do, but I'm still not clear on something, so here I am. Suppose I signal Heroku to cache a page for an hour (setting the 'Cache-Control' header to 'public, max-age=3600'). Alice visits the page at noon, and Heroku stashes it in Varnish to

Re: Question about HTTP caching

2010-09-09 Thread Pedro Belo
At the time you told Heroku, 1pm. Thanks, Pedro On Thu, Sep 9, 2010 at 4:59 PM, Chris Hanks christopher.m.ha...@gmail.com wrote: I've read through the caching docs, and Things Caches Do, but I'm still not clear on something, so here I am. Suppose I signal Heroku to cache a page for an hour

Re: Question about HTTP caching

2010-09-09 Thread Chris Hanks
Ok, thanks! On Sep 9, 5:09 pm, Pedro Belo pe...@heroku.com wrote: At the time you told Heroku, 1pm. Thanks, Pedro On Thu, Sep 9, 2010 at 4:59 PM, Chris Hanks christopher.m.ha...@gmail.com wrote: I've read through the caching docs, and Things Caches Do, but I'm still not clear on

Re: Question about HTTP caching

2010-09-09 Thread Pedro Belo
On a side note though, we run multiple caching servers - so there's no guarantee that Bob's request will hit the same server. If you need more control to your cache we recommend using Memcache. On Thu, Sep 9, 2010 at 5:14 PM, Chris Hanks christopher.m.ha...@gmail.com wrote: Ok, thanks! On

Re: Question about HTTP caching

2010-09-09 Thread Chris Hanks
Really? Why doesn't Heroku partition certain URLs to certain servers (through a hashing scheme or something similar)? I'm curious now :) How many servers are there? On Sep 9, 5:18 pm, Pedro Belo pe...@heroku.com wrote: On a side note though, we run multiple caching servers - so there's no

Re: Question about HTTP caching

2010-09-09 Thread Pedro Belo
Ops - you're right, it should go to the same server because of the hash ring. Guess I just got confused because we didn't always have it :) On Thu, Sep 9, 2010 at 6:28 PM, Chris Hanks christopher.m.ha...@gmail.com wrote: Really? Why doesn't Heroku partition certain URLs to certain servers