Topics Covered: Controllers; actions; HTTP verbs.
Believe it or not, repetition helps ingrain concepts. What we learned about models is a fundamental building block of learning Rails. Investing time now will pay off in great dividends later.
Please redo the questionnaire. Feel free to use the internet to research your answers. The only thing we ask, however, is you don't look at the answer key if you saved it from last time.
In today's class, we spent some time mapping out various parts of Twitter to figure out which routes/URLs and HTTP verbs map to which parts of each screen. Perform the same exercise again, but this time looking at the Facebook experience. Make sure to sketch out each screen you analyze, and annotate it with which URLs/Verbs you mapped for each component.
Building off your amazon app from last time, go through our design process
index
), shows a particular one (show
), creates one (create
), updates one (update
) or deletes one (delete
)?