On Wed, 7 Feb 2007 00:00:29 -0700
"Chad Woolley" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I'm trying to make my Rails app auto-install my required gems, by
> invoking the gem installation in boot.rb.  I'll use the ActionMailer
> gem as an example:

Did you ever figure this out Chad?  My thinking is that if there's
anything messing up gems it'd be GemPlugins.  The easiest way to test
that is open up mongrel_rails, go to the bottom where GemPlugin is run,
and then put that into the webrick script real quick.

If that then blows up webrick then that's the cause.  Otherwise, it
might be some kind of race condition that isn't hit because webrick is
slower.

-- 
Zed A. Shaw, MUDCRAP-CE Master Black Belt Sifu
http://www.zedshaw.com/
http://www.awprofessional.com/title/0321483502 -- The Mongrel Book
http://mongrel.rubyforge.org/
http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to