Finding Memory Leaks in the Ruby Ecosystem— ruby_memcheck is a tool that uses Valgrind to dig into, and debug, memory issues in native Ruby gems, an area that has historically been quite hard to work in. Peter looks at an improvement made to Ruby to track memory leaks and how you can use it. Peter Zhu |
![]() Simple, Fast Data Analytics with Postgres + DuckDB— Fast queries of Iceberg, Parquet, CSV, or JSON in S3. A simple and powerful query engine for metrics, logs, IoT data and more right where your data lives. Full access to Postgres tools and resources. Backed by the Postgres team at Crunchy Data. Crunchy Bridge for Analytics sponsor |
Ruby 3.3.4 Released— A minor release of the latest Ruby branch that fixes a regression introduced in Ruby 3.3.3 involving missing dependencies in some bundled gems. Takashi notes, however, that if bundle install works fine for you on 3.3.3, you aren’t encountering the issue. Takashi Kokubun |
How to Add Feature Flags to Rails Apps— Feature flags are a useful mechanism for changing the behavior of your app at runtime by turning features on and off, whether for all users or a subset. Julian summarizes the concept and shares some Rails-focused options. Julian Rubisch |
|