You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
My environment:
ruby 1.8.7 + Rails 2.3.8
I met the following error when a session kept in cookie is recovered.
F, [2010-08-03T19:40:02.937000 #2624] FATAL -- :
NoMethodError (undefined method
remember_token?' for true:TrueClass): lib/authenticated_system.rb:130:in
login_from_cookie'lib/authenticated_system.rb:12:in
current_user' lib/authenticated_system.rb:6:in
logged_in?'lib/authenticated_system.rb:35:in
authorized?' lib/authenticated_system.rb:53:in
login_required'The error occurs because "true" is set to "user" variable in the following block in lib/authenticated_system.rb.
The error disappeared after I replaced 'and' with '&&' as follows.
This may depend on ruby version or something.
Thanks,
ebi
The text was updated successfully, but these errors were encountered: