Using Rails 1.1.6, engines 1.1.4, and either LoginEngine 1.0.2 or trunk, I see a bunch of errors running user_controller_test.rb, along the lines of:
Exception: undefined method `redirect_to_stored_or_default' for #<UserController:0x4e039a8> /cygdrive/c/dev/src/eclipse/AuthEngine2/config/../vendor/plugins/login_engine/app/controllers/user_controller.rb:25:in `login' I'm a little fuzzy on how that method (which is defined in lib/authenticated_system.rb) should have been available to UserController anyway. But it doesn't seem to be anymore. What might have changed in engines or (more likely, I'm guessing) Rails dependency resolving? Jay _______________________________________________ engine-developers mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-developers-rails-engines.org
