the-teacher / rails7-startkit

Launch Rails with 1 shell command!
https://github.com/the-teacher/rails7-startkit
MIT License
577 stars 80 forks source link

Devise. Confirmation issue #16

Open the-teacher opened 1 year ago

the-teacher commented 1 year ago
Screenshot 2023-02-03 at 21 58 57 Screenshot 2023-02-03 at 21 59 32
NameError in Devise::RegistrationsController#create
undefined local variable or method `unconfirmed_email'
the-teacher commented 1 year ago
Screenshot 2023-02-03 at 22 04 10
the-teacher commented 1 year ago
Screenshot 2023-02-09 at 06 07 44 Screenshot 2023-02-09 at 06 06 47

https://stackoverflow.com/questions/6567863/no-route-matches-get-users-sign-out

You can end a session via get by changing the devise configuration in initializers.

# The default HTTP method used to sign out a resource. Default is :delete.
config.sign_out_via = :get
Screenshot 2023-02-09 at 06 08 25 Screenshot 2023-02-09 at 06 10 08