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://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…
Ruby / Rails Inside
https://evilmartians.com/events/startups-on-rails-in-2025-tropical-on-rails
evilmartians.com
Startups on Rails in 2025 by Evil Martians
In an era where startups are increasingly returning to Ruby on Rails, this talk explores the resurgence of Rails adoption through the lens of founders who recently chose this stack. Drawing from real-world experiences, we'll examine how modern startups are…
💯
3
Ruby / Rails Inside
https://github.com/manticoresoftware/manticoresearch
GitHub
GitHub - manticoresoftware/manticoresearch: Easy to use open source fast database for search | Good alternative to Elasticsearch…
Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK stack - manticoresoftware/manticoresearch
Ruby / Rails Inside
https://railsatscale.com/2025-05-14-merge-zjit/
Rails at Scale
ZJIT has been merged into Ruby
ZJIT has been merged into upstream Ruby. Learn about its architecture!
Ruby / Rails Inside
https://www.writesoftwarewell.com/serving-large-files-rails-nginx-thruster/
Write Software, Well
Serving Large Files in Rails with a Reverse Proxy Server (Nginx)
Serve large files with a reverse proxy without the Rails app server having to load file in-memory and serve it.
Ruby / Rails Inside
https://code.dblock.org/2025/05/10/executing-structured-ai-workflows-with-shopify-roast.html
code.dblock.org | tech blog
Executing Structured A.I. Workflows with Shopify Roast
Last week, my team at Shopify released a new tool called Roast, a convention-oriented framework for creating structured AI workflows. Our vision is to enable A.I. agents to solve developer productivity problems at scale. Imagine continuously improving unit…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/rfc-9111-style-cache-control-directives-hit-or-miss-458551a1
Hey
RFC-9111 style Cache-Control directives hit or miss
Hi, it’s zzak. Let’s explore this week’s changes in the Rails codebase. Message from the Rails Foundation While Rails World sold out quickly this year, a friendly reminder that the sessions will be recorded and published on YouTube quickly- the Opening and…
Ruby / Rails Inside
https://railsatscale.com/2025-05-21-fast-allocations-in-ruby-3-5/
Rails at Scale
Fast Allocations in Ruby 3.5
Many Ruby applications allocate objects. What if we could make allocating objects six times faster? We can! Read on to learn more!
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/rails-world-2025-speaker-lineup-deprecations-doc-updates-and-more-e0b74d20
Hey
Rails World 2025 speaker lineup, deprecations, doc updates and more!
Hello! Emmanuel Hayford here. The third edition of Rails World is a couple of months away! In case you missed it, The Rails Foundation has already announced an exciting lineup that you should check out. Document `through` with `polymorphic` A new addition…
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