News

Code Master Blog: Glimmer DSL for Web Wins in Fukuoka Prefecture Future IT Initiative 2025 Competition
Glimmer DSL for Web (Ruby Web Frontend Framework) won an award in the Fukuoka Prefecture Future IT Initiative 2025 competition after I presented it to Yukihiro Matsumoto (the creator of Ruby) and other Fukuoka competition judges earlier this week ...



YJIT 3.4: Even Faster and More Memory-Efficient | Rails at Scale
It’s 2025, and this year again, the YJIT team brings you a new version of YJIT that is even faster, more stable, and more memory-efficient.Last year’s YJIT release delivered an impressive performance boost which earned us multiple shoutouts on soc...



Ruby Central Supports RubyInstaller’s Expansion to ARM64
At Ruby Central, we’re proud to support projects that make open source more accessible to developers around the globe. One such initiative is RubyInstaller, an essential tool for building Ruby applications on Windows machines.
RubyInstaller prov...

New for Ruby 3.4: Modular Garbage Collection and MMTk | Rails at Scale
This post describes the new modular garbage collection feature in Ruby 3.4: The ability to override Ruby’s GC at runtime. We also introduce our first concrete alternative GC implementation, based on the Memory Management Toolkit (MMTk).


Getting Started with Rails — Ruby on Rails Guides
This guide covers getting up and running with Ruby on Rails.After reading this guide, you will know: How to install Rails, create a new Rails application, and connect your application to a database. The general layout of a Rails application. The b...