Propshaft in Rails 8: New Asset Pipeline Library Explained ~ Part 1

Propshaft in Rails 8: A lightweight asset pipeline with digest based caching

With Rails 8, Propshaft is the default asset pipeline for new applications. To start a new Rails 7 application with propshaft use this command – rails new myapp -a propshaft There are other libraries for Asset Pipeline in applications with Rails 7.x versions, Sprockets Webpacker Importmap-Rails Let’s understand the basics of Asset Pipeline before we […]