Search code examples
Devise error undefined method `email'...

ruby-on-railsrubyactiverecorddevise

Read More
How to skip the need to confirm an email address update with devise?...

ruby-on-railsruby-on-rails-3devise

Read More
Adding Activeadmin to existing rails 6 Api with devise already installed...

ruby-on-railsrubyjwtdeviseactiveadmin

Read More
Rolify and acts_as_tenant with Single Signon (with some Devise & Pundit on the side) - can it be...

devisesingle-sign-onrolifypunditacts-as-tenant

Read More
Blocking the possibility of logging in if the user is not in the database - Rails Devise...

deviseruby-on-rails-7

Read More
Rails dynamic default_url_options setting for devise...

ruby-on-railsdevise

Read More
Devise: Disable password confirmation during sign-up...

ruby-on-railsregistrationdevise

Read More
"Could not find a valid mapping for #<User ...>" only on second and successive tests...

deviseintegration-testingrspec2factory-bot

Read More
Devise: after successful login hook...

ruby-on-railsdevise

Read More
Share session (cookies) between subdomains in Rails?...

ruby-on-railssessiondevise

Read More
How to stub env['warden'].user for ApplicationCable::Connection tests with rspec...

rspecdeviserspec-railsactioncable

Read More
Rails devise disable password recovery for certain user types...

ruby-on-railsrubyruby-on-rails-3authenticationdevise

Read More
undefined local variable or method `flash' for #<Devise::OmniauthCallbacksController:0x007fb5...

ruby-on-railsdevisemiddlewarerails-apiomniauth-facebook

Read More
What does the "stretches" of database_authenticatable of devise mean?...

ruby-on-railsdevise

Read More
Devise with Omniauth for multiple models without STI...

ruby-on-railsdeviseomniauth

Read More
skip authorization for specific controllers using pundit in rails 4...

ruby-on-railsdevisepundit

Read More
invitation_accepted? returns FALSE in after_invitation_accepted CALLBACK...

ruby-on-railsrubydeviseruby-on-rails-6devise-invitable

Read More
Getting ActionDispatch::Request::Session::DisabledSessionError after upgrading to rails 7...

ruby-on-railsrubydeviserubygems

Read More
How to Properly Implement API Authentication with Devise in Rails?...

ruby-on-railsjwtdevisedevise-jwt

Read More
Issue with current_user in turbo_stream and broadcast...

ruby-on-railsdeviseturbo

Read More
Adding New Admins to Active Admin...

ruby-on-railsdeviseruby-on-rails-3.1activeadmin

Read More
Implementing user impersonation in Rails API + React client...

ruby-on-railsrubydeviseclient-serverimpersonation

Read More
Rails: Why user authentication based on two columns in database doesn't work?...

ruby-on-railsrubydevise

Read More
Seeding users with Devise in Ruby on Rails...

ruby-on-railsruby-on-rails-3deviseruby-on-rails-3.2seed

Read More
Rails + Devise - Is there a way to BAN a user so they can't login or reset their password?...

ruby-on-railsruby-on-rails-3devise

Read More
Inviting and removing collaborators to/from project - Rails...

ruby-on-railsdevisemulti-tenant

Read More
Migrate encrypted password using devise to another environment using devise but with different devis...

ruby-on-railsdevisemigration

Read More
Devise: manually encrypt password and store directly...

ruby-on-railsdevise

Read More
Devise render sign => up/in form partials elsewhere in code...

ruby-on-railsruby-on-rails-3ruby-on-rails-3.1deviseruby-on-rails-3.2

Read More
`method_missing': undefined method `devise' for User (call 'User.connection' to esta...

ruby-on-railsdevise

Read More
BackNext