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
I'm running a Rails 4.2 application, using the latest version of devise (3.5.1), latest version of devise-neo4j (2.0.0), and latest version of neo4j (5.0.2). As explained in neo4jrb/devise-activegraph#16, I am unable to call sign_in user because Devise.ref.name does not return User. Instead, it returns something that looks like this:
It seems this has something to do with class caching. But I don't really understand how this works. So I'm having trouble trying to find a solution (or even identify how it is supposed to work). These lines seem to be the source of my issues:
It's possible that this is a bug with the neo4j gem. However, if you know how this ActiveSupport::Dependencies::reference stuff is supposed to work and what I need to do to fix it, that would help.
Otherwise, as a workaround, if you could help me find a way of signing in a user and avoid those lines of code that are failing, that would be helpful too.
I'm really just trying to figure out how to move forward.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm running a Rails 4.2 application, using the latest version of
devise
(3.5.1), latest version ofdevise-neo4j
(2.0.0), and latest version ofneo4j
(5.0.2). As explained in neo4jrb/devise-activegraph#16, I am unable to callsign_in user
becauseDevise.ref.name
does not returnUser
. Instead, it returns something that looks like this:It seems this has something to do with class caching. But I don't really understand how this works. So I'm having trouble trying to find a solution (or even identify how it is supposed to work). These lines seem to be the source of my issues:
It's possible that this is a bug with the
neo4j
gem. However, if you know how thisActiveSupport::Dependencies::reference
stuff is supposed to work and what I need to do to fix it, that would help.Otherwise, as a workaround, if you could help me find a way of signing in a user and avoid those lines of code that are failing, that would be helpful too.
I'm really just trying to figure out how to move forward.
Thanks!
The text was updated successfully, but these errors were encountered: