The latest update for #Honeybadger includes "Cross-cluster associations in #Rails" and "Building a #Django Chat App with WebSockets".
#DevOps https://opsmtrs.com/2Y5KhaD
RE: https://cosocial.ca/@timbray/116273912951090941
OK, brace yourself. What’s better than Sam Ruby’s “Rails on JavaScript”?
Well obviously, it’s Sam’s “Rails on JavaScript on Phoenix on Elixir on Erlang”!
Obvious, right? Ignore that shrill buzz, it’s the sound of my head spinning.
#erlang […]
Just released BunBunBundle, a zero-dependency bundler for #Ruby apps based on... #Bun. Works with #Rails, #Hanami, or any other rack-based app.
codeberg.org/w0u7/bun_bun...
Complying with privacy laws like GDPR and LGPD is non-negotiable, but most teams struggle to turn legal requirements into actual code.
We just open-sourced 3 Agent Skills for building privacy-compliant Rails apps.
bit.ly/4sCljZG
#gdpr #lgpd #privacy #rails #privacybydesign
people still building with Ruby in 2026 made a decision, not a mistake
Rails 8: auth, caching, solid queue, solid cable — built in. no extra services.
"boring" tech that ships product beats "modern" tech that ships complexity
#ruby #rails #buildinpublic #indiedev
people still building with Ruby in 2026 are not behind — they made a decision
Rails 8 ships with auth, caching, solid queue, solid cable built in
no services. no config. one framework.
"boring" tech that ships product beats "modern" tech that ships complexity
#ruby #rails #buildinpublic #indiedev
New Hotwire Club challenge: Chained Selects with Turbo Frames! ⛓️
Forget JSON APIs and manual <option> element rebuilding. Learn how to build dependent dropdowns (Country → City) using server-rendered HTML and a tiny Stimulus controller.
hotwire.club/blog/2026-03...
#Hotwire #Rails #WebDev
How I built a complete analytics dashboard for my Rails blog with Claude Code.
alvareznavarro.es/blog/2026/03...
#ai #analytics #rails
#environment art studies
#art #painting #2d #digital #artstudy #environments #house #rails #photoshop #nature #city #street
Me gustaría saber más sobre cómo integraste Rails con TypeScript, ¿utilizaste algún framework específico? #TypeScript #Rails
Trains in the wilderness. #Europe #Rails
Look out the window.
It's way better than your phone.
Yes, I'm speaking truth.
#haiku #travel #cruise #rivercruise #ABD #Disney #DCL #follow #Azamara #AmaWaterways #TravelAgent
https://linktr.ee/2talltom
Docker Composeで環境構築できる、GitHub ActionsでCI組める、RailsのORMでincludesも使ってる。でも「なぜその設定にしたの?」って聞かれたら説明できない。これ、「使えてる」と「理解してる」の間にある溝だなと最近痛感した。面談で技術質問されて、実務で毎日やってることなのに言葉が出てこなかった。自分の場合、1日1箇所「なぜこう書いたか」をノートに残す習慣を始めてみてる。同じ溝を感じたことある人いますか?
#エンジニア転職 #Rails
自強號和區間車在台南新市光華街平交道附近
自強号特急と区間車通勤が台南新市 光華街踏切附近に。
#鐵路 #鐵道 #台鐵 #火車
#鉄道 #台鉄 #台湾 #台南 #新市 #電車
#railway #trains #train #railways
#TRA #TR #rail #rails
技術面談で「RailsのORMで気をつけていることは?」に詰まった。悔しかったので、Claude Codeの自作コマンドでお題を生成→Docker Compose環境を自動構築して、実際にN+1問題やfind_eachを手で試せるようにした。実務と同じRails 7.1 + MySQL 8.0の構成にしたので、練習がそのまま実務の引き出しになる。「答えられなかった」をその日のうちに手を動かして潰す。この繰り返しが一番力になる気がしてる。
#ClaudeCode #Rails
🎨 Singapore
🐦 White-breasted Waterhen (Amaurornis phoenicurus)
📏 28–30 cm
📍 Singapore Botanical Gardens, Singapore 🇸🇬
🗓 Feb 2026
#BirdsSeenIn2026 #birds #rails #waterhens
Below are the Slides and GitHub repo of the talk "Solid Queue: Rails ActiveJob DB-based Queuing Backend".
Google Slides:
docs.google.com/presentation...
GitHub Repo:
github.com/AndyObtiva/s...
#ruby #rails #rubyonrails #solidqueue #queuingbackend #messagequeues
Below are the Slides and GitHub repo of the talk "Solid Queue: Rails ActiveJob DB-based Queuing Backend".
Google Slides:
docs.google.com/presentation...
GitHub Repo:
github.com/AndyObtiva/s...
#ruby #rails #rubyonrails #solidqueue #queuingbackend #messagequeues
Russian doll caching is the one that changes everything. Nest caches, add touch: true, only the changed record re-renders.
Full tutorial with code.
heyjoshlee.medium.com/getting-star...
#rubyonrails #caching #performance #SQL #Code #Rails #Ruby
null
Your Rails app reruns the same queries and renders the same HTML on every request. Rails has 5 built-in caching strategies and most devs use maybe 1.
✨ Article link in the comments ✨ ⬇️⬇️⬇️
#rubyonrails #caching #performance #SQL #Code #Rails #Ruby
You either die a hero, or you live long enough to get purchased by salesforce, be neglected for years, try to squeeze your customers for enterprise contracts, give them false hope of a new platform only to pull the rug and declare maintenance mode. RIP #heroku
#rails #ruby
#Glimmer #DSL for #Web (Fukuoka Award Winning #Ruby #Frontend #Framework for #Rails) version 0.8.3 now raises an exception plus a correction hint if the user attempts to define a component or a component slot with a name that shadows an existing HTML element:
andymaleh.blogspot.com/2026/03/glim...
“One of the most frequent code smells in #Rails is an excessive use of inheritance. A serious drawback from using inheritance to achieve polymorphism is the implicit coupling it creates between parent and child classes.”
Polymorphism with Strategies
👉 www.rorvswild.com/blog/2026/ad...
A purple/blue gradient banner for Plymouth Software services. The banner text reads "Monthly service and development plans for your organisation's ruby on rails apps. Simple fixed-price rolling monthly software development and service plans to help keep your ruby on rails app running smoothly." At the bottom is a link to www.plymouthsoftware.com.
Our Monthly Service and Development plans keep your organisation's #RubyOnRails apps running in peak condition, secure, and up to date, so you can focus on building and growing your business.
👉 Learn more at www.plymouthsoftware.com
#software #ruby #rails #devops #development #peoplefirstsoftware
The latest update for #ScoutAPM includes "#Monitoring Phoenix LiveView Performance With Scout #APM" and "Best #Rails APM Tools in 2026: A Developer's Guide".
#devops #observability https://opsmtrs.com/3iSdf3y
Just a reminder that we are having the Montreal.rb March 2026 Ruby Meetup talk "Solid Queue: Rails ActiveJob DB-based Queuing Backend" this Wed (Mar 18, 2026) at 6:30pm at Anticafe, Montreal, Quebec, Canada.
www.meetup.com/montrealrb/e...
#ruby #rails #rubyonrails #solidqueue #dev #programming
My 3-hour workshop proposal "Building Rails SPAs in Ruby using Glimmer DSL for Web" was accepted at the Wroclove.rb 2026 Ruby Conference.
Details:
andymaleh.blogspot.com/2026/03/work...
#ruby #rails #poland #conference #wroclove #frontenddevelopment #softwareengineering #programming #workshop #dev
Parallel with a Vanishing Point #rails #perspective #optics