Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.14 KB

spec-js.md

File metadata and controls

21 lines (19 loc) · 1.14 KB

Specifications for the Rails with jQuery Assessment

Specs:

  • Use jQuery for implementing new requirements
  • Include a show resource rendered using jQuery and an Active Model Serialization JSON backend. Sift through recipes by clicking "Next Recipe"
  • Include an index resource rendered using jQuery and an Active Model Serialization JSON backend. Index of Recipe.short_time
  • Include at least one has_many relationship in information rendered via JSON and appended to the DOM. Recipe/Show - Click on "See The Items" and have them loaded
  • Use your Rails API and a form to create a resource and render the response without a page refresh. Recipe/Show - Create Item w/o page refresh
  • Translate JSON responses into js model objects.
  • At least one of the js model objects must have at least one method added by your code to the prototype. JS Model Recipe has prototype property

Confirm

  • You have a large number of small Git commits
  • 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