Ruby / Rails Inside
@rubyinside
733
subscribers
15
photos
2.51K
links
Daily Ruby / Ruby on Rails articles. Curated channel.
Faker::Hacker.say_something_smart
Suggest link/news
https://t.me/NoMethodError
Download Telegram
Join
Ruby / Rails Inside
733 subscribers
Ruby / Rails Inside
https://blog.appsignal.com/2025/05/07/an-introduction-to-solid-queue-for-ruby-on-rails.html
Appsignal
An Introduction to Solid Queue for Ruby on Rails | AppSignal Blog
In this two-part series, we'll dig deep into Solid Queue's internals, discover what makes it unique, and learn more about why it was created in the first place.
Ruby / Rails Inside
https://www.yegor256.com/2019/02/05/zache.html
Yegor Bugayenko
Zache: A Simple Ruby In-Memory Cache
Zache is a simple Ruby Gem for thread-safe in-memory caching, which, I was surprised to find out, hasn't been implemented so far in any other Gems.
1
🥴
3
Ruby / Rails Inside
https://tenderlovemaking.com/2024/10/16/monkey-patch-detection-in-ruby/
Tenderlove Making
Monkey Patch Detection in Ruby
My last post detailed one way that CRuby will eliminate some intermediate array allocations when using methods like Array#hash and Array#max. Part of the technique hinges on detecting when someone monkey patches array. Today, I thought we’d dive a little…
🤔
1
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/active-job-continuations-and-more-f704355f
Hey
Active Job Continuations and more
Hi, Wojtek here. Let’s see this week’s news about Rails. Final RailsConf The last RailsConf (July 8 - 10, Philadelphia) will include a fireside chat with DHH, and talks or panel discussions with Rails team members Eileen Uchitelle (Core), Gannon McGibbon…
Ruby / Rails Inside
https://www.bigbinary.com/blog/understanding-queueing-theory
BigBinary
Understanding Queueing Theory
null
❤
3
👍
2
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/backtracecleaner-gets-first_clean_frame-and-first_clean_location-75819a3b
Hey
BacktraceCleaner gets first_clean_frame and first_clean_location
Hi, it’s zzak. Let’s explore this week’s changes in the Rails codebase. The Rails Foundation launched a new podcast: ‘On Rails’ with host Robby Russell In each episode, Robby talks with Rails devs and explores the real-world decisions that go into building…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/a-new-touch-option-accessing-the-editor-from-the-error-page-and-better-migration-logs-a166811b
Hey
A new touch option, accessing the editor from the error page and be...
Hi, it’s Claudio Baccigalupo. So many great changes to the Rails codebase this week. Let’s check them out. Add touch option to update_column(s) Particularly useful for ETL processes that rely on the updated_at timestamps instead of copying the whole table.…
Ruby / Rails Inside
https://evilmartians.com/chronicles/simplicity-vanished-solving-the-mystery-with-inertia-js-and-rails
evilmartians.com
Simplicity, vanished?! Solving the mystery with Inertia.js + Rails—Martian Chronicles, Evil Martians’ team blog
Has simplicity gone missing in web development? This investigative piece uncovers how Inertia.js + Rails defy JavaScript bloat and reclaim developer sanity.
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/relative_time_in_words-current-transaction-s-isolation-level-and-more-55916a16
Hey
relative_time_in_words, current transaction's isolation level and m...
Hi, it’s Greg. Let’s explore this week’s changes in the Rails codebase. New written & video tutorials for beginners The Rails Foundation has launched a few more learning resources for beginners, in partnership with Chris Oliver and the team behind Typecraft…
👍
1
Ruby / Rails Inside
https://evilmartians.com/chronicles/circuit-breakers-and-ruby-in-2025-dont-break-your-launch
evilmartians.com
Circuit breakers and Ruby in 2025: don't break your launch—Martian Chronicles, Evil Martians’ team blog
Take a deep dive into what circuit breakers are, why you might need them, and the options you have in Ruby.
Ruby / Rails Inside
https://sinaptia.dev/posts/mcp-on-rails
SINAPTIA
MCP on Rails
Learn how to integrate Model Context Protocol (MCP) with Rails to create AI-powered conversational interfaces that transform traditional web applications into intelligent, chat-based tools.
Ruby / Rails Inside
https://evilmartians.com/chronicles/the-whop-chop-how-we-cut-a-rails-test-suite-and-ci-time-in-half
evilmartians.com
The Whop chop: how we cut a Rails test suite and CI time in half—Martian Chronicles, Evil Martians’ team blog
Evil Martians cut Whop’s Rails test suite and CI time in half using profiling, factory optimizations, and parallelization. Learn how we speed up tests and boost reliability.
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/improvements-to-routing-active-storage-configs-time-tracking-and-more-3bec5545
Hey
Improvements to routing, Active Storage configs, time tracking, and...
Hey, Emmanuel Hayford here with the latest from the Rails codebase. Let's get to it! Oh! In case you missed it, all the talks from #RailsWorld 2025 are now available online here. Fix SCRIPT_NAME handling for engines mounted at root When an engine is mounted…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/redirect-source-location-logging-filterable-engine-routes-and-more-f4bbef6a
Hey
Redirect source location logging, filterable engine routes, and more!
Happy Friday! After three weeks of conferencing, this is Greg, bringing you the news about the latest changes in your favorite framework. It was a busy week with a lot of changes, let’s dive in. Rails Version 8.0.3 has been released! A new version of Rails…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/virtual-columns-real-bugfixes-ec359975
Hey
Virtual columns, real bugfixes
Hi, it’s Claudio Baccigalupo. Let’s explore this week’s changes in the Rails codebase. Bump PostgreSQL client version to 18 The PostgreSQL client version in the devcontainer now points to the latest release of PostgreSQL, which is great because… Support virtual…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/remoteip-trusts-link-local-ip-ranges-and-has_secure_token-expiration-gets-config-0e2f6fc1
Hey
RemoteIp trusts link-local IP ranges, and has_secure_token expirati...
Hi, it’s zzak. Let’s explore this week’s changes in the Rails codebase. New documentation PR is up for community review The Rails Initialization Guide covers how Rails boots up, including the internal method calls, file load order, and how to hook into the…
Ruby / Rails Inside
https://rubycentral.org/news/ruby-central-statement-on-rubygems-bundler/
Ruby Central
Ruby Central Statement on RubyGems & Bundler
Earlier today, the Ruby core team announced the transfer of repository ownership for RubyGems and Bundler to the Ruby core team. This decision reflects our shared commitment to the long-term stability and growth of the Ruby ecosystem.
While repository ownership…
Ruby / Rails Inside
https://www.datadoghq.com/blog/ruby-performance-optimization/
Datadog
Optimizing Ruby performance: Observations from thousands of real-world services | Datadog
Learn about trends in Ruby development and opportunities for improving performance that many organizations are leaving on the table.
❤
4
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/this-week-in-rails-november-21-2025-a71bd098
Hey
This Week In Rails: November 21, 2025
Hi, it's zzak. Let's explore this week's changes in the Rails codebase. Add support for per-adapter migration strategy You can now set migration_strategy on individual adapter classes, overriding the global ActiveRecord.migration_strategy. This allows individual…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/active-support-instrumentation-documentation-queryintent-execute-and-more-08c48999
Hey
Active Support Instrumentation Documentation, QueryIntent#execute! ...
Hi, it’s Vipul. Let’s explore this week’s changes in the Rails codebase. Active Support Instrumentation Documentation This Pull Request updates the Active Support Instrumentation documentation to receive various additions, improvements and more. It is now…
Ruby / Rails Inside
https://evilmartians.com/chronicles/vibe-coding-in-style-dot-md
evilmartians.com
Vibe coding in style.md—Martian Chronicles, Evil Martians’ team blog
We've experimented putting the essence of a Martian engineer into AGENTS.md. Learn the story, then try it on your next AI-assisted project!