-
Devise and sendgrid integration into rails 6
Introduction In the world of software development, “testing” is a term that you’ll frequently come across. And among various types of testing, “unit testing” is one of the most crucial and fundamental practices that every developer should
-
Devise and sendgrid integration into rails 6
Devise is a flexible production-ready authentication system supported in rails. The authentication system basically consists of three functionalities i.e. Signup, Login, and Logout. Further, in Signup, the password has to be a hashed password rather than a normal string and a confirmation link has to be sent on the registered...