Hi again Peter, Controlling the load order will still be possible with the 1.2 release; however, it's still a good idea to avoid any startup dependencies if possible. In practice this means trying not to require (explicitly or implicitly) any code from other plugins in your engine/plugin initialization.
Once the application has started and controllers get loaded, all your plugins will be in the load path and they can reference code without any issues. - James On 12/30/06, Peter Michaux <[EMAIL PROTECTED]> wrote: > Hi, > > Supposed I have both store and forum engines running in one app. I > want to have a single login for both running as an authentication > engine. Is this a big deal? I imagine that I can have the > authentication engine load first and then the other two engines. There > was talk of engines loosing control of loading order and then there > was talk of keeping loading order available in the same old way but as > a secret part of the engines API. Is this what happened? > > Thanks, > Peter > -- > Fork JavaScript: http://forkjavascript.org > _______________________________________________ > engine-developers mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org > -- * J * ~ _______________________________________________ engine-developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
