Ruby articles by Ruby developers

Ruby is our favourite programming language and more importantly programming community.

Even though we have been using Ruby for several years now we love to learn more about the language, the following posts are us sharing our learnings with you.

There is also a category dedicated to Ruby on Rails, if that is more your thing.

Recent posts View all

Web Dev

Updating payment method email addresses in Stripe

You can't update the email address associated with a payment method in Stripe via their dashboard, you need to use the Stripe CLI

Ruby

Irreversible Rails Migrations

What are irreversible migrations and how might we use them to our advantage?