https://t.co/A4HBIsh2Fg
Just had a contribution merged into graphql-ruby 🎉
Real-world impact on a large Rails application: GraphQL/analyze dropped from ~806ms to ~176ms per request. A ~78% reduction.
#Ruby#GraphQL#Performance#OpenSource
Assuming that I have both config/credentials/#{env}.yml.enc and config/credentials/#{env}.key, what is the easiest way of reading it without Rails?
Looking for something in plain Bash, for instance, or a Go that I would be able to compile and distribute the binary.
I need to share those credentials with another framework but I can't use environment variables since the encrypted values there are quite big (quite a few private certificates).