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
- Host: GitHub
- URL: https://github.com/justalever/flexible_partials
- Owner: justalever
- Created: 2024-04-08T17:28:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T15:22:56.000Z (about 2 years ago)
- Last Synced: 2024-10-09T13:05:56.719Z (over 1 year ago)
- Topics: partials, rails, ruby-on-rails
- Language: HTML
- Homepage: https://webcrunch.com/posts/render-partials-rails
- Size: 11.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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