Todomvc 5 deleting items

Objectives:

  • Faking a DELETE HTTP Request with a Button Wrapped in a Form

  • The _method override hack to fake HTTP Verb Requests

  • button_to helper for generating form buttons

Video

<iframe width="100%" height="720" src="https://www.youtube.com/embed/QwtOMp5VD9c?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 5: Deleting Items on Learn.co and start learning to code for free.

Last updated