1 00:00:00,000 --> 00:00:05,041 [MUSIC] 2 00:00:05,041 --> 00:00:08,404 Let's practice working with Ruby on Rails to make sure that everything you've 3 00:00:08,404 --> 00:00:09,415 learned so far sticks. 4 00:00:09,415 --> 00:00:13,656 We'll review how to generate Rails resources, how to create read, update and 5 00:00:13,656 --> 00:00:17,976 delete model objects, and how to work with Rails models views and controllers. 6 00:00:17,976 --> 00:00:19,864 If you're not familiar with these topics, 7 00:00:19,864 --> 00:00:24,310 check the teacher's notes attached to this video for links where you can learn more. 8 00:00:24,310 --> 00:00:26,890 We're going to give you a series of code challenges. 9 00:00:26,890 --> 00:00:30,310 These challenges may be tougher than what you see in our main Rails courses. 10 00:00:30,310 --> 00:00:33,010 And the solutions may not be obvious at first. 11 00:00:33,010 --> 00:00:36,310 They're designed to make your brain work a bit, to remember what you've learned, and 12 00:00:36,310 --> 00:00:38,140 apply it in new ways. 13 00:00:38,140 --> 00:00:41,360 In the end, all of this will help solidify your Rails learning, 14 00:00:41,360 --> 00:00:44,450 and make you a better, more confident programmer. 15 00:00:44,450 --> 00:00:48,050 If you get stuck, feel free to ask for help in our community forum. 16 00:00:48,050 --> 00:00:51,300 Asking questions is part of the learning process, too. 17 00:00:51,300 --> 00:00:52,000 Ready? 18 00:00:52,000 --> 00:00:53,110 Let's get some practice.