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://thoughtbot.com/blog/4-tips-when-getting-started-with-hotwire
thoughtbot
4 tips when getting started with Hotwire
A few best practices to keep in mind when getting started with Hotwire and Rails.
👍
1
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/active-support-s-notificationassertions-and-sql-active_record-gets-affected_rows-2e92ae17
Hey
Active Support's NotificationAssertions and `sql.active_record` get...
Hi, it’s zzak. Let’s explore this week’s changes in the Rails codebase. Add Active Support Notifications test helper module This PR has been created because it’s currently cumbersome to test that a certain code block/action triggers an ActiveSupport::Not…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/rails-world-2025-dates-announced-and-more-8299faba
Hey
Rails World 2025 dates announced and more!
Hi, it’s Greg. Let’s explore this week’s changes in the Rails codebase. Rails World 2025 - Save the date Rails World 2025 will take place September 4 and 5, 2025, again in Amsterdam. The same venue, the same city, and good news - more tickets. The CFP is…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/sqlite3-extensions-loading-and-more-5f556874
Hey
SQLite3 extensions loading and more
Hi, Wojtek here. Let’s explore this week’s news in the Rails.
🎅
Getting started tutorial New pull request up for a community review: the new Getting Started tutorial shows you how to build an e-commerce app using all of Rails 8’s features out of the box …
Ruby / Rails Inside
https://www.youtube.com/playlist?list=PLHFP2OPUpCebdA4-xR07SPpoBWVERkHR6
YouTube
Rails 8 Unpacked with Typecraft
Rails 8 Unpacked with Typecraft s a 9-part video series exploring Rails 8’s default features through the lens of adding features to a task management app. Yo...
Ruby / Rails Inside
https://evilmartians.com/chronicles/keeping-rails-cool-the-modern-frontend-toolkit
evilmartians.com
Keeping Rails cool: the modern frontend toolkit—Martian Chronicles, Evil Martians’ team blog
We advocate and build for Rails startups, and we know this tech gives teams a productivity and competitive edge. But we also know what startups struggle with the most: frontend. Let's share our silver toolkit for dealing with it!
Ruby / Rails Inside
https://evilmartians.com/chronicles/railsmas-on-mars-12-days-of-mandatory-developer-joy-and-challenge
evilmartians.com
Railsmas on Mars: 12 Days of Mandatory Developer Joy and Challenge—Martian Chronicles, Evil Martians’ team blog
Over 12 days, we’ll unwrap 12 small (but mighty) approaches designed to level up your Rails apps. We’ll discuss, then suggest hands-on practice!
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/…