Ruby / Rails Inside
@rubyinside
731
subscribers
15
photos
2.52K
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
731 subscribers
Ruby / Rails Inside
https://evilmartians.com/opensource/active-delivery
evilmartians.com
Active Delivery at Evil Martians
A framework that provides an entry point for all types of Rails notifications.
❤
2
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/disabled-query-cache-in-console-and-bugfixes-ccd1bc44
Hey
Disabled query cache in console and bugfixes
Hi, Wojtek here. Let’s see what changed in the Rails codebase. Disable the Active Record query cache in the console by default Pass –query-cache to enable it for the session. Fix inflections to better handle overlapping acronyms ActiveSupport::Inflector.…
Ruby / Rails Inside
https://codewithrails.com/blog/rails-resumable-csv-import-continuable/
Codewithrails
Build a Resumable CSV Import with ActiveJob::Continuable
Use Rails 8.1's new job continuations to build a CSV import that survives worker restarts, picking up at the exact row it left off.
🥴
1
Ruby / Rails Inside
http://evilmartians.com/chronicles/ruby-on-whales-docker-for-ruby-rails-development
evilmartians.com
Ruby on Whales: Dockerizing Ruby and Rails development—Martian Chronicles, Evil Martians’ team blog
An exhaustive and documented Docker configuration for developing Ruby and Rails applications
❤
1
Ruby / Rails Inside
http://github.com/rails/rails/blob/main/AGENTS.md
GitHub
rails/AGENTS.md at main · rails/rails
Ruby on Rails. Contribute to rails/rails development by creating an account on GitHub.
👀
1
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/explicit-query-and-body-kwargs-for-integration-tests-and-more-8329228f
Hey
Explicit query: and body: kwargs for integration tests and more!
Hi, I’m Emmanuel Hayford. Here’s what caught my eye in Rails this week. Fix GET+JSON+params in integration tests for API-only apps params: in integration test helpers was ambiguous for GET requests with as: :json — it wasn’t clear whether params should go…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/query-command-for-database-queries-and-more-0bee7868
Hey
Query command for database queries and more
Hi, Wojtek here. Let’s see what’s new in the Rails on this finally sunny day (at least in my corner of the world ;-). Query command for read-only database queries Adds rails query — a read-only database query command with structured JSON output. rails query…
Ruby / Rails Inside
https://rage-rb.dev/blog/2026/05/11/production-results/
rage-rb.dev
Production Results | Rage.rb
Two production Rails apps were migrated to Rage and put through 30-second spike tests. Both are I/O-bound workloads - the kind where fiber-based concurrency should help.
Ruby / Rails Inside
https://paolino.me/ruby-concurrency-what-actually-happens/
Carmine Paolino
Ruby Concurrency: What Actually Happens
Every 'what happens when' question about Ruby concurrency, answered with diagrams.
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/action-cable-adapterization-and-more-54b98c94
Hey
Action Cable adapterization and more
Hi, Wojtek here. Let’s see a huge list of this week’s changes in the Rails codebase. Action Cable server adapterization Extract low-level Action Cable server responsibilities into ActionCable::Server abstractions. This refactoring separates socket handling…
Ruby / Rails Inside
https://thoughtbot.com/blog/ai-in-focus:a-new-claude-skill-for-rails-code-audits
thoughtbot
AI in Focus: A new Claude Skill for Rails code audits
Learn what happened when Chad installed the open source rails-audit-thoughtbot Claude skill, ran it on thoughtbot’s decade-old internal Hub app, and walked through hits, misses, and how we’d tighten the skill over time.