New for Ruby 3.4: Modular Garbage Collection and MMTk
Ruby 3.4's Modular Garbage Collection and MMTk — Ruby’s garbage collector has been the subject of...
GitHub - sj26/activerecord-dsql-adapter: Active Record Adapter for AWS Aurora DSQL
Active Record Adapter for AWS Aurora DSQL — The “very beginnings” of an Active Record connection...
GitHub - yoshoku/rumale: Rumale is a machine learning library in Ruby
Rumale 1.0: A Machine Learning Library for Ruby — Offers a similar interface to Python’s Scikit-Learn...
GitHub - rgrove/sanitize: Ruby HTML and CSS sanitizer.
Sanitize 7.0: Ruby HTML and CSS Sanitizer — A popular, long-standing library that, oddly, we’ve never...
Gem Shop: A Vulnerable Rails 8 App for Security Education
Gem Shop: A Vulnerable Rails 8 App for Security Education — An intentionally vulnerable Rails app...
GitHub - jeremyevans/ruby-refrigerator: Freeze all core ruby classes
Refrigerator: A Way to Freeze All Core Ruby Classes — Designed to be used in both...
Dissecting Puma: Anatomy of a Ruby Web Server
Dissecting Puma: Anatomy of a Ruby Web Server — You might need a few cups of...
No PaaS Required? The Developers Guide to Kamal vs PaaS
Can Kamal Really Beat a PaaS? ⚔️ Read the Developer’s Guide — With Rails 8 hot...
How Honeybadger migrated from Sidekiq to Karafka
How Honeybadger Migrated from Sidekiq to Karafka — Honeybadger ran into some limitations with Sidekiq’s Redis...
A simple trick to understand Ruby’s lazy enumerator
A Simple Trick to Understand Ruby’s Lazy Enumerator — This article employs some simple, effective, and...
Useful things you can do with Rails console
Useful Things You Can Do with the Rails Console — It’s always a good sign when...
Ruby Weekly Issue 732: December 28, 2024
💎 The Previous Ruby Weekly, If You Missed It — I wouldn’t normally feature a prior issue,...
Ruby 3.4.0 Released
Ruby 3.4 Released — It wouldn’t be Christmas without a major Ruby release and this year...
Nine Developer Enablement Practices to Achieve DevOps at Enterprise Scale | Datadog
eBook: Best Practices for Enterprise-Scale DevOps — Learn how to improve software quality, lower support costs,...
Getting Started with Rails — Ruby on Rails Guides
A Fresh Getting Started with Rails Tutorial — By way of the Rails Foundation, investments have...
Optimizing Ruby’s JSON, Part 1
Optimizing Ruby’s JSON — The new maintainer of Ruby's json gem decided to focus on performance...
Fixed-cost, Monthly Rails Maintenance by FastRuby.io
🎄“All I Want for Christmas Is a Boring, Slow, & Steady Rails Upgrade” — Top engineering...
A decent VS Code + Ruby on Rails setup
1. A Decent VS Code Setup for Ruby and Rails Development — A demonstration, if any were...
VSCode + WSL makes Windows awesome for web development
2. 'VSCode + WSL Makes Windows Awesome for Web Development' — Amazingly popular despite being a brief...
How does Sidekiq work? | Mike Perham
4. How Does Sidekiq Work? — Sidekiq remains the most heavily used background job system in the...
Ruby One-Liners Guide
5. A Cookbook of Ruby One-Liners — Ruby is fantastic for one-liners, whether in IRB or from...
14 tools every Ruby developer will love for performance and debugging"
14 Tools and Gems Every Ruby Developer Would Love — Fine, it's a bit of a...
Thruster is now open source
37signals' Open Sourced Thruster — Thruster, first seen as part of the Campfire app, is a...
GitHub - wouterken/crystalruby: Embed Crystal code directly in Ruby
CrystalRuby: Embed Crystal Code Directly in Ruby — Crystal is a Ruby inspired programming language that...
GitHub - stepful/cyperful: Interactive system testing UI for capybara
Cyperful: An Interactive System Testing UI for Capybara — One developer’s side project to offer a...
GitHub - jhawthorn/vernier: 📏 next generation CRuby profiler
Vernier: A Next Gen CRuby 3.2+ Profiler — A sampling profiler that can track multiple threads,...
Ruby 3.4.0 rc1 Released
Ruby 3.4.0 Release Candidate 1 Released — Christmas is almost here, and that means the imminent...
Keeping Rails cool: the modern frontend toolkit—Martian Chronicles, Evil Martians’ team blog
Keeping Rails Cool: The Modern Frontend Toolkit — If you’re like me, building backend apps is...
10 tips from 10 years of Hotwire Native | Masilotti.com
10 Tips from 10 Years of Hotwire Native — Admittedly, Hotwire Native only launched a few...
Django and Postgres for the Busy Rails Developer
Django and Postgres for the Busy Rails Developer — If even looking at Python is sacrilege...
Turbo morphing woes
Turbo Morphing Woes — We all know inventing the ship also invented the shipwreck. Morphing has...
Product for Engineers | Substack
Product for Engineers: A Newsletter Helping Flex Your Product Muscle — Get curated advice on building...
Release v1.17.0 / 2024-12-08 · sparklemotion/nokogiri
Nokogiri v1.17.0: The Long Standing XML and HTML Library — As a mature library, Nokogiri doesn’t...
Rails Icons 1.0.0 is here
Rails Icons 1.0: Add SVG Icon Libraries to Rails Apps — You can set any one...
GitHub - magynhard/rvm-windows: Clone of RVM.io for MS Windows
rvm-windows 1.0: A Ruby Version Manager for Windows — Despite the name, this isn’t related to...
GitHub - hlascelles/ferrum-har: ferrum-har is a rubygem that captures ferrum traffic to a HAR file
ferrum-har: Capture Ferrum Traffic to a HAR File — Quite niche, but quite handy too if...
GitHub - thoughtbot/botcasts: Botcasts is a Hotwire-powered podcast player and Hotwire Essentials is the associated tutorial to learn how build it yourself.
▶ Botcasts: A Do-It-Yourself Hotwire-Powered Podcast Player — This isn’t ready to run, but is the foundation...
Lightstorm: minimalistic Ruby compiler
Lightstorm: A Minimalistic Ruby Compiler — It’s not every week we get to hear of a...
Fixed-cost, Monthly Rails Maintenance by FastRuby.io
💤 Make Rails Upgrades Budget-Friendly & Boringly Reliable — Stuck on Rails 5.2? FastRuby.io’s monthly maintenance keeps...
GitHub - slevithan/oniguruma-to-es: Convert patterns from Oniguruma (the regex engine used by Ruby, TextMate grammars, etc.) to native JavaScript RegExp
Oniguruma-to-ES: Convert Patterns from the Oniguruma Regex Engine to Native JS — Oniguruma is a powerful...
GitHub - pganalyze/pg_query: Ruby extension to parse, deparse and normalize SQL queries using the PostgreSQL query parser
pg_query 6.0: Parse, Deparse and Normalize SQL Queries with Postgres' Own Parser — Uses the actual...
Building a Better Ruby ORM for Time Series and Analytics
Building a Better Ruby ORM for Time Series and Analytics — TimescaleDB is a popular extension...
Mission Control — Jobs 1.0 released
Mission Control Jobs 1.0 Released — A dashboard and set of extensions that improve the operation...
Ruby Evolution
Ruby Evolution: New Ruby Features Added in 2.0 → 3.3 — First launched a couple of...
What you need to know about SQLite
What You Need to Know About SQLite — Lessons on what the SQLite database engine can...
https://allaboutcoding.ghinda.com/overriding-methods-in-ruby-on-rails-a-no-code-editing-approach
Overriding Methods in Rails: A No-Code-Editing Approach — How to override a class or instance method...
Rails is better low code than low code
Rails is Better 'Low Code' Than 'Low Code' — Radan plays out parallel story arcs for...
Interview with Yukihiro Matz Matsumoto at Baltic Ruby
▶ An Interview with Yukihiro 'Matz' Matsumoto — Ruby’s creator Matz was interviewed at the recent Baltic...
Speeding up Ruby by rewriting C… in Ruby
Speeding Up Ruby by Rewriting C.. in Ruby? — A fascinating look at Ruby performance and...
GitHub - collectiveidea/awesome_nested_set: An awesome replacement for acts_as_nested_set and better_nested_set.
Awesome Nested Set: The Nested Set Pattern for ActiveRecord Models — Billed as a replacement for...