Aug 14
The modern Rails Asset Pipeline
Solo Rails / Issue #3 Handling front-end assets in Ruby on Rails has historically been pretty complicated and overwhelming over the years. Today, I want to show you my current Asset Pipeline, why I chose to manage my front-end dependencies this way and how you can benefit from leveraging these tools. My Asset Pipeline stack is the following: Bun, Propshaft, cssbundling-rails, and jsbundling-rails. Why not importmaps? You'll notice importmaps absent from this list, despite being a new default...