Skip to main content
← All Tags

Ruby

5 articles in this category

AI NewsOpen SourceRuby

Ruby Core Milestone: Burdette Lamar Merges 1200th Pull Request

Burdette Lamar achieves a major milestone with 1,200 pull requests merged into Ruby Core, focusing primarily on documentation improvements over six years.

Read more
AI NewsRubyData Engineering

Ruby CSV Import Hazards: 10 Silent Data Corruption Failure Modes

Ruby's standard CSV library contains 10 failure modes that silently corrupt data, including interpreting ZIP codes as octal integers and losing column structures.

Read more
AI NewsSoftware DevelopmentRuby

T-Ruby: Implementing TypeScript-Style Static Typing for Pure Ruby Applications

T-Ruby introduces a static typing layer for Ruby that compiles to undecorated code with zero runtime overhead, acting as a TypeScript-like tool for the Ruby ecosystem.

Read more
AI NewsRubyDevOps

Real Difference Between rails c and bundle exec rails c

Using 'rails c' risks version mismatches; 'bundle exec rails c' ensures Gemfile.lock consistency.

Read more
AI NewsRubyRails

ScriptTracker: Reliable One-Off Script Execution for Rails

ScriptTracker tackles data corruption risks in Rails one-off scripts with transaction rollback and tracking.

Read more