Migrate from Devise to Rails authentication generator
Recently, I finally removed devise from an old project and replaced it with the code generated by Rails’s built in authentication generator. This turned out to be far easier than expected. Here are my notes:
Post a comment