platanus / potassium

A Rails application generator by Platanus, inspired by Suspenders
MIT License
232 stars 17 forks source link

F/ci undockerize #366

Closed rjherrera closed 3 years ago

rjherrera commented 3 years ago

This PR closes #364 by updating the circle ci config to stop using cibuild/compose.ci/dockerfile.ci in favour of a self-contained plain config using the docker environment provided by circle ci. It uses caché for the testing job and reusable setup for both linting and testing jobs.

I also added the install method to the recipe in case its needed for older projects, so this closes #182, and updated the readme to suit the new ci flow.