Specs:
- Use jQuery for implementing new requirements
- Include a show resource rendered using jQuery and an Active Model Serialization JSON backend.
- Include an index resource rendered using jQuery and an Active Model Serialization JSON backend.
- Include at least one has_many relationship in information rendered via JSON and appended to the DOM. Each list has_many :viewers, :groceryItems or :chores
- Use your Rails API and a form to create a resource and render the response without a page refresh. Each list renders through AJAX
- Translate JSON responses into js model objects. Created a List Prototype and gave it methods for rendering simplified views for when going through the 'next list' options
- At least one of the js model objects must have at least one method added by your code to the prototype. Methods include rendering to the DOM
Confirm
- [-] You have a large number of small Git commits -There was a lot of trial and error. Trying many different things to see what actually works.
- Your commit messages are meaningful
- You made the changes in a commit that relate to the commit message
- You don't include changes in a commit that aren't related to the commit message