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 use Squel-rails and sequel-devise gems. When I run rails g devise_token_auth:install User auth, I have an exception: 'retrieve_connection': No connection pool with 'primary' found. (ActiveRecord::ConnectionNotEstablished) . Is there any way to use devise_token_auth with Sequel?
The text was updated successfully, but these errors were encountered:
@unrooty not without more detail. You've refused to elaborate so I'm closing for now.
If I had to guess, you're asking if this gem works with Sequel instead of ActiveRecord, which I don't think it does. Feel free to write a pull request though if you can figure it out!
I use Squel-rails and sequel-devise gems. When I run
rails g devise_token_auth:install User auth
, I have an exception:'retrieve_connection': No connection pool with 'primary' found. (ActiveRecord::ConnectionNotEstablished)
. Is there any way to usedevise_token_auth
with Sequel?The text was updated successfully, but these errors were encountered: