Dusty Candland

Results 10 comments of Dusty Candland

Found this while trying to use dry-rails with ActiveJob. Using this strategy would allow injection for jobs. I'm using the Container directly for now. ActiveJob tries to serialize all constructor...

@flash-gordon what are effects? Where I can read more about them?

Another option for Rails 6, maybe 5. ```ruby ApplicationController.render( template: "shared/example", formats: [:pdf], assigns: { user: @user } ) ```

I'd love if this was available too!

Seeing this with v5.1.1: https://unpkg.com/[email protected]/dist/tailwindcss-stimulus-components.modern.js - 404 error.

@devioustree Should this pull request be closed? Looks like it on a quick glance.

@jaredcwhite Yea, I'm using the `render` plugin. Is there a better / recommended way with the SSR stuff?