Building the Profile Page
The profile page is the foundation of our social network application. Each user will have their own profile page with their own custom URL based on their username. This profile page will initially just show the status updates that the user has posted.
4 videos • 0 quizzes • 4 code challenges
-
Play
Preview
Testing the Profile Name
6 minutes 14 seconds
-
Code Challenge
Preview
Code Challenge: Testing the Profile Name
2 objectives
-
Play
Preview
Creating the Profiles Controller
7 minutes 50 seconds
-
Code Challenge
Preview
Code Challenge: Creating the Profiles Controller
2 objectives
-
Play
Preview
Testing the Profiles Controller
6 minutes 57 seconds
-
Code Challenge
Preview
Code Challenge: Testing the Profiles Controller
2 objectives
-
Play
Preview
Scoping
4 minutes 50 seconds
-
Code Challenge
Preview
Code Challenge: Scoping
1 objective
Favorites
Now that uses have a profile page, why not try adding some of their favorites to it? This could be favorite movies, TV shows, hobbies, and more. Try adding a migration to the user model and then displaying the information on a user's profile page.