Hi, I can't replicate this problem with the engines test application. You can download it using svn using the following command
svn co http://svn.rails-engines.org/test/engines/rails_1.1 engines_test cd engines_test rake test In particular, the tests which demonstrate that methods from engine controllers can still be loaded in the presence of application controller mixing are in test/functional/application_overloading_engine_controller_test.rb. If you can replicate this problem with the test application, please let me know.... - james On 6/30/06, Paul Robinson <[EMAIL PROTECTED]> wrote: > On 30 Jun 2006, at 17:31, Tim Greiser wrote: > > > On one site I had overridden app/controllers/user_controller.rb (only > > set 1 method 'home'). This was causing > > vendor/plugins/login_engine/app/controllers/ > > user_controller.rb::protect? > > to not execute. As a temporary fix I copied the protect? method > > into my > > overridden copy. > > Tim, > > I've forwarded your posts to the main rails lists to make sure others > see it and help Google grab it sooner, and have also made a > suggestion that we should be helping the rails core team test their > releases with engine, plugins and apps before they roll out a > release. Will now wait and see what the reaction is. > > I'll also take a look this weekend at what's going on - I've got a > load of apps using user/login engine with customisation and was > waiting for 1.1.4 to shake out before upgrading. As this would be a > show-stopper for me, I'm going to put the time into working out what > is going on. > > Thanks for the work-around. > > -- > Paul Robinson > > _______________________________________________ > engine-users mailing list > [email protected] > http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org > -- * J * ~ _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
