I dont know if I did the right things.
Im using Login and User Engine
I created a user_controller on my app/controllers with all actions
included.
At my local win32 machine works fine, but in my production server the
controller at the first request uses the rigth user controller on
app/controllers but when I post to signup or logout the flash[:notice]
comes from the login_engine/app/user_controller.rb seems that my
controller was ignored.
Any Idea?
thanks
P
Pedro V.
http://blogs.onrails.com.ar
Pedro V. <pedro.visintin@…> writes:
I created a user_controller on my app/controllers with all actions
included.
At my local win32 machine works fine, but in my production server the
controller at the first request uses the rigth user controller on
app/controllers but when I post to signup or logout the flash[:notice]
comes from the login_engine/app/user_controller.rb seems that my
controller was ignored.
I have the same problem, and can’t find anything about this.
Do you have a solution yet?
Marek
Marek Stanczyk wrote:
Pedro V. <pedro.visintin@…> writes:
I created a user_controller on my app/controllers with all actions
included.
At my local win32 machine works fine, but in my production server the
controller at the first request uses the rigth user controller on
app/controllers but when I post to signup or logout the flash[:notice]
comes from the login_engine/app/user_controller.rb seems that my
controller was ignored.
I have the same problem, and can’t find anything about this.
Do you have a solution yet?
Marek
No solution yet,
I will try with the last Engines plugin 1.1.3 release.
P