Hans Lemuet

Results 52 issues of Hans Lemuet

Rails now supports [rendering objects](https://guides.rubyonrails.org/layouts_and_rendering.html#rendering-objects) with: ```rb class InvoiceDocument < Prawn::Document def initialize # prawn code to render the document end end class InvoicesController def show render renderable: InvoiceDocument.new end...

[Herb Dev Tools](https://herb-tools.dev/projects/dev-tools) provide visual debugging in the browser for ERB templates. It would be nice to be able to debug Phlex view and components as well. - we need...