Blogs

EMEA on Rails 2021: The conference experience, minus the jetlag!
The conference experience, minus the jetlag! Join us online on June 9, 2021There are so many Rubyists in Europe, the Middle East, and Africa, but we haven’t managed to gather much in the past year, and we could definitely learn a lot from each oth...







An extra-lightweight Ruby gem for working with SQLite3 databases
Extralite is an extra-lightweight (~365 lines of C-code) SQLite3 wrapper for Ruby. It provides a single class with a minimal set of methods to interact with an SQLite3 database.FeaturesA variety of methods for different data access patterns: row a...

Using Postgres Row-Level Security in Ruby on Rails
Securing access to your Postgres database is more important than ever. With applications growing more complex, often times using multiple programming languages and frameworks within the same app, it can be challenging to ensure access to customer ...

Sorbet Journey, Part 4: Sorbet Stability | Alex’s Blag
Our original goal was to be able to refactor and develop with confidence on our “mature” Rails codebase. It had reached a size where it was hard to hold all the pieces in your head, and subsystems were stable enough that they wouldn’t need any dev...