#ruby-on-rails
Read more stories on Hashnode
Articles with this tag
A few weeks ago I was working on modelling set of relationships between very similar concepts so I evaluated the different alternatives that Active...
I'm working on a personal project in which I'm trying to squeeze every ounce of features from Turbo and in doing so I found something that I thought...
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...
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...