What is Ruby doing on Rails?
Hello, you're reading Infinum Ruby Drops, bringing you the latest Ruby and Rails related news straight to your inbox every week.
Reducing Memory Usage in Ruby
I’ve been working on building a compacting garbage collector in Ruby for a while now, and one of the biggest hurdles for implementing a compacting GC is updating references. For example, if Object A points to Object B, but the compacting GC moves Object B, how do we make sure that Object A points to the new location?

Read More
Ruby

Why and how we built a multi-tenant job queue system for our B2B SaaS Application with PostgreSQL and Ruby

As you probably have been told, Ruby 2.5 has introduced Kernel#yield_self method, now available in any object

Rails
One of the hardest things about building a startup is handling the rapid growth in team and technology. The best way to build software with a team of three engineers is different than with ten engineers, or twenty, or fifty

Redux is a popular state management for JavaScript applications these days and at its heart it’s actually just a simple data store. So how is Redux store different?

Rubocop is a commonly used tool for checking Ruby code style. There are two main style guides — for Ruby and for Rails, and it covers both of them.

Beyond Ruby
Once you have a talk idea, it's time to build the talk. Conference talks are scary, so you'll want to avoid it. You'll silently make slides or silently write an outline

This article covers about git stash and other related features like apply, pop, show, drop, clear and branching options.

Blast from the past
It occurred to me recently that my experience as a Rails developer may be somewhat unique. I often get brought in to help preexisting Ruby/Rails projects evolve and mature in a sustainable way

Gem of the week
A modest JavaScript framework for the HTML you already have

Curated by Infinum's Rails team.
Infinum Rails Team · 156 2nd St · San Francisco CA 94105 · USA
Unsubscribe | View in browser