From: <elo...@gm...> - 2007-11-17 14:46:20
|
Hey Alistair, Standaloneify will already do this for you. Only one catch is that if you are going to fork the process standalonify will never know of the dependencies. So you have to require the depencies in your app as well when running standaloneify. Other than that it works great in an app I'm working on. Cheers, Eloy On 11/17/07, Alistair Holt <ali...@gm...> wrote: > Hello, > I'm writing a little app which I want to contain a small web server - I was > thinking of using the lovely Camping ( > http://code.whytheluckystiff.net/camping/) . Problem is that I'm not sure > how I should go about achieving this. Camping is distributed as a Gem so I > was thinking I could package the gem source (and its dependencies) into my > app. Anyone have any other ideas? I'd be interested to hear peoples thoughts > on this. > > Cheers > > -- > Alistair Holt > ali...@gm... > |