Ruby / Rails Inside
@rubyinside
733
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
733 subscribers
Ruby / Rails Inside
https://evilmartians.com/events/startups-on-rails-in-2025-tropical-on-rails
evilmartians.com
Startups on Rails in 2025 by Evil Martians
In an era where startups are increasingly returning to Ruby on Rails, this talk explores the resurgence of Rails adoption through the lens of founders who recently chose this stack. Drawing from real-world experiences, we'll examine how modern startups are…
💯
3
Ruby / Rails Inside
https://github.com/manticoresoftware/manticoresearch
GitHub
GitHub - manticoresoftware/manticoresearch: Easy to use open source fast database for search | Good alternative to Elasticsearch…
Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK stack - manticoresoftware/manticoresearch
Ruby / Rails Inside
https://railsatscale.com/2025-05-14-merge-zjit/
Rails at Scale
ZJIT has been merged into Ruby
ZJIT has been merged into upstream Ruby. Learn about its architecture!
Ruby / Rails Inside
https://www.writesoftwarewell.com/serving-large-files-rails-nginx-thruster/
Write Software, Well
Serving Large Files in Rails with a Reverse Proxy Server (Nginx)
Serve large files with a reverse proxy without the Rails app server having to load file in-memory and serve it.
Ruby / Rails Inside
https://code.dblock.org/2025/05/10/executing-structured-ai-workflows-with-shopify-roast.html
code.dblock.org | tech blog
Executing Structured A.I. Workflows with Shopify Roast
Last week, my team at Shopify released a new tool called Roast, a convention-oriented framework for creating structured AI workflows. Our vision is to enable A.I. agents to solve developer productivity problems at scale. Imagine continuously improving unit…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/rfc-9111-style-cache-control-directives-hit-or-miss-458551a1
Hey
RFC-9111 style Cache-Control directives hit or miss
Hi, it’s zzak. Let’s explore this week’s changes in the Rails codebase. Message from the Rails Foundation While Rails World sold out quickly this year, a friendly reminder that the sessions will be recorded and published on YouTube quickly- the Opening and…
Ruby / Rails Inside
https://railsatscale.com/2025-05-21-fast-allocations-in-ruby-3-5/
Rails at Scale
Fast Allocations in Ruby 3.5
Many Ruby applications allocate objects. What if we could make allocating objects six times faster? We can! Read on to learn more!
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/rails-world-2025-speaker-lineup-deprecations-doc-updates-and-more-e0b74d20
Hey
Rails World 2025 speaker lineup, deprecations, doc updates and more!
Hello! Emmanuel Hayford here. The third edition of Rails World is a couple of months away! In case you missed it, The Rails Foundation has already announced an exciting lineup that you should check out. Document `through` with `polymorphic` A new addition…
Ruby / Rails Inside
https://blog.appsignal.com/2025/05/07/an-introduction-to-solid-queue-for-ruby-on-rails.html
Appsignal
An Introduction to Solid Queue for Ruby on Rails | AppSignal Blog
In this two-part series, we'll dig deep into Solid Queue's internals, discover what makes it unique, and learn more about why it was created in the first place.
Ruby / Rails Inside
https://www.yegor256.com/2019/02/05/zache.html
Yegor Bugayenko
Zache: A Simple Ruby In-Memory Cache
Zache is a simple Ruby Gem for thread-safe in-memory caching, which, I was surprised to find out, hasn't been implemented so far in any other Gems.
1
🥴
3
Ruby / Rails Inside
https://tenderlovemaking.com/2024/10/16/monkey-patch-detection-in-ruby/
Tenderlove Making
Monkey Patch Detection in Ruby
My last post detailed one way that CRuby will eliminate some intermediate array allocations when using methods like Array#hash and Array#max. Part of the technique hinges on detecting when someone monkey patches array. Today, I thought we’d dive a little…
🤔
1
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/active-job-continuations-and-more-f704355f
Hey
Active Job Continuations and more
Hi, Wojtek here. Let’s see this week’s news about Rails. Final RailsConf The last RailsConf (July 8 - 10, Philadelphia) will include a fireside chat with DHH, and talks or panel discussions with Rails team members Eileen Uchitelle (Core), Gannon McGibbon…
Ruby / Rails Inside
https://www.bigbinary.com/blog/understanding-queueing-theory
BigBinary
Understanding Queueing Theory
null
❤
3
👍
2
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/backtracecleaner-gets-first_clean_frame-and-first_clean_location-75819a3b
Hey
BacktraceCleaner gets first_clean_frame and first_clean_location
Hi, it’s zzak. Let’s explore this week’s changes in the Rails codebase. The Rails Foundation launched a new podcast: ‘On Rails’ with host Robby Russell In each episode, Robby talks with Rails devs and explores the real-world decisions that go into building…
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/a-new-touch-option-accessing-the-editor-from-the-error-page-and-better-migration-logs-a166811b
Hey
A new touch option, accessing the editor from the error page and be...
Hi, it’s Claudio Baccigalupo. So many great changes to the Rails codebase this week. Let’s check them out. Add touch option to update_column(s) Particularly useful for ETL processes that rely on the updated_at timestamps instead of copying the whole table.…
Ruby / Rails Inside
https://evilmartians.com/chronicles/simplicity-vanished-solving-the-mystery-with-inertia-js-and-rails
evilmartians.com
Simplicity, vanished?! Solving the mystery with Inertia.js + Rails—Martian Chronicles, Evil Martians’ team blog
Has simplicity gone missing in web development? This investigative piece uncovers how Inertia.js + Rails defy JavaScript bloat and reclaim developer sanity.
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/relative_time_in_words-current-transaction-s-isolation-level-and-more-55916a16
Hey
relative_time_in_words, current transaction's isolation level and m...
Hi, it’s Greg. Let’s explore this week’s changes in the Rails codebase. New written & video tutorials for beginners The Rails Foundation has launched a few more learning resources for beginners, in partnership with Chris Oliver and the team behind Typecraft…
👍
1
Ruby / Rails Inside
https://evilmartians.com/chronicles/circuit-breakers-and-ruby-in-2025-dont-break-your-launch
evilmartians.com
Circuit breakers and Ruby in 2025: don't break your launch—Martian Chronicles, Evil Martians’ team blog
Take a deep dive into what circuit breakers are, why you might need them, and the options you have in Ruby.
Ruby / Rails Inside
https://sinaptia.dev/posts/mcp-on-rails
SINAPTIA
MCP on Rails
Learn how to integrate Model Context Protocol (MCP) with Rails to create AI-powered conversational interfaces that transform traditional web applications into intelligent, chat-based tools.
Ruby / Rails Inside
https://evilmartians.com/chronicles/the-whop-chop-how-we-cut-a-rails-test-suite-and-ci-time-in-half
evilmartians.com
The Whop chop: how we cut a Rails test suite and CI time in half—Martian Chronicles, Evil Martians’ team blog
Evil Martians cut Whop’s Rails test suite and CI time in half using profiling, factory optimizations, and parallelization. Learn how we speed up tests and boost reliability.
Ruby / Rails Inside
https://world.hey.com/this.week.in.rails/improvements-to-routing-active-storage-configs-time-tracking-and-more-3bec5545
Hey
Improvements to routing, Active Storage configs, time tracking, and...
Hey, Emmanuel Hayford here with the latest from the Rails codebase. Let's get to it! Oh! In case you missed it, all the talks from #RailsWorld 2025 are now available online here. Fix SCRIPT_NAME handling for engines mounted at root When an engine is mounted…