Ruby / Rails Inside
@rubyinside
732
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
732 subscribers
Ruby / Rails Inside
https://railsatscale.com/2025-02-12-tiny-jits-for-a-faster-ffi/
Rails at Scale
Tiny JITs for a Faster FFI
Can we have a faster FFI for CRuby? Yes.
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/ignoring-indexes-in-mysql-has-never-been-so-easy-aa16e9f4
Hey
Ignoring indexes in MySQL has never been so easy...
Hey, zzak here. Last week was a short one, so we took the week off, let’s catch up. Heads up: the Rails World CFP will open on March 11th. The 2025 landing page is currently being built, but if you are going to submit a talk, keep an eye on: rubyonrails.org/world/…
Ruby / Rails Inside
https://sorbet.org/docs/rbs-support
sorbet.org
RBS Comments Support · Sorbet
## Signature comments
Ruby / Rails Inside
https://byroot.github.io/ruby/performance/2025/02/27/whats-the-deal-with-ractors.html
byroot’s blog
What’s The Deal With Ractors?
I want to write a post about Pitchfork, explaining where it comes from, why it is like it is, and how I see its future. But before I can get to that, I think I need to share my mental model on a few things, in this case, Ractors.
Ruby / Rails Inside
https://blog.railsforgedev.com/integer-enums-vs-string-enums-rails-best-practices
Ruby / Rails Inside
https://www.mikeperham.com/2025/03/05/introducing-sidekiq-8.0/
Mike Perham
Introducing Sidekiq 8.0
After six months of hard work, I’m thrilled to announce the general availability of Sidekiq 8.0!
🥳
🎉
Status Sidekiq is used by thousands of Ruby applications around the world to scale job processing up to billions of jobs/day. Current Sidekiq Enterprise customers…
Ruby / Rails Inside
https://jpterry.com/posts/2025/03/exploring-ruby-ractors/
jpterry.com
Exploring Ruby Ractors
Exploring Ruby Ractors true concurrency for fun and discovering the impressive performance gains YJIT offers.
Ruby / Rails Inside
https://alec-c4.com/posts/2025-04-02-kamal/
Alec-C4
Kamal Deployment: The Newest Form of Self-Torture | I'm Mary Poppins, y'all!
How to configure Kamal and avoid common deployment pitfalls
Ruby / Rails Inside
https://igor.works/blog/rails-dockerfile-best-practices-part-1-image-slimming
Ruby & Beyond
Rails Dockerfile Best Practices – Part 1: Image Slimming
Discover effective techniques used in the Rails Dockerfile for slimming images, improving build times, and enhancing performance. Perfect for developers looking to optimize their Docker setup in Rails projects.
Ruby / Rails Inside
https://www.mikeperham.com/2025/04/01/sidekiq-8.0-improvements-to-the-web-ui/
Mike Perham
Sidekiq 8.0: Improvements to the Web UI
Since its release last month, Sidekiq 8.0 has been very smooth with few reported issues. I’ve been quite happy with the rollout and wanted to provide a little more context about the changes. My goals for any user-friendly, high quality software is to reduce…
Ruby / Rails Inside
https://github.com/palkan/isolator
GitHub
GitHub - palkan/isolator: Detect non-atomic interactions within DB transactions
Detect non-atomic interactions within DB transactions - palkan/isolator
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/must-understand-with_default_isolation_level-rails-world-cfp-and-more-c3f8a97e
Hey
must-understand, with_default_isolation_level, Rails World CFP and ...
Hi, it’s Vipul. Let’s explore this week’s changes in the Rails codebase. Last Week for Rails World 2025 Call for Papers This is the last week for The CFP for Rails World 2025! Submit your talk until April 10th. Add must-understand directive according to RFC…
Ruby / Rails Inside
https://evilmartians.com/chronicles/simple-declarative-presence-for-hotwire-apps-with-anycable
evilmartians.com
Simple Declarative Presence for Hotwire apps with AnyCable—Martian Chronicles, Evil Martians’ team blog
Learn how to seamlessly integrate online presence tracking into a Rails application powered by Hotwire and AnyCable.
Ruby / Rails Inside
https://ryanbigg.com/2025/04/cursor-based-querying
Ryan Bigg
Cursor-based querying with Rails
❤
1
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/refactoring-active-record-signed-id-verifiers-ee2fd9b5
Hey
Refactoring Active Record Signed ID verifiers
Hi, it’s zzak. Hopefully everyone got their Rails World CFPs in on time! Let’s explore this week’s changes in the Rails codebase. Allow allocated Active Records to lookup associations Previously, the association cache isn’t setup on allocated record objects…
Ruby / Rails Inside
https://evilmartians.com/chronicles/let-there-be-docs-generating-openapi-schema-across-rails-stack
evilmartians.com
Let there be docs! Generating an OpenAPI schema across the Rails stack—Martian Chronicles, Evil Martians’ team blog
When can an implementation-first approach to documentation be preferred over documentation-first? Find the answer, and see how to do it with an existing application by leveraging some tools in some unexpected ways (including Martian ones!) Plus, AI-assisted…
👍
1
Ruby / Rails Inside
https://haseebeqx.com/posts/active_record-strict-loading/
Haseebeqx
Using ActiveRecord Strict Loading to explicitly prevent N+1 | Haseeb Annadamban
Active Record strict loading is an awesome feature in Rails that can significantly improve your application’s performance by preventing N+1 queries. In the past days before Rails 6.1, We mainly used bullet gem to statically scan this. But now, It can be explicit…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/improved-leap-year-counting-performance-and-more-4c28a8ac
Hey
Improved leap year counting performance and more!
Hi, it’s Greg. Let’s explore this week’s changes in the Rails codebase. Action Cable: Allow setting nil as subscription connection identifier for Redis If you use Google Cloud Memorystore or another platform that blocks the command CLIENT SETNAME in Redis…
Ruby / Rails Inside
https://release.com/blog/temporal-vs-sidekiq
Release
Migrating Sidekiq Background Jobs to Temporal in Ruby on Rails
Ruby on Rails developers often use Sidekiq for background processing, but complex workflows can push its limits. Learn how Temporal, a workflow orchestration engine designed for durable, stateful execution, can be a powerful alternative for complex tasks.
Ruby / Rails Inside
https://stanko.io/rabbitmq-is-more-than-a-sidekiq-replacement-b730d8176fb
stanko.io
RabbitMQ is more than a Sidekiq replacement | Stanko K.R.
I've had gripes with Sidekiq because of which I switched to RabbitMQ. Here are my thoughts and experiences after a year of using it in production.
I got...
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/continuously-improving-the-framework-a863cc3d
Hey
Continuously improving the framework
Hi, it’s Claudio Baccigalupo. Let’s explore this week’s changes in the Rails codebase. Add –reset option to bin/setup Makes it easier to zero out a database and load seeds during development. Add assert_in_body/assert_not_in_body Lets test checking a response…