|
You are here |
phili.pe | ||
| | | | |
thomascountz.com
|
|
| | | | | One of the tasks we often find ourselves completing on Zendesk's Core Ruby Engineering team is helping to keep a variety of projects up to date. This can involve running bundle update across dozens of repositories, each potentially requiring a different Ruby environment. Although we've developed tooling to accomplish this rather efficiently, there are often edge cases that require us to work in each repository locally. However, installing so many different versions of Ruby locally can be cumbersome and time-consuming. In such scenarios, Ruby Docker images provide a lighter weight solution compared to running a project's Dockerfile (which can contain dozens of dependencies) or spinning up our Kubernetes-based development tooling (which gives us access to an e... | |
| | | | |
greg.molnar.io
|
|
| | | | | In this tutorial, I will show you how to use MRSK to deploy a Rails app to a VPS, run Caddy in front of the docker container to handle SSL, use a hosted database server, run Redis on the same droplet, run a worker to process background jobs | |
| | | | |
ankane.org
|
|
| | | | | I've created a few Ruby gems over the years, and there are a number of patterns I've found myself repeating that I wanted to share. I didn't invent... | |
| | | | |
wejn.org
|
|
| | | Part I of HAWA series - how to install container engine on Alpine Linux distro with ZFS. | ||