Topics Covered: Rails relations; associating two models;
What kind of relations would you use for each of the following models?
Rebuild MeowBook. Create User
and Post
from scratch, without using scaffolding. This should include functionality to create new users/posts, and see all of the posts. Make User
and Post
related in a way that makes sense, so that posts can display their user's name.
We know that this is a solid amount of work in the middle of your proposal process, but the only way to learn Rails is through repeated practice. This means taking the time to try things out by yourself, which is why we are having you repeat the process of creating an app from scratch again.
Your final project proposal is due at 10 pm on Monday. The requirements for this proposal are in the previous lecture. Please make sure you pay special attention to the Code briefing section. Scoping out your project early in the process will give you a great perspective on how to go about actually coding your application. If your plan is clear, coding won't be hard ;)
You will be meeting with Micah at some point over the weekend to discuss your proposal and get feedback on it. Please try to have most of your proposal done by then, especially the Coding section.
The deadline to submit stands at midnight on Monday .