Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 454 Bytes

phase2.md

File metadata and controls

29 lines (22 loc) · 454 Bytes

Phase 2: JSON API and First Backbone Views

Rails

Models

  • Subscription
  • Like
  • Tag
  • Tagging

Controllers

  • Api::SubscriptionsController (create, destroy)
  • Api::LikesController (create, destroy)
  • Api::TagsController (create, destroy)
  • Api::PhotosController (create, update, destroy, index, show)

Views

  • photos/show.json.jbuilder

Backbone

Models

  • Photo

Collections

  • Photos

Views

  • PhotosShow

Gems/Libraries