Blogs
Superglue 1.0: React ❤️ Rails. A new era of thoughtfulness
I’m thrilled to announce the release of Superglue 1.0. First announced a year ago, Superglue is a library designed to make building interactive Rails and React apps as productive as the classic Rails stack. In every client project we’ve used it on...
The Silent Guardian: Why Bundler Checksums Are a Game-Changer for Your Applications
Protect your Ruby projects from supply chain attacks with Bundler 2.6's new checksum verification. Learn how to implement this crucial security feature today.The Ruby ecosystem relies heavily on RubyGems.org as the central platform for distributin...
How to build an API with Ruby and Sinatra | Zuplo Blog
This article is written by Alvaro, a member of the Zuplo community and longtime API builder. You can check out more of his work here. All opinions expressed are his own.
Have you ever heard of Frank Herbert’s Dune saga? I’m not talking about the ...
Dissecting Puma: Anatomy of a Ruby Web Server | Dan Svetlov’s blog
Puma is the most popular1 web server for running Ruby applications. If you’ve recently started working on a new Rails application, chances are you’re using Puma to serve HTTP traffic, as it is the default Ruby on Rails server. Puma has stood the t...
Ruby 3.4 Documentation: A Step Towards Better Ruby Documentation
Ruby 3.4 isn’t just about shiny language features; it also comes with meaningful documentation updates. Some of these changes are reflected in the content of docs.ruby-lang.org, while others are behind the scenes in RDoc, the official documentatio...