Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 748 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 748 Bytes

All the ways to render partials in Ruby on Rails

All the ways to render partials in Ruby on Rails

Partials in Ruby on Rails are one of those things I often take for granted. Extracting pieces of views and sharing across a monolith type of app is such a game changer for efficiency and productivity.

I sometimes use Rails view partials in unique ways, so as an exercise, I wanted to document as many ways as I could recall to render partials. This list will likely grow as time allows, so check back often!