I have had LoginEngine working like a champ. So I decided to install UserEngine. When I go to http://localhost:3000/user/login it keeps on trying to redirect to /user/login until Firefox decides to stop trying. Here is my log:
127.0.0.1 - - [05/Feb/2006:20:34:17 Central Standard Time] "GET /user/login HTTP/1.1" 302 98 - -> /user/login 127.0.0.1 - - [05/Feb/2006:20:34:17 Central Standard Time] "GET /user/login HTTP/1.1" 302 98 - -> /user/login 127.0.0.1 - - [05/Feb/2006:20:34:17 Central Standard Time] "GET /user/login HTTP/1.1" 302 98 - -> /user/login Any ideas? If I comment out references to the UserEngine in application.rb and environment.rb then things work like they did before I installed LoginEngine. THanks, scott. -- 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
