J Smith wrote: >> page, even though the username and password is correct. There are no >> I have no idea why the controller is just being ignored outright. > > I ended up copying the contents of user_controller.rb from UserEngine > and > pasted it into the user_controller.rb script for LoginEngine and moved > the > UserEngine file out of the way. Now everything seems to work. >
Thanks! I've had the same problem and I've been trying to work it out for hours, lol. The fix you gave there sorted all of the issues I was having, cheers. To possibly shed some further light on the subject I managed to track it down to running under FastCGI, if I ran exactly the same code under SCGI everything worked perfectly. Kev -- Posted via http://www.ruby-forum.com/. _______________________________________________ engine-users mailing list [email protected] http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
