TodoMVC 3: Mark Items Complete

Objectives

  1. Adding Status to Items with a Migration

  2. Building Model Methods

  3. Building an Edit Form with a PATCH to a Nested Resource

  4. How Checkboxes Work

  5. Updating an Instance in a Controller

  6. A little JS

Video

<iframe width="100%" height="720" src="https://www.youtube.com/embed/oQcMPaFUtLc?rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>

MP4

This video is meant to be a review of the second set of topics in Ruby on Rails.

There will be more videos building out the rest of TODOMVC.

Code

View TodoMVC 3: Mark Items Complete on Learn.co and start learning to code for free.

Last updated