From: Lyle Johnson Date: 2007-05-30T05:43:32+09:00 Subject: Re: Project reference question On 5/29/07, Allen Riddle wrote: > When developing locally, do we need to create a Gem for the "enterprise" > project and install that in our repo, and just have rails access that? That should work. If you're using Subversion as your SCM system, you might also consider the use of the svn:externals feature to embed the "enterprise" code library into your Rails application(s) code. (Other SCM tools may have similar features.)