ruby on rails - Devise DatabaseAuthenticatable not accessing database -
i having same problem warden not accessing database (devise) -- integrating devise rails 4.0.5 application. i've followed instructions letter.
however, when attempt log in, can tell stepping through in debugger warden isn't trying query database. far can tell thinks :database_authenticatable strategy invalid.
can shed light on this? in advance!
edit: digging further, used debugger force-run strategy , can see error message generate " @message=:not_found_in_database," - however, it's not hitting database!
it turned out had custom view causing problem -- link discussion devise core maintainers here: https://github.com/plataformatec/devise/issues/3700
Comments
Post a Comment