From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.229.49.16 with SMTP id t16cs57402qcf; Wed, 1 Sep 2010 12:26:09 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of rack-devel+bncCP7CjYe8CRDO0frjBBoEBlckLA@googlegroups.com designates 10.216.144.196 as permitted sender) client-ip=10.216.144.196; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-devel+bncCP7CjYe8CRDO0frjBBoEBlckLA@googlegroups.com designates 10.216.144.196 as permitted sender) smtp.mail=rack-devel+bncCP7CjYe8CRDO0frjBBoEBlckLA@googlegroups.com; dkim=pass header.i=rack-devel+bncCP7CjYe8CRDO0frjBBoEBlckLA@googlegroups.com Received: from mr.google.com ([10.216.144.196]) by 10.216.144.196 with SMTP id n46mr7623423wej.6.1283369168467 (num_hops = 1); Wed, 01 Sep 2010 12:26:08 -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:received:references:from:in-reply-to :mime-version:date:message-id:subject: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=Yzz0P83veqEUX7FBVf8vF8r+Hgp28KpXeZeFWDJk6tE=; b=NMGOOvNWi6b/uggIdZpRPS7y8AuGsoY1OM4AXDXQ52fGO30bl7CPc/+dAawsD22ed0 oE1+hcort9zLVizQDQQphnns7As3xOtTNEtlnsE2JJReshsa5Vdv1VrjC9ZUQBpF07fJ 0ZG6Q0EFxT/HfLQ3n4fllhgCmGDycitBNbFWA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:references:from:in-reply-to:mime-version :date:message-id:subject: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=WL56CsvAE5NMqgvq4o/cYhqqIbIgtZVWw6ucyZ/zyUi+0m1Kp7ycW+gmo9L8QtIdNE ZuT4StgAmTAov1pFCabIZKcgXaKwb4n62zg+GGdcUxK4QIChdD28QggFDAeTnISG2t+0 UtYozf230tG8MNqrLFnVd8Mw32d845YVCfNIg= Received: by 10.216.144.196 with SMTP id n46mr1721331wej.6.1283369166966; Wed, 01 Sep 2010 12:26:06 -0700 (PDT) X-BeenThere: rack-devel@googlegroups.com Received: by 10.227.139.159 with SMTP id e31ls821894wbu.0.p; Wed, 01 Sep 2010 12:26:06 -0700 (PDT) Received: by 10.227.157.73 with SMTP id a9mr345449wbx.12.1283369165894; Wed, 01 Sep 2010 12:26:05 -0700 (PDT) Received: by 10.227.157.73 with SMTP id a9mr345448wbx.12.1283369165586; Wed, 01 Sep 2010 12:26:05 -0700 (PDT) Received: from mail-wy0-f173.google.com (mail-wy0-f173.google.com [74.125.82.173]) by gmr-mx.google.com with ESMTP id v4si3609894weq.1.2010.09.01.12.26.04; Wed, 01 Sep 2010 12:26:04 -0700 (PDT) Received-SPF: pass (google.com: domain of wycats@gmail.com designates 74.125.82.173 as permitted sender) client-ip=74.125.82.173; Received: by wyb39 with SMTP id 39so8714642wyb.4 for ; Wed, 01 Sep 2010 12:26:04 -0700 (PDT) Received: by 10.216.159.131 with SMTP id s3mr8250424wek.99.1283369164113; Wed, 01 Sep 2010 12:26:04 -0700 (PDT) References: <0257a5a4-9afb-4abf-bb46-b14fbbc57c38@s9g2000yqd.googlegroups.com> From: Yehuda Katz In-Reply-To: Mime-Version: 1.0 (iPhone Mail 8A306) Date: Wed, 1 Sep 2010 12:25:57 -0700 Message-ID: <-7171275270101461971@unknownmsgid> Subject: Re: Bootstrapping rackup with multiple rack gems installed To: "rack-devel@googlegroups.com" X-Original-Sender: wycats@gmail.com X-Original-Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of wycats@gmail.com designates 74.125.82.173 as permitted sender) smtp.mail=wycats@gmail.com; dkim=pass (test mode) header.i=@gmail.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 You can use bundler with Rails 2.3 and quite a few people do: http://gembundler.com/rails23.html Bundler's Rails 3 integration is very light; it's just a few lines in the default generated app. Sent from my iPhone On Sep 1, 2010, at 12:21 PM, Steve Klabnik wrote: > 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 >>