Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

No route matches [GET] "/users/sign_up"

Hey, I just moved on to the "Creating an Authentication System" section on the Ruby section, and after the Generating the Devise Views section, my /users/sign_up/ was gone. I checked if all the coding I had recently put in was there, it was. When I try to get into http://127.0.0.1:3000/users/sign_up it gives me this error: No route matches [GET] "/users/sign_up" It then suggests to try rake routes When I redo this, I find out the route actually is gone. I'm on Windows 8 x64 bit. Has anyone else got this problem?

3 Answers

Paul Lopez III
Paul Lopez III
4,503 Points

strange .. can you paste your routes.rb here? and also check if devise is still in Gemfile

Andrew Goddard
Andrew Goddard
40,807 Points

I'm having a similar problem, but with my /users path.

Looking at the files, I don't have a users_controller. Could that be the problem?