RubyFlow The Ruby and Rails community linklog

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Be more GARY: Upping your RSpec Game

The DRY principle (Don’t Repeat Yourself) is great for keeping your executable code clean, but it can get in the way of writing meaningful, readable, understandable tests. Introducing the GARY principle – Go Ahead, Repeat Yourself. [more inside]

Ruby Dev Summit 2024 Interview w/ Andy Maleh

Recently, I was interviewed for the 2024 Ruby Dev Summit, and a video podcast of the interview was just posted online and is available to watch for free for the next 24 hours (Fri, Feb 16 3pm ET till Sat, Feb 17 3pm ET). Also, an audio podcast was published in the Ruby Rogues podcast. [more inside]

wowmow 🐛🕳️

Here’s a little goodie for you to work with webhooks locally: wowmow – a self-containted little Rack app designed to be deployed on render.com. It acts as a dead simple reverse proxy to give your local development web server a public URL with SSL. Think of it as you own private ngrok. It has to run on a starter instance which costs EUR 7 per month, but if you suspend it whenever it’s not in use, you can cut the cost to mere cents. https://github.com/svoop/wowmow

MissionControl::Servers (Resource monitor)

Taking the idea from MissionControl::Job, I’ve made MissionControl::Servers which is a simple monitoring of server resources. The general idea is that we may not want a separate system or service to monitor the CPU, Memory, and Disk Space of our Rails applications. This is especially true for hobby projects. So, if you have a VM, this will give you an easy way to set up monitoring of your system resources. The source can be found at Github Project along with a demo running on an AWS EC2 instance.

Loading older posts