
Notes about Devise gem in Rails 8
Quick no ordered notes about devise gem in rail 8.
-
Super easy to use, but if you want to customize a view, remember to run the comand to generate the views, so then you can modify them.
-
remember to pick a library for implementing authorization, 2 good libraries ar cancancan and pundit.