Ash McKenzie

Results 34 comments of Ash McKenzie

A workaround for now is to force the encoding to `Encoding::BINARY` to your string by `.force_encoding(Encoding::BINARY)` which essentially replicates what https://github.com/mikel/mail/commit/d17be66765f7f63caa5d5cedb67a597f853a4402#diff-a7c034cc00a80cf8cd50f9abee8be86fL2003 was doing.

Am not sure if I did this correctly or missed adding any tests etc so would love to hear any feedback 🙂 cc @0xERR0R

Thanks @ThinkChaos for pointing out `docs/config.yml`'s existence. `docs/config.yml` is a more comprehensive example that needs redis (and potentially other things) setup to work, where as the `config.yml.example` is a bare...

I'm working on a PR for this 🙂

In the context of postgres installed via `asdf` but no global version set, `gem` and `bundle` need a helping hand. It's important to use the full postgres install path, not...

FYI, `SETTING_ALLOWED_HOSTS: '[""]'` is what is needed nowadays.

I can't say for certain, I just tried setting up a new instance fresh from latest

I am seeing the same thing, even trying the newer gliderlabs/consul\* images. I've recently switched to using docker-machine (with boot2docker) instead of boot2docker directly, perhaps that or a newer Docker...

I am also seeing this issue :(

Am not sure what sort of tests should be added here?