AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Rails API Responses
In well-factored Rails applications, building the whole separate API as a bunch of separate endpoints really never works because you end up with two code paths doing the same thing. And so I've had really good luck of doing exactly what you, you know, you've struggled with and I've seen a lot of teams struggle with it. In fact, Turbo has a Turbo Stream feature where those action cable little partial page snippets are also just another kind of request, right? It just goes through the same templating. So that's more functional than going out whole hog on day one and saying, you know what, we just need a full fledged API.