Skip to content

fab9/devbootcat

Repository files navigation

###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