Mario Alberto Chávezmariochavez.hashnode.dev·Aug 24, 2023Working with Rails Engines, Importmap and TailwindCSS for assets.Post originally published at https://mariochavez.io/desarrollo/2023/08/23/working-with-rails-engines-importmap-tailwindcss/ Rails engines are one of my favorite tools when I want to isolate reusable functionality for Rails applications. An example o...30 readsrails-engines
Adrian Marinblog.adrianthedev.com·Jan 10, 2023How to bundle assets in a Rails engineDuring Rails' lifetime, we had a lot of ways to load, parse, and process assets. The "recommended" way is to hook into the asset pipeline (whichever that is) and, on deployment, let the assets:precompile task to take over and... compile them so they ...1 like·43 readsrails-engines