draftsman icon indicating copy to clipboard operation
draftsman copied to clipboard

Setup multi-environment testing

Open chrisdpeters opened this issue 7 years ago • 2 comments

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

chrisdpeters avatar May 31 '17 10:05 chrisdpeters

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

jmfederico avatar Jan 24 '18 16:01 jmfederico

@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

chriscz avatar Apr 09 '21 08:04 chriscz