Live data from Hacker News

Viewing profile — benblue

benblue

HN member
Joined
Wed, May 04, 2022, 11:26 PM UTC
HN karma
4
Public activity
3 items

About benblue

No profile information was provided.

Recent public activity

  1. comment
    Comment #43882468

    I agree that ActiveRecord isn't particularly opinionated about how to deal with updates to batches of records, but there are multiple ways of approaching this and AR won't get in y…

  2. comment
    Comment #40305114

    I write system tests like this with the REPL often. I just change the Capybara driver from its usual headless_chrome to chrome and put a debugger (or pry) breakpoint in the RSpec e…

  3. comment
    Comment #31267343

    For a greenfield project I'd probably reach for Inertia.js though I don't have any experience with it aside from reading the docs. If you just want to use Vue for your rendering la…