#ruby
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...
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...