Displaying 1 result from an estimated 1 matches for "zbundled_resource".
Did you mean:
  bundled_resource
  
2006 Jan 31
6
How to Affect Plugin Load Order
I''m using bundled_resource, login_engine, and a few other plugins. It 
appears Rails considers plugins in alphabetic order. Turns out that 
there is a particular order that will work and alphabetic ain''t it.
The login engine must be loaded first. Bundled resource then includes 
''application_helper'' and the application helper includes LoginEngine. If