#if volker.schumacher.1 /* May 16, 11:01 */ > Jeremy Pettet wrote: > > Hello, > > > > I tried to migrate the schema for Login_Engine but I get this error > > > >>rake engine_migrate ENGINE=login > > > > rake aborted! > > No such file to load -- authenticated_user > > > > > > I cannot seem to find anyone else with the same problem. > > > > Thanks, > > JP > > Hi, > I have the same problem. > <v>
a bug has been raised for this (assuming its the same problem) http://dev.rails-engines.org/tickets/156 i ran into this the other day with trunk rails and login_engine the other day (bad me for not submitting a bug/patch). what i had todo was edit login_engine/init_engine.rb and change: require 'authenticated_user' require 'authenticated_system' to: require 'login_engine/authenticated_user' require 'login_engine/authenticated_system' HTH -v -- keys: http://codex.net/gpg.asc Shell to DOS...Come in DOS, do you copy? Shell to DOS... _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
