On Fri, Sep 24, 2010 at 3:25 PM, Todd Sedano <[email protected]> wrote: > Chad, > Could you provide an example on how to run bundle install from a separate > parallel interpreter session kicked off before the tests run? Is this done > from the cruise.rake file ? > Thanks, > Todd
In a Rails 2.x app, it can be done from cruise.rake, I think it also works from preinitializer.rb. Just put it in a 'system' call. Your best bet is to read up on http://gembundler.com/ and ask on the bundler mailing list if you still have questions. I might tell you something outdated, as I haven't played with Bundler much since 1.0 :) -- Chad _______________________________________________ Cruisecontrolrb-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
