#action-view
Read more stories on Hashnode
Articles with this tag
In the previous article, I said I believe splitting up the responsibility of building attributes from the actual rendering of HTML can open up many...
In the previous article, I mentioned that Action View has some component-like classes that render form elements. Let's deep dive into a simple one:...
I've had this idea in the back of my head for a while that can potentially unlock a bunch of possibilities with Rails' Form Helpers. But to present...
Part 3: Making shared, data-rich layouts for subsections of your apps · To finish this series we'll finally tackle this part of the car-sharing app we've...
Leverage Rails' conventions to clean up layouts on a per controller basis · In the first part of this series, we learnt how implicit rendering works to...
Using layouts to uncover your application's boundaries · I love car-sharing services. It has allowed me to live car-free for the past three and a half...