Reading up on Ruby on Rails
11 deep · digging since dec 05, 25
- One year of Ruby on Rails configuration
A senior Rails developer shares the accumulated configuration, monkeypatches, and custom types in a one-year-old production app, covering booleans, time zones, UUIDv7, I18n, Turbo streams, and View Components.
- Returning to Rails in 2026
Hacker News commenters debate the merits of Ruby on Rails in 2026, with many praising its conventions and stability while criticizing lack of typing and AI-oriented marketing.
- Show HN: Rails UI
Rails UI offers a subscription-based design system of consistent, pre-built screens and components for Rails apps, aiming to bridge the gap AI can't fix.
- Web development is fun again
In a Hacker News discussion, many commenters report that LLMs have made web development fun again by handling complexity and enabling quick hobby projects.
- Ruby Programming Language
Ruby's redesigned homepage highlights the language's fun, readable syntax, rich gem ecosystem, and supportive community through testimonials from Matz, DHH, and others.
- Response to "Ruby Is Not a Serious Programming Language"
Ruby's value lies in prioritizing programmer joy and expressiveness over technical metrics, enabling business success despite critiques about its seriousness.
Takes
Lexxy is the modern rich text editor for Rails. And now it has a beautiful site with lovely demo front and center. This is the editor we put in Basecamp 5. Such a big level up over Trix. From tables to syntax highlighting. https://lexxy.dev/
@dhh
just ran Claude Fable 5 over @37signals open source Rails code again extracted all the key insights for writing @dhh-like vanilla Rails into reusable guides and skills just drop it in your skills folder and your AI agent will automatically reference it https://github.com/marckohlbrugge/37signals-skills
@marckohlbrugge
The original plan for Fizzy was to ship the SaaS version with one sqlite database per customer. That didn't end up happening, but we built all the Rails infrastructure needed to make it possible. Mike goes through it all here: https://t.co/f285jYyYcc
@dhh
The upcoming https://t.co/6SX7zmEyrA.creds will now also look for .env, which supports command interpolation, so you can fetch keys directly from 1password or the like in development: https://t.co/E3ueHDWGqj
@dhh
As promised: a video talking about how we architect Rails apps and Fizzy. Includes thoughts on Domain Driven Design, service objects, callbacks, and concerns.I will record more of these, but probably not as long! pic.twitter.com/3rMDe7civw
@jorgemanru