Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.09 KB

checklist.md

File metadata and controls

25 lines (18 loc) · 1.09 KB

Checklist

This document contains things which you always should check on specific states of project lifetime.

When initializing project

  • use db postgres instead of mysql (--database=postgresql)
  • skip test unit (-T)
  • skip bundle (--skip-bundle)
  • add required gems to the Gemfile
  • Set up Vagrantfile

When pushing project to the staging and/or production

When maintaining project on staging and/or production

  • Use LOW_PRIORITY update for MySQL for long-lasting queries on production