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 Build a Simple Ruby on Rails Application Creating an Authentication System Generating the Devise Views

Problems getting to sign up page

Sublime text crashed as i was using it and ever since i cant seem to get to the sign up page via localhost:3000/users/sign_up. it seems to just revert back to the list all statuses page.

I've tried using rake routes and all the right information shows up. i've made sure the public index file is gone but for some reason the page still wont seem to load. any ideas?

Thanks

1 Answer

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

I'm 99% sure you are already logged in on the page, so it takes you to root automatically. You'd have to sign out (restarting the browser or the whole system might also do the trick).

How would you sign out?

Maciej Czuchnowski
Maciej Czuchnowski
36,441 Points

Well, if you used Devise, you already have a path for logging out. You just need to create a link for signing out and click it.