Ruby on Rails: Unable to sign out of application in production
问题 I have an application deployed on Heroku. Everything is working fine, except for signing out. When I click the link to sign out I get this error: "The page you were looking for doesn't exist. You may have mistyped the address or the page may have moved. If you are the application owner check the logs for more information." For user authentiation I am using of course the devise gem, I have multiple solutions hovering around Stack Overflow however none of them worked for me. Take a look at the