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://readingrails.dev/4/create-ios-apps-with-ruby-on-rails-and-hotwire-native-en
readingrails.dev
Create iOS apps with Ruby on Rails and Hotwire Native [EN]
Ruby / Rails Inside
https://rubyonrails.org/2024/12/27/this-week-in-rails
Ruby on Rails: Compress the complexity of modern web apps
This year in Rails
This is Greg, Vipul, Wojciech, and Zzak, bringing you the summary of what happened with Rails in the past year. It was a busy year with close to 4000 commits from 555 contributors and 50 releases, including Rails 8!
Ruby / Rails Inside
https://impactahead.com/dev/useful-things-you-can-do-with-rails-console
Ruby / Rails Inside
https://www.honeybadger.io/blog/sidekiq-to-karafka/
Honeybadger Developer Blog
How Honeybadger migrated from Sidekiq to Karafka
Honeybadger recently migrated our background job processing from Sidekiq to Karafka. Dig in to see what we learned.
Ruby / Rails Inside
https://dansvetlov.me/puma-internals/
dansvetlov.me
Dissecting Puma: Anatomy of a Ruby Web Server
Taking a comprehensive look at how Puma, one of the most popular Ruby web servers, works under the hood.
Ruby / Rails Inside
https://byroot.github.io/ruby/json/2025/01/14/optimizing-ruby-json-part-7.html
byroot’s blog
Optimizing Ruby’s JSON, Part 7
In the previous post, we started covering some parser optimizations. There’s just a handful more to cover until we reached what’s the state of the currently released version of ruby/json.
Ruby / Rails Inside
https://github.com/bensheldon/activerecord-has_some_of_many
GitHub
GitHub - bensheldon/activerecord-has_some_of_many: Optimized top-N-per-group Active Record associations using lateral joins
Optimized top-N-per-group Active Record associations using lateral joins - bensheldon/activerecord-has_some_of_many
Ruby / Rails Inside
https://dev.to/sulmanweb/rails-8-cicd-github-actions-kamal-2025-2gce
DEV Community
Rails 8 CI/CD: GitHub Actions & Kamal 2025
In my previous article, we explored deploying Rails 8 applications using Docker and Kamal. ...
Ruby / Rails Inside
https://github.com/rails/rails/pull/54285
GitHub
Add a script for using dev containers outside VSCode by tenderlove · Pull Request #54285 · rails/rails
I want to use the devcontainer info, but I don't want to use VSCode. This commit adds a small script that reads the devcontainer JSON file and runs docker commands based on the information ...
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.