From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.229.49.16 with SMTP id t16cs57068qcf; Wed, 1 Sep 2010 12:21:32 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of rack-devel+bncCOnbwe_CGBC5z_rjBBoETIsTkA@googlegroups.com designates 10.216.145.130 as permitted sender) client-ip=10.216.145.130; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-devel+bncCOnbwe_CGBC5z_rjBBoETIsTkA@googlegroups.com designates 10.216.145.130 as permitted sender) smtp.mail=rack-devel+bncCOnbwe_CGBC5z_rjBBoETIsTkA@googlegroups.com; dkim=pass header.i=rack-devel+bncCOnbwe_CGBC5z_rjBBoETIsTkA@googlegroups.com Received: from mr.google.com ([10.216.145.130]) by 10.216.145.130 with SMTP id p2mr566584wej.7.1283368891375 (num_hops = 1); Wed, 01 Sep 2010 12:21:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:x-beenthere:received:received:received :received:received-spf:received:mime-version:received:received :in-reply-to:references:date:message-id:subject:from:to :x-original-sender:x-original-authentication-results:reply-to :precedence:mailing-list:list-id:list-post:list-help:list-archive :sender:list-subscribe:list-unsubscribe:content-type; bh=Jrv3ORa9DTAxLs5zgpgLOdppZJ6/zMVpMhJZCEAcsHI=; b=1mtvYVgo+uaVj7Aw46T60VSGOiNoih57Iuad2nZdvLrrHIIqbxbJ/Zx+YB/NMWqPsk /YJFX/RneBK/EP/5DCwsrcxSD/LDQjoX3pfvhnx2sX8lUPOUipPlHMeQ/LnVVkWrDR5i pgMsyN3k0/VE//7Mbhwwc/6wJ2VU7gBeoFo8I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:mime-version:in-reply-to:references:date :message-id:subject:from:to:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:list-post:list-help:list-archive:sender:list-subscribe :list-unsubscribe:content-type; b=jFk+2Tuz2U6T0yHCrDAkVY+OVRCCmVuL/JkPxfHspITiAGiEI1847/VMeHPbDA4lEr ep1puGAk/pZYDMsSNjl0uksm0Nu/ovtWagAIz+pPn6XoeYBQyJzBbs7AdBZ1ripLimdu YZv+Y0vJDgODGz+cdbhRywPpW6RK14ZGPMWto= Received: by 10.216.145.130 with SMTP id p2mr145679wej.7.1283368889917; Wed, 01 Sep 2010 12:21:29 -0700 (PDT) X-BeenThere: rack-devel@googlegroups.com Received: by 10.14.36.29 with SMTP id v29ls254462eea.3.p; Wed, 01 Sep 2010 12:21:29 -0700 (PDT) Received: by 10.14.37.5 with SMTP id x5mr665009eea.26.1283368889133; Wed, 01 Sep 2010 12:21:29 -0700 (PDT) Received: by 10.14.37.5 with SMTP id x5mr665008eea.26.1283368889071; Wed, 01 Sep 2010 12:21:29 -0700 (PDT) Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com [209.85.215.181]) by gmr-mx.google.com with ESMTP id w43si11382350eeh.7.2010.09.01.12.21.29; Wed, 01 Sep 2010 12:21:29 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.215.181 is neither permitted nor denied by best guess record for domain of steve@steveklabnik.com) client-ip=209.85.215.181; Received: by mail-ey0-f181.google.com with SMTP id 6so4592344eyf.26 for ; Wed, 01 Sep 2010 12:21:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.9.3 with SMTP id 3mr8268361wes.66.1283368888786; Wed, 01 Sep 2010 12:21:28 -0700 (PDT) Received: by 10.216.232.81 with HTTP; Wed, 1 Sep 2010 12:21:28 -0700 (PDT) In-Reply-To: References: <0257a5a4-9afb-4abf-bb46-b14fbbc57c38@s9g2000yqd.googlegroups.com> Date: Wed, 1 Sep 2010 15:21:28 -0400 Message-ID: Subject: Re: Bootstrapping rackup with multiple rack gems installed From: Steve Klabnik To: rack-devel@googlegroups.com X-Original-Sender: steve@steveklabnik.com X-Original-Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.215.181 is neither permitted nor denied by best guess record for domain of steve@steveklabnik.com) smtp.mail=steve@steveklabnik.com Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: Sender: rack-devel@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: text/plain; charset=ISO-8859-1 Whoops! I knew there was some reason that seemed stupid. Thanks. On Wed, Sep 1, 2010 at 3:20 PM, Konstantin Haase wrote: > > On Sep 1, 2010, at 21:16 , Steve Klabnik wrote: > >> Forgive my overly simplistic answer, but isn't this what Bundler is for? > > Rails 2.3 does not include Bundler. > > Konstantin >