|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PhillyOnRails] couple simple ror questions
|
- From: "Randy Schmidt" <randy@umlatte.com>
- To: talk@phillyonrails.org
- Subject: Re: [PhillyOnRails] couple simple ror questions
- Date: Mon, 13 Aug 2007 12:42:02 -0400
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=gggL8o5PgK5X5bvTPb8O/n5QqWlSTIMM2I5eQuy3BA0l1s+erRS3fTNTPGTsz0Ytqifm0EiO2RijWNFxvNdop2+MsVDCdbgjj8UYQ3ljGio99i+VeB0Gc2IWnn7NFG5l51yDvl9Re+7AKPBvCgV3BV1vVWZm9gXBF0Ckrcp/UAM=
- List-archive: <http://lists.phillyonrails.org/pipermail/talk>
- Reply-to: talk@phillyonrails.org
- Sender: talk-bounces@phillyonrails.org
> what if you're working on a team? wouldn't be easier to have svn manage
> dependencies rather than trusting that each developer is running the exact
> same gems and versions? what if you're running two ror apps. app x requires
> one version of an api and a app y requires another?
Agreed... I can't count how many times I have had an obscure error
(believe me, the last one, the error had nothing to do with the
missing gem, but it was a missing gem causing it) because of a missing
gem...I haven't quite gotten to packaging up gems with apps, but I'm
looking for a clean way to do it. Every way I have tried...something
ends up not working.
--
Randy Schmidt
randy@umlatte.com
www.umlatte.com
267.334.6833
_______________________________________________
To unsubscribe or change your settings, visit:
http://lists.phillyonrails.org/mailman/listinfo/talk
|
|