Latest Ruby News

Stay updated with the Ruby community

Discover the latest articles, tutorials, and insights from the Ruby and Rails ecosystem.

1434 articles

Keeping things simple and letting your app tell you where you need to change it is the best option. You don’t need different architectures or patterns...

8 months ago Read More

I didn’t fully understand the semantics of < in a gemspec with respect to pre-release gems until I tried to upgrade a beta version of rails to the ...

8 months ago Read More

The latest CMDx update lets you mark execution arguments as required only in certain conditions. This helps when objects behave a bit differently depe...

8 months ago Read More

First steps into game development with DragonRuby, discover Ruby's Smalltalk neighbors, Hunt a Ruby memory bug, See arguments against RSpec shared exa...

8 months ago Read More

First steps into game development with DragonRuby, discover Ruby's Smalltalk neighbors, Hunt a Ruby memory bug, See arguments against RSpec shared exa...

8 months ago Read More

I just published a short post on the 5 most common Rails performance issues. https://www.shivamchahar.com/posts/rails-performance-5-critical-bottlenec...

8 months ago Read More

The one where Ruby 4.0 is announced, where Namespace is renamed to Ruby::Box and deep_freeze is under discussion

8 months ago Read More

The one where Ruby 4.0 is announced, where Namespace is renamed to Ruby::Box and deep_freeze is under discussion

8 months ago Read More

Long ago, we were building a custom admin area with multiple internal roles, each requiring different access levels. Existing authorization solutions ...

8 months ago Read More

Partner with a trusted Outsourced Product Development (OPD) company like Synclovis Systems. By outsourcing your product development, you can reduce co...

8 months ago Read More

Hey Ruby friends! I wrote a post about My go-to prompt for legacy code exploration. It’s not Ruby-specific but I use it a lot on Rails rescue projects...

8 months ago Read More

Today I’m kicking off the second unit of free Phlex on Rails videos with the “Phlex is Ruby” video at https://beautifulruby.com/phlex/components/basic...

8 months ago Read More

https://judoscale.com/blog/scaling-sideways-why-you-might-want-to-run-two-production-apps

8 months ago Read More

The last of my introduction videos, “Why Rails” at https://beautifulruby.com/phlex/overview/rails and “Why Components?” at https://beautifulruby.com/p...

8 months ago Read More

https://blog.appsignal.com/2025/11/05/an-introduction-to-game-development-with-dragonruby.html

8 months ago Read More

#​774 — November 6, 2025 Read on the Web Ruby Weekly When Your Hash Becomes a String: Hunting Ruby's Million-to-One Memory Bug — This is genuinel...

8 months ago Read More

Here’s how to save costs and avoid DockerHub with a completely local Docker registry.

8 months ago Read More

I released Kamal Handbook 2.1 which updates the book to Kamal 2.8.2.

8 months ago Read More

https://beautifulruby.com/phlex/overview/phlex is the first video in a series where I’m going to make some of the Phlex on Rails videos free for a day...

8 months ago Read More

Learn to write a custom Bundler plugin with this series of articles from PracticalRubyGems.com - companion site to the new book from Apress. The tutor...

8 months ago Read More

https://www.rubynewbie.org/compelling-reasons-to-learn-ruby-today

8 months ago Read More

Master the N+1 problem in Active Record. Understand when to use joins, includes, or both to optimize Rails database queries and boost performance.

8 months ago Read More

Friendly Attributes helps reduce typing and visual clutter when building record collections. It results in concise, readable, and even joyful code tha...

8 months ago Read More

Find out everything about frozen string literals from Jean Boussier, parsing Ruby code from Pat Shaughnessy, code highlighting in Rails from Avo, sing...

8 months ago Read More

Find out everything about frozen string literals from Jean Boussier, parsing Ruby code from Pat Shaughnessy, code highlighting in Rails from Avo, sing...

8 months ago Read More

Rails 8.1 is here, and after digging into the new features, it looks like a solid upgrade 🎯. This release focuses on developer experience and producti...

8 months ago Read More

In this episode, we look at creating a failover mechanism for API requests. This can be a handy trick in situations where you want to add fault tolera...

9 months ago Read More

The one with Rails 8.1.1 release, where Jean Boussier does a deep dive into frozen string literals, where San Francisco Ruby is two weeks away, and Tr...

9 months ago Read More

The one with Rails 8.1.1 release, where Jean Boussier does a deep dive into frozen string literals, where San Francisco Ruby is two weeks away, and Tr...

9 months ago Read More

Dynamic avatars with Ruby are a common feature as we usually want to provide sensible default values without resorting to the same default avatar for ...

9 months ago Read More

Ruby Enumerablea Ruby module, and a big part of what makes Ruby a great programming language.

9 months ago Read More

Are your Ruby projects suddenly failing with the error “certificate verify failed (unable to get certificate CRL)”? That’s due to a breaking change in...

9 months ago Read More

You need gems? Look at ore! I wrote a little piece about this new tool to install your gems. https://greg.molnar.io/blog/ore-bundler-compatible-gem-ma...

9 months ago Read More

One of the most demanding tasks many students face is writing a thesis. The depth of research, clarity of argument, and academic rigor required can be...

9 months ago Read More

For many learners, online classes bring flexibility but also additional challenges such as self-discipline, deadline awareness, and virtual engagement...

9 months ago Read More

In today’s fast-paced education environment, students face multiple demands: managing online classes, completing detailed coursework, and writing rigo...

9 months ago Read More

Forcing static typing into Ruby is like putting a manual transmission in a Tesla. New post on why Sorbet misses the point entirely.

9 months ago Read More

I can’t remember the last time I had this much joy introducing such a simple class. Started with Ruby 3.4 deprecation warnings, ended with a solution ...

9 months ago Read More

https://www.railscarma.com/blog/understanding-present-blank-nil-and-empty-in-ruby/

9 months ago Read More

The ri command already splits the document into well-chunked sections so that coding agents can get the correct context accurately.

9 months ago Read More

https://pearprogramming.blog/ruby/rails/activerecord/2025/10/30/a-matter-of-order/

9 months ago Read More

What are they? What purpose do they serve? Why the hell do I need to know about this Rack thing? https://www.fastruby.io/blog/Middleware-in-Rails.html

9 months ago Read More

The complete Ruby testing tutorial: understand fundamentals by building a test framework, then explore Minitest, RSpec, and Rack::Test with practical ...

9 months ago Read More

https://www.carmatec.com/blog/understanding-rubys-redo-retry-break-and-next/

9 months ago Read More

https://collectiveidea.com/blog/archives/2025/10/28/frozen-strings/

9 months ago Read More

#​773 — October 30, 2025 Read on the Web Ruby Weekly Frozen String Literals: Past, Present, Future? — You’ll either have written or seen # frozen_stri...

9 months ago Read More

As developers, there usually comes a time when we have to deal with syntax highlighting. Whether we’re building a blog, a CMS, a documentation site, o...

9 months ago Read More

Hire top iOS app developers to turn your business ideas into successful mobile apps. Our iOS app development agency builds feature-rich, user-friendly...

9 months ago Read More

https://jpcamara.com/2025/10/22/bitmasks-threads-and-interrupts-concurrent.html

9 months ago Read More

The one where Rails 8.1.0 is released, where Ruby 3.3.10 is patched, where Scott Harvey launched Rails Pulse project and Brad Gessler launches Phlex o...

9 months ago Read More
Railsrome

© 2024 Your Company, Inc. All rights reserved.