Ryan Funduk
Ryan Funduk
For sure! The API for adding/removing individual bank accounts (now called `external_accounts` on managed accounts) didn't exist on first release when I wrote this project, so it's been on a...
Hi there, I'm having some trouble with PayPal at the moment - specifically it wont let me do exactly what you're asking about in the live app, but it does...
@zhulik did you ever figure out a workaround for this?
Ah, you do this in `config.ru`, and just bypass the whole rails app to serve the maintenance page? That seems pretty straight-forward (and clever!). Personally I think I'd be happy...
I don't think a mrsk-owned image is really necessary since this basically covers what's needed: ``` docker run --rm --name maintenance -v $PWD/index.html:/usr/share/nginx/html/index.html -p 3000:80 nginx:mainline-alpine-slim ``` This image is...