Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Preview
Start a free Courses trial
to watch this video
Let's review what we've learned in this course.
This video doesn't have any notes.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Nice work.
0:00
You've just built a Rails resource,
completely from scratch.
0:01
You set up routes to direct GET,
POST, PATCH, and
0:04
DELETE requests to a controller.
0:07
You created that controller from
scratch with action methods to handle
0:08
all those requests.
0:12
You created a model that the controller
can use to store and retrieve user data.
0:13
You set up views to display the model
data, including forms to allow updates.
0:18
And you used path helper methods to
create links to all these actions.
0:23
You've just about mastered the way models,
views, and
0:27
controllers work together in Rails.
0:29
That's a major step.
0:31
Your next step should be to learn
the details of how models views and
0:33
controllers work separately.
0:36
We've only used a small subset of
the methods available in each.
0:38
Don't worry, we'll be covering
all of this in upcoming courses.
0:41
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up