Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
It's time to take the training wheels off! In our Rails Basics course, we created a simple blog app. And we saw how to set up the model, view, and controller for our Post resource automatically, using a scaffold. But we also learned that scaffolds don't offer you much control over how your finished resource looks. So in this course, we're going to create a resource completely from scratch. We're also going to introduce a concept we haven't looked at thus far: Rails "routes". Routes are how Rails sends a particular request to the particular controller that can handle it.
You need to sign up for Treehouse in order to download course files.
Sign up