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
The docs for has_cached_role? suggest that it might sometimes fail
my experiments with code similar to what's shown in the readme do not reproduce the problem
here, foo is a real role my system uses, and does_not_exist is not used and is here just a placeholder in an attempt to generate an AR relation without the roles preloaded
the results of has_cached_role? are accurate - preloading doesn't seem to be an issue
Hi - thanks for a great project!
The docs for has_cached_role? suggest that it might sometimes fail
my experiments with code similar to what's shown in the readme do not reproduce the problem
here, foo is a real role my system uses, and does_not_exist is not used and is here just a placeholder in an attempt to generate an AR relation without the roles preloaded
the results of has_cached_role? are accurate - preloading doesn't seem to be an issue
maybe this behavior has been improved since the feature and docs were introduced? #369
The text was updated successfully, but these errors were encountered: