An open API service indexing awesome lists of open source software.

https://github.com/justalever/flexible_partials

All the ways to render partials in Ruby on Rails
https://github.com/justalever/flexible_partials

partials rails ruby-on-rails

Last synced: 7 days ago
JSON representation

All the ways to render partials in Ruby on Rails

Awesome Lists containing this project

README

          

![All the ways to render partials in Ruby on Rails](https://f001.backblazeb2.com/file/webcrunch/render-partials-rails.jpg)

# 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!

- [📕 Originally published on webcrunch.com](https://webcrunch.com/posts/render-partials-rails)
- [📺 Watch the video tutorial](https://youtu.be/64oxWLgZip4)