Skip to content

carolineartz/devbootcat

 
 

Repository files navigation

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

About

Tumblr-clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.5%
  • Ruby 38.7%
  • JavaScript 11.5%
  • CoffeeScript 0.3%