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://world.hey.com/this.week.in.rails/devcontainers-without-vscode-a-deprecation-and-more-7b8e0bde
Hey
Devcontainers without VSCode, a deprecation and more!
Hi, it’s Greg. Let’s explore this week’s changes in the Rails codebase. Eliminate queries loading dumped model schema on Postgres This pull request improves resiliency by avoiding the need to open a database connection to load the type map, while defining…
Ruby / Rails Inside
https://blog.pawelpokrywka.com/p/understanding-cors-sxg-errors
Pawelpokrywka
Understanding CORS errors in Signed Exchanges
Learn debugging techniques and why the all-or-nothing principle makes these errors critical (part 3 of 10)
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/support-joins-in-update_all-for-pg-and-sqlite-and-more-bf79c0e3
Hey
Support joins in update_all for PG and SQLite and more
Hi, Wojtek here presenting you this week’s changes in the Rails codebase. Clio joins the Rails Foundation We’re excited to welcome Clio as the newest Contributing Member of the Rails Foundation. Support joins in update_all for Postgresql and SQlite Previously…
❤
2
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…