Preston Edwards
Joined
10 Experience
0 Lessons Completed
0 Questions Solved
Activity
Posted in Any HTML→PDF gem that supports modern CSS (flex/grid) and works on Ruby 2.5.1 + Rails 5.0.7.2?
On Ruby 2.5 you’re basically stuck with wkhtmltopdf-level engines, anything Chromium-based (Grover, Ferrum, Playwright) requires newer Ruby. The practical workaround is exactly what you suggested: run a small Node Puppeteer microservice and call it from Rails, did you consider that route for a cleaner separation?