dhh – walker – 2024-09-16

7 items · updated 2026-05-19 23:31 UTC · RSS · Up to 2024-09

dhh commented on issue basecamp/kamal-proxy#4

dhh github · 2024-09-16

There's a long standing request for supporting maintenance mode via Kamal. Could we do this with the proxy? Build a custom image that serves

dhh commented on issue basecamp/kamal#913

dhh github · 2024-09-16

When kamal does a deploy, the docker run command doesn't set a container port mapping, e.g. -p 8080:8080. This results in the app container

dhh pushed to main in hotwired/turbo-site

dhh github · 2024-09-16

turbo.hotwired.dev web site. Contribute to hotwired/turbo-site development by creating an account on GitHub.

dhh merged a pull request in hotwired/turbo-site

dhh github · 2024-09-16

Clarified fetchResponse behavior: Now reflects that fetchResponse can be present even when success: false (e.g., for 4xx or 5xx server error

dhh merged a pull request in hotwired/turbo-rails

dhh github · 2024-09-16

#210 added the ability to set targets on a stream tag. But that doesn't work nicely with the Broadcastable helper methods. Currently you

dhh pushed to main in hotwired/turbo-rails

dhh github · 2024-09-16

Use Turbo in your Ruby on Rails app. Contribute to hotwired/turbo-rails development by creating an account on GitHub.

dhh commented on pull request hotwired/turbo-rails#624

dhh github · 2024-09-16

This provides compatibility with Sidekiq as an ActiveJob adapter (because Sidekiq only allows native JSON types to be passed as job argument