mileszs / wicked_pdf

PDF generator (from HTML) plugin for Ruby on Rails
http://www.mileszs.com/wicked-pdf-plugin
MIT License
3.53k stars 645 forks source link

Allow/Fix precompiled assets with Propshaft pipeline #1120

Open serggl opened 3 months ago

serggl commented 3 months ago

Purpose

rails/propshaft support was added with #1010 However it appears to only work with dynamic assets and fails with precompiled ones:

#<UncaughtThrowError: uncaught throw #<ActionView::Template::Error: undefined local variable or method `content' for an instance of WickedPdf::WickedPdfHelper::Assets::PropshaftAsset>>

Solution

Improve the original solution and use Propshaft's built-in resolver to handle gracefully both asset types

serggl commented 3 months ago

@unixmonkey please review 🙏🏽