December 9, 2025 A curated list of tools that accelerate development and keep your codebase clean One of the most underrated strengths of Ruby on Rails is its generator ecosystem. Beyond the native Rails generators, many gems ship with their own commands to scaffold authentication, background jobs, pagination, translations, slugs, geolocation, and much more. These … Continue reading π§° Ruby Gems With Powerful Generators You Should Be Using in Your Rails Projects
Category: Programming
RubyWorld Conference 2025: PicoRuby, mruby Girls, and the Future of Embedded Ruby
December 8, 2025 The RubyWorld Conference 2025, held in Matsue, Japan, showcased an unexpected star of the ecosystem: Ruby running on microcontrollers. While the event traditionally focuses on Ruby in web, enterprise, or academic settings, this year a significant amount of attention shifted toward embedded systems, thanks to PicoRuby and the community project mruby Girls. … Continue reading RubyWorld Conference 2025: PicoRuby, mruby Girls, and the Future of Embedded Ruby
π¦ Understanding CORS in Modern Web Development
December 5, 2025 A Complete Guide for Ruby on Rails, React, and React Native Developers Cross-Origin Resource Sharing (CORS) is one of the most misunderstood parts of modern web development β and one of the most common sources of errors developers face when building APIs. If youβre working with Ruby on Rails, React, or React … Continue reading π¦ Understanding CORS in Modern Web Development
π₯ Yes, YOU Can Fix a Bug in IRB β Hereβs How a Simple Emoji Crash Led to a Real Ruby Patch
December 4, 2025 Most developers think contributing to Rubyβs internals requires wizard-level C skills, decades of experience, and a direct line to Matz. Advertise on RubyStackNews RubyStackNews is a niche publication read by Ruby and Rails developers worldwide. Our audience includes senior engineers, tech leads, and decision-makers from the US, Europe, and Asia. Sponsorship Options … Continue reading π₯ Yes, YOU Can Fix a Bug in IRB β Hereβs How a Simple Emoji Crash Led to a Real Ruby Patch
The Ruby Bindings Every Rails Developer Should Know
December 3, 2025 By GermΓ‘n Silva Bindings are one of the most underrated yet critical pieces of the Ruby ecosystem. They are the bridges that connect Ruby to native libraries, databases, protocols, and even hardware. Bring Your Next Project to Life with High-Quality Development Donβt miss the opportunity to take your project to the next … Continue reading The Ruby Bindings Every Rails Developer Should Know
Understanding bundle, bundler exec, and the Real Difference Between rails c and bundle exec rails c π
December 2, 2025 In the Ruby and Ruby on Rails ecosystem, developers interact constantly with tools like Bundler and commands such as bundle exec or rails c. These commands may look similar, but each plays a crucial role in how your application loads and manages dependencies. Understanding these differences isnβt just a best practice β … Continue reading Understanding bundle, bundler exec, and the Real Difference Between rails c and bundle exec rails c π
Debugging in Real Life: How I Use Rails.logger and Docker Logs in My Daily Workflow
December 1, 2025 Debugging is one of those tasks that quietly shapes a developerβs day. Itβs not flashy, itβs not glamorous, but itβs the difference between smooth development and losing an afternoon wondering why a request refuses to behave. Over the years working with Ruby and Rails, one of the tools Iβve learned to appreciate … Continue reading Debugging in Real Life: How I Use Rails.logger and Docker Logs in My Daily Workflow
Ruby and Lisp β What Ruby Borrowed from Lispβs Spirit
November 28, 2025 The creator of Ruby β Yukihiro βMatzβ Matsumoto β has acknowledged that Ruby draws from a mosaic of languages: Perl, Smalltalk, Eiffel, Ada and Lisp. In his βRuby And Its Neighborsβ series, Noel Rappin turns to Lisp to reflect on what parts of Lisp β if any β live on in Ruby … Continue reading Ruby and Lisp β What Ruby Borrowed from Lispβs Spirit
π Bundler 4.0.0.beta1: A Big Step Forward for Writing Clean and Modern Ruby
Bundler 4.0.0.beta1: A Big Step Forward for Writing Clean and Modern Ruby November 27, 2025 As Ruby developers, we know that writing Ruby isnβt just about shipping code or passing specs. Our workflow depends a lot on understanding the latest improvements in the ecosystem, keeping an eye on whatβs being deprecated, and making sure our … Continue reading π Bundler 4.0.0.beta1: A Big Step Forward for Writing Clean and Modern Ruby
π Understanding reverse_merge in Ruby on Rails
November 26, 2025 When working with Ruby hashes, we often combine user input with default values. But merge isnβt always ideal β it overwrites existing keys. Thatβs where reverse_merge comes in. π What Is reverse_merge? Unlike Rubyβs merge, Railsβ reverse_merge keeps the original values and only fills in missing ones. { a: 1 }.reverse_merge(a: 2) … Continue reading π Understanding reverse_merge in Ruby on Rails









