This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Wilbert Liu
wilbertliu.com
did:plc:zxzqwrj6v6c2phtfzukqxctv
Rails + Inertia tip ⚡
Avoid using `default_render` if you’re also using views from gems!
I ran into issues with Litestream and Mission Control Jobs dashboards because Inertia hijacks every and does its magic.
Instead, add `render inertia: true` for actions that need it.
2024-12-12T10:42:02.451Z