Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.11 KB

Build Status Coverage Status

####Development Branch Build Status Coverage Status


#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