Re: Compiled Slug size not changing after removing large gems from Gemfile

2010-10-12 Thread Keenan Brock
Hi Stephen, If you checked in a gem into git Then you deleted the gem from git. Git still has the gem. It is not showing up for today, but git log will show when you added it and removed it. Guess I do not know if you are checking in your bundle dir and gems into git. 1. So are you saying

Re: Compiled Slug size not changing after removing large gems from Gemfile

2010-10-12 Thread Chris Hanks
According to the Heroku docs (http://docs.heroku.com/slug-compiler), the git repository is not included in the slug. I've had the same experience as Stephen - I'd specify gems in my Gemfile that would push the slug size up, and then remove them without any effect to the slug size. Then I could

how video +18??

2010-10-12 Thread hgfds
how video +18??[1] Links: -- [1] http://bit.ly/bcvaFf -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this group, send email to her...@googlegroups.com. To unsubscribe from this group, send email to

Re: Koi (how variable is variable?) vs. Ronin (expensive!) vs. Amazon RDS (winner?)

2010-10-12 Thread mattsly
Thanks Chris - that's great to know that you're handling that much traffic w/ only 2 dynos and Koi. I have highly cachable content as well, and plan on aggressively using varnish, as well as caches_page behind that, and then rendering user specific partials (welcome back username) w/ ajax (sounds

Re: Compiled Slug size not changing after removing large gems from Gemfile

2010-10-12 Thread guillaume fradin
I was actually going to write support about this issue for my app, but I ll try here first the slug size of my app has slowly been increasing after each commit, now up to 73Mb. This is definitely not a big application, so I believe something wrong is happening. Could easily be my fault, off

Re: Add SSH Key to Heroku (using Windows/Cygwin)

2010-10-12 Thread Twiek
I followed their guide but it unfortunaltely didn't work for me. I have a SSH-Key and it seems to work (I used it for opening a github- Account). The problems start when I enter the following: $ heroku or $ heroku keys:add This results in the error message seen above. My guess is that it's

Re: Add SSH Key to Heroku (using Windows/Cygwin)

2010-10-12 Thread Abel Tamayo
I don't think many are using Windows with Rails here. Maybe you should try dual booting with Linux. The new Ubuntu came out just this weekend and you won't regret the switch ;) On Tue, Oct 12, 2010 at 4:19 PM, Twiek sebastian.schwiec...@googlemail.comwrote: I followed their guide but it

Re: Compiled Slug size not changing after removing large gems from Gemfile

2010-10-12 Thread marcel
I discovered something similar about a month ago. I dug around the directory structure using heroku console, and noticed that the deleted gems still existed in the slug's .bundle folder. -- You received this message because you are subscribed to the Google Groups Heroku group. To post to this

Re: Dogpile effect with Varnish?

2010-10-12 Thread Thomas Balthazar
Hi Ben, Any update about this? Thanks, Thomas. On Tue, Oct 5, 2010 at 8:33 PM, Thomas Balthazar gro...@suitmymind.com wrote: Hello Ben, I just read you were about to talk to the Varnish specialist at Heroku. I would really appreciate if you took the time to help me to find the answer to

Re: You have modified your Gemfile in development but did not check the resulting snapshot (Gemfile.lock) into version control

2010-10-12 Thread stephen murdoch
thank you so much :) i had no idea you could do this and it works perfectly! On Oct 12, 5:44 am, Chris Hanks christopher.m.ha...@gmail.com wrote: First, to prevent Heroku from installing certain gems, use the BUNDLE_WITHOUT config var to specify groups you want to skip. For example, I do:

Re: Compiled Slug size not changing after removing large gems from Gemfile

2010-10-12 Thread stephen murdoch
yes Keenan, it's definitely my slug size that's creeping up (same problem others are having) I did some digging and this is what I found: According to the command-line output, my bundle is getting installed to `.bundle/gems`. I decided to try and vendor my gems to see if this would make a

Re: Add SSH Key to Heroku (using Windows/Cygwin)

2010-10-12 Thread Matthew Todd
On Oct 11, 2010, at 7:36 PM, Twiek wrote: Beeing new to programming I'm trying to learn RoR using railstutorial.org and ran into a problem in chapter 1.4.1 (http:// railstutorial.org/book#sec:1.4.1). When trying to add my SSH key to Heroku the following happend: ba...@basti-pc ~ $ heroku