"User Authentication with Rails" was retired on February 24, 2020.

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

Localhost not working

My localhost says (in chrome) that localhost refused the connection and will not let me see anything on it.

Open up the console (ctl + j), refresh the page, what is logged in the console?

I have chrome and ctl+j opens downloads, how do you open the console on chrome (I've done it before but I forgot). Do you mean task manager?

My bad, it's ctrl + shift + j. That'll open up developer tools, normally the console tab is active by default when opened. The other way is by going to settings (top right in chrome) -> more tools -> developer tools.

Also in developer tools, you can check the "network" tab to see the status of your different files (500, 404, 200 etc..)

Hope that helps!

Yep thank you