From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.229.248.11 with SMTP id me11cs5387qcb; Thu, 21 Oct 2010 22:08:38 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of rack-devel+bncCNfamaK9ExDSuITmBBoE0KrotQ@googlegroups.com designates 10.151.2.4 as permitted sender) client-ip=10.151.2.4; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-devel+bncCNfamaK9ExDSuITmBBoE0KrotQ@googlegroups.com designates 10.151.2.4 as permitted sender) smtp.mail=rack-devel+bncCNfamaK9ExDSuITmBBoE0KrotQ@googlegroups.com; dkim=pass header.i=rack-devel+bncCNfamaK9ExDSuITmBBoE0KrotQ@googlegroups.com Received: from mr.google.com ([10.151.2.4]) by 10.151.2.4 with SMTP id e4mr1878365ybi.70.1287724118408 (num_hops = 1); Thu, 21 Oct 2010 22:08:38 -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 :mime-version:received:received:date:x-ip:user-agent:x-http-via :x-http-useragent:message-id:subject:from:to:x-original-sender :reply-to:precedence:mailing-list:list-id:list-post:list-help :list-archive:sender:list-subscribe:list-unsubscribe:content-type; bh=w8uVy6j6BsqkIaqOe1ISjk+w3T9XbhVMZs+W3jirbNg=; b=tHmMQa9LnzmRCWu2Ar3k2BQGnAv900XSsro1aYCsRwS9MEGSrHEinE+FM7kLnQpjn7 OFYWlJnqhKc9dZQTv1JVZbZSx14Y/YmkqGvWrL1yEpIfvUDTOeg3selxvPF9IrzNfc5h NJY85bi6R4ysGiaz7FCesCbsfu3ccUMTqGiwU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-beenthere:mime-version:date:x-ip:user-agent:x-http-via :x-http-useragent:message-id:subject:from:to:x-original-sender :reply-to:precedence:mailing-list:list-id:list-post:list-help :list-archive:sender:list-subscribe:list-unsubscribe:content-type; b=jcxHK101uBVRVlzbM6Mz7I9zPQl4IIM3B5zqgu8Mm1mOIsKa+UA5IODm8MfcUL3N3q NlYksiYdFsde3SE/cdTK+Qpy+xlDsbTIO/sLZeRSo1HLOPN9txEP+m1Oz0VyBxDKhy0Z E8mdk2dZnVn3kpayHUaHq2ro1od+c3/2LK5EE= Received: by 10.151.2.4 with SMTP id e4mr397908ybi.70.1287724114656; Thu, 21 Oct 2010 22:08:34 -0700 (PDT) X-BeenThere: rack-devel@googlegroups.com Received: by 10.150.1.11 with SMTP id 11ls1726027yba.0.p; Thu, 21 Oct 2010 22:08:34 -0700 (PDT) Received: by 10.150.157.20 with SMTP id f20mr1101517ybe.29.1287724114250; Thu, 21 Oct 2010 22:08:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.90.70.13 with SMTP id s13mr159358aga.31.1287723202085; Thu, 21 Oct 2010 21:53:22 -0700 (PDT) Received: by 37g2000prx.googlegroups.com with HTTP; Thu, 21 Oct 2010 21:53:22 -0700 (PDT) Date: Thu, 21 Oct 2010 21:53:22 -0700 (PDT) X-IP: 71.198.4.128 User-Agent: G2/1.0 X-HTTP-Via: 1.1 ipgi.x:800 (squid/2.6.STABLE21) X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.11) Gecko/20101013 Ubuntu/10.04 (lucid) Firefox/3.6.11,gzip(gfe) Message-ID: <9709dac9-9acd-4e4b-b1e6-eaa6e202ae36@37g2000prx.googlegroups.com> Subject: Links and Modular Apps From: andyl To: Rack Development X-Original-Sender: akleak@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 I would like to use Rack to mount modular apps. Using the 'map' statement in config.ru, I can mount an app just fine. But - the links in my sub-apps don't work. If I mount App1 on '/app1', and App1 has a link , it needs to render '/app1/page' instead of '/page'. How do people get around this problem?? Thanks, Andy