Magnus, would that still support the dynamic reloading of the app file that the camping server does now?
Dave On Tue, Dec 20, 2011 at 9:41 AM, Magnus Holm <[email protected]> wrote: > On Tue, Dec 20, 2011 at 15:14, Isak Andersson <[email protected]> wrote: >> Den 2011-12-20 14:09:02 skrev David Susco <[email protected]>: >> >> >>> I've never found myself working on multiple apps at once in a dev >>> environment. >>> >>> Dave >> >> >> I haven't either, but I can definitely see myself using it sometime. > > The new Camping Server will be able to run rackup-files. Would it be > good enough if you had to do this? > > # in both.ru > require 'app' > require 'app2' > map '/app' do run App end > map '/app2' do run App2 end > > $ camping both.ru > _______________________________________________ > Camping-list mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/camping-list -- Dave _______________________________________________ Camping-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/camping-list

