copasetickid / draftsman

Ruby gem that lets you create draft versions of your database records.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup multi-environment testing

chrisdpeters opened this issue · comments

  • Integrate with appraisal or gemika gem
  • Add simple Docker + RVM config for testing different Ruby versions and DBs locally
  • Integrate with appraisal or gemika gem
  • Add simple Docker + RVM config for testing different Ruby versions and DBs locally

@jmfederico Can look at using passenger-docker for this. I have a partially working docker file which does a capistrano deployment internally so not exactly matching your use-case, but the basics are there. See https://github.com/chriscz/capistrano-puma-test-app/blob/main/Dockerfile