Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 654 Bytes

TODO.md

File metadata and controls

43 lines (30 loc) · 654 Bytes

Framework

Refactor

  • Add presenters
  • Pull admin/notifier into different engines.

Misc

  • Add a timeline/graph of all routes/occurences

Docker

  • Use docker-compose ✅
  • Drop sqlite3 ✅
  • Drop FactoryGirl ✅
  • Split Dockerfile into build stages ✅
  • Clean-up config/puma.rb ✅
  • Review Dockerfile ✅
  • Update README.md with docker usage ✅
  • .dockerignore

Notes

Building an image

docker build -t anolson/wednesday_worlds .

Setup DB

docker-compose run --rm web -- bin/rails db:setup

Install gems

docker-compose run --rm bundle install