Why does the slug size keep growing even with minor pushes?

2012-10-14 Thread Todd A. Jacobs
I have a small Sinatra app that weighs in at only 256K (excluding compiled gems, of course). However, every time I make a minor change to the app and push to Heroku, the slug size increases by about 0.1 MB. This is not due to adding gems or other binaries; this happens even when I'm pushing

Re: Heroku client on Ubuntu - any good install guides?

2011-07-05 Thread Todd A. Jacobs
On Jul 5, 2:38 am, kimptoc ch...@kimptoc.net wrote: Just spent a couple of hours trying to get the heroku command line installed on a friends Ubuntu box, but still no joy. The Heroku gem works fine under Ubuntu when using RVM. You just need to ensure you have all the RVM dependencies installed:

Re: Official source to identify Heroku's SSH host key?

2011-06-16 Thread Todd A. Jacobs
On Jun 16, 5:22 am, nevinera nevin...@gmail.com wrote: `ssh heroku.com` offers the option to verify the host key, though there's probably a more appropriate way. Um, verify it against what? That was the question. There is supposed to be some way of verifying that the fingerprint belongs to

Official source to identify Heroku's SSH host key?

2011-06-15 Thread Todd A. Jacobs
When attempting to push to Heroku from a new machine: $ git push heroku master The authenticity of host 'heroku.com (50.19.85.132)' can't be established. RSA key fingerprint is 8b:48:5e:67:0e:c9:16:47:32:f2:87:0c: 1f:c8:60:ad. This is expected, but I have no mechanism for verifying

Re: Has caching strategy changed? Seeing different ETags via redbot.org

2011-04-07 Thread Todd A. Jacobs
Heroku doesn't support all forms of rails caching, because it's a read- only filesystem. ETags usually work well, but a lot depends on how you're generating them. I just posted over on Rails Talk about the fact that fresh_when() doesn't support collections, for example. You'll definitely need to