Todo MVC 4 - Refactoring with Partials and Helpers

Objectives

  1. Rendering partials.
  2. Passing locals to a partial.
  3. View helper methods.
  4. View helper methods that accept blocks.
  5. rendering collections

Video

<iframe width="100%" height="720" src="https://www.youtube.com/embed/gcecoObIc5s?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 vidoes building out the rest of TODOMVC.

Code

View TodoMVC 4: Refactoring with Partials and Helpers on Learn.co and start learning to code for free.