Paul Procopiou

Results 3 issues of Paul Procopiou

Foreman [loads .env files](https://github.com/ddollar/foreman/blob/19e9806c4cdf348325fe8312fac827774af4affa/lib/foreman/env.rb#L11). While trying to move to Procodile (which doesn't), this was a blocker for me. Would this be an interesting feature for this project? Or is there...

This adds support for calling `skip_transaction true` inside the `migrate` method in a single migration so that the statements are run outside the default transaction. Motivation / real example (CockroachDB...

``` ##[warning]Unexpected input 'YT_API_KEY', valid inputs are ['overwrite'] Run allenevans/[email protected] with: YT_API_KEY: *** overwrite: true env: PATH: /home/runner/.rubies/ruby- ``` `YT_API_KEY` is an env variable I'm trying to set. The relevant...