Login
From:
Write Software, Well
(Uncensored)
subscribe
Understanding the Rails Rendering Process
https://www.writesoftwarewell.com/rails-rendering-process/
links
backlinks
Tagged with:
rails internals
Roast topics
Find topics
Find it!
This article explains the Rails rendering process in the context of returning JSON data from the controller. Hopefully, it will make it clear what really happens when you call the render method from the controller.