Tbh I had no idea this was even a thing until recently. I've been working with Rails for a while now and somehow never came across it. So let me explain it the way I understood it. You know how we normally do associations in Rails, User has many Posts, Post belongs to User. Two different models, two different tables. Simple. But what if a model needs to reference itself? Like same table, same mode
Comments
Why I built another Ruby test runner inspired by Playwright Test Ruby already has great testing tools. If you are building Rails applications today, you probably use one of these combinations: RSpec + Capybara Minitest + Capybara Rails system tests Maybe Selenium, Cuprite, Ferrum, or Playwright through Ruby bindings These tools are mature, battle-tested, and widely used. So the natural question
If you’ve ever rented in the US, you’ve probably done this: You receive the lease… “Looks standard.” That assumption can be expensive. ⚠️ The problem nobody talks about Lease agreements often include things that aren’t obvious: hidden or loosely defined fees And even if you read everything… understanding the implications isn’t trivial. Legal language isn’t designed to be easy. 💡 So I built someth