Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
31 lines (23 loc) · 402 Bytes

phase2.md

File metadata and controls

executable file
·
31 lines (23 loc) · 402 Bytes

Phase 2: Feeds, JSON API, & Backbone Views

Rails

Models

  • Feed (belongs to User)

Controllers

Api::FeedsController (create, destroy, index, show)

Views

  • feeds/show.json.jbuilder

Backbone

Models

  • Feed

Routers

  • Router

Collections

  • Feeds

Views

  • FeedIndex (composite view)
  • FeedShow
  • FeedForm

Gems/Libraries

  • 'open-uri'
  • 'simple-rss'
  • 'validate_url'