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://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.
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