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
Building Jan.ai from Source with a Local LLM The Goal I wanted a recent build of Jan.ai. I got a 0.6.599 .deb. That's when I re-read my own prompt. The model was given a single, generic instruction. Nothing about versions, tags, or checking what was already installed. It said: Target application: jan.ai desktop application Container name pattern: [os]-[shortname] (e.g., ubuntu-jan) Ba
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