[Rails] Re: threadsafe! & engines

2009-08-03 Thread Tyler Jennings
Pinged core, it's a bug. On Mon, Aug 3, 2009 at 7:55 AM, Roger Pack wrote: > > Tyler Jennings wrote: >> I'm having a problem with rails 2.3.2, engines, and eager loading. >> There is a default set of eager_load_paths (the usual suspects under >> app/) that will be greedily required by rails at bo

[Rails] Re: threadsafe! & engines

2009-08-03 Thread Roger Pack
Tyler Jennings wrote: > I'm having a problem with rails 2.3.2, engines, and eager loading. > There is a default set of eager_load_paths (the usual suspects under > app/) that will be greedily required by rails at boot time when you're > running with threadsafe! on, and of course you can append you