I’m using Rails with the Devise gem.
If I try to sign-in with http://localhost:5000/users/sign_in
I get:
Routing Error
No route matches {:controller=>"users/home"}
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
On advice from the Advise team, I changed all of the links in my menu to named helpers and it fixed the problem.