Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 786 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 786 Bytes

###http://devbootcat.herokuapp.com/ http://i.imgur.com/hUlyuCa.png ##Wireframes & User Flows whiteboard ##User Stories, etc. See our Trello board ##Schema (MVP) Schema (MVP)

####Questions/Things to look into Join table(s)

  • Are they named properly? first_table + _ + second_table Both table names are plural, alphabetical order, default name can be configured

  • Does it have a primary id? It shouldn't. Must suppress it with: create_table :somethings_things, :id => false

  • remove timestamps

  • index foreign keys to make lookups faster