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://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…
Ruby / Rails Inside
https://itsi.fyi/
Ruby / Rails Inside
https://railsatscale.com/2025-04-23-rbs-support-for-sorbet/
Rails at Scale
Inline RBS comments support for Sorbet
How Sorbet and RBS can work together to elevate your Ruby development experience
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/parallel-testing-improvements-and-more-72d81611
Hey
Parallel testing improvements and more
Hi, Wojtek here. Let’s see what’s new in the Rails. Rails World tickets coming soon We’ve been informed that General Admission tickets will be available May 13. More information is coming soon, but you can already mark your calendar! Implement ability to…
Ruby / Rails Inside
http://avohq.io/blog/multistep-forms-rails
avohq.io
Multistep Forms in Rails with the Wicked gem - Avo
Learn how to build a multistep form with Rails and the Wicked gem to improve your users' onboarding experience
Ruby / Rails Inside
https://stanko.io/adding-mcp-to-a-rails-app-NG9zkX3dyPq1
stanko.io
Adding MCP to a Rails app - Stanko K.R.
Last week we had an AI hackathon at work during which we added an MCP server to our Rails app. This was much easier than I expected, the result was both...
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/new-guides-pr-rails-world-updates-and-more-e6571f76
Hey
New Guides PR, Rails World Updates and more!
Hi, it’s Vipul!. Let’s explore this week’s changes in the Rails codebase. New Guides Pull Request for review A new guides Pull Request is up, which updates the Rails Application Template Guide and also merges it with Rails Generators Guide. If you are well…