dhh – walker – 2023-06-20

46 items · updated 2026-05-19 23:31 UTC · RSS · Up to 2023-06

dhh merged a pull request in hotwired/stimulus

dhh github · 2023-06-20

dhh pushed to main in hotwired/stimulus

dhh github · 2023-06-20

A modest JavaScript framework for the HTML you already have - Comparing eda0f9dafc...b73bef71eb · hotwired/stimulus

R to @rodrigograudo: Same team as before. No changes planned.

dhh twitter · 2023-06-20

Same team as before. No changes planned.

R to @artillain: Yes, we were on RDS with AWS.

dhh twitter · 2023-06-20

Yes, we were on RDS with AWS.

R to @dhh: Actually, that chart above was for HEY! Here's the chart for Basecamp Classic (which is what the summary improvements match). Almost at the end of this journey.

dhh twitter · 2023-06-20

Actually, that chart above was for HEY! Here's the chart for Basecamp Classic (which is what the summary improvements match). Almost at the

dhh pushed to main in hotwired/turbo-rails

dhh github · 2023-06-20

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

dhh merged a pull request in hotwired/turbo-rails

dhh github · 2023-06-20

Update of recently merged #470 to make the documentation valid for version 1.4.0 (see #428 )

MRSK v0.14. Not far off v1.0, which we hope to release close to the celebration of our complete cloud exit with @basecamp. https://github.com/mrsked/mrsk/releases/tag/v0.14.0

dhh twitter · 2023-06-20

MRSK v0.14. Not far off v1.0, which we hope to release close to the celebration of our complete cloud exit with @basecamp. https://github.co

Basecamp Classic running on our own hardware with MRSK vs the old AWS K8S cloud setup: - Mean DB response time per request is down 53% - Median DB time per query is down 43% - Mean App response time is down 29% - Median App response time is down 41% 🎉

dhh twitter · 2023-06-20

Basecamp Classic running on our own hardware with MRSK vs the old AWS K8S cloud setup: - Mean DB response time per request is down 53% - Me

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

dhh github · 2023-06-20

Closes #268 Hi, since we also ran into the issue of using Turbo-Frames with custom layouts, I took the liberty to draft an extension to the

dhh commented on issue hotwired/turbo-rails#426

dhh github · 2023-06-20

We were following the turbo-drive documentation in the README that says to do the following: import { Turbo } from "@hotwired/turbo-rails" T

dhh closed an issue in hotwired/turbo-rails

dhh github · 2023-06-20

We were following the turbo-drive documentation in the README that says to do the following: import { Turbo } from "@hotwired/turbo-rails" T

dhh closed an issue in hotwired/turbo-rails

dhh github · 2023-06-20

Hello, I created a new project and have a problem with turbo, the event is not even firing up. Even after installing, links it still works t

dhh closed an issue in hotwired/turbo-rails

dhh github · 2023-06-20

Hi. this is not really important. I am just including this here just in case someone else runs into the same problem. I use esbuild to bundl

dhh closed an issue in hotwired/turbo-rails

dhh github · 2023-06-20

Trying to run a seeder but gets random errors, since (i suppose) there's no subscribers yet. seed.rb sample Category.create!( name: 'Lorem i

dhh commented on issue hotwired/turbo-rails#444

dhh github · 2023-06-20

Trying to run a seeder but gets random errors, since (i suppose) there's no subscribers yet. seed.rb sample Category.create!( name: 'Lorem i

dhh closed a pull request in hotwired/turbo-rails

dhh github · 2023-06-20

This enables being able to pass the generated id of a turbo_frame_tag to turbo_stream actions. For example: <%# app/views/articles/show.html

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

dhh github · 2023-06-20

This enables being able to pass the generated id of a turbo_frame_tag to turbo_stream actions. For example: <%# app/views/articles/show.html

dhh closed a pull request in hotwired/turbo-rails

dhh github · 2023-06-20

Bumps terser from 5.5.1 to 5.18.1. Changelog Sourced from terser's changelog. Changelog v7.18.1 Fix major performance issue caused by hoi

dhh closed a pull request in hotwired/turbo-rails

dhh github · 2023-06-20

Outline When using broadcast_update_to the content is streamed as expected on create and destroy. However, when using broadcast_update_later

dhh pushed to main in hotwired/turbo-rails

dhh github · 2023-06-20

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

dhh merged a pull request in hotwired/turbo-rails

dhh github · 2023-06-20

Rails supports rendering of objects such as ViewComponents, but this support doesn't seem to be available in Turbo. This is just a stake in

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

dhh github · 2023-06-20

Closes hotwired/turbo#257 Closes hotwired/turbo#397 Follow-up to hotwired/turbo#257 (comment), hotwired/turbo#257 (comment) Depends on hotwi

dhh closed a pull request in hotwired/turbo-rails

dhh github · 2023-06-20

This pull request allows methods within the Turbo::Streams::TagBuilder class to be used with keywords arguments. This also allows users to b

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

dhh github · 2023-06-20

This pull request allows methods within the Turbo::Streams::TagBuilder class to be used with keywords arguments. This also allows users to b

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

dhh github · 2023-06-20

I want to remove redundant code from my controller because I need to know turbo_frame_request_id inside the view

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

dhh github · 2023-06-20

First, promote Turbo::Native::Navigation to be an ActiveSupport::Concern. Next, expose #turbo_native_app? to be a view helper through a call

dhh pushed to main in hotwired/turbo-rails

dhh github · 2023-06-20

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

dhh merged a pull request in hotwired/turbo-rails

dhh github · 2023-06-20

Execute System Tests through the CDP Protocol via cuprite. This commit installs a dependency on cuprite@~>0.9 so that the js_errors: option

dhh pushed to main in hotwired/turbo-rails

dhh github · 2023-06-20

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

dhh merged a pull request in hotwired/turbo-rails

dhh github · 2023-06-20

After upgrading turbo-rails from 7.1.0 to 7.3.0, code like this broke: <%= form_with(...) do |f| %> <%= f.button formaction: destroy_all_a

dhh merged a pull request in hotwired/turbo-rails

dhh github · 2023-06-20

dhh pushed to main in hotwired/turbo-rails

dhh github · 2023-06-20

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#466

dhh github · 2023-06-20

The Turbo::Broadcastable::TestHelper concern provides Action Cable-aware test helpers that assert that <turbo-stream> elements were or were

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

dhh github · 2023-06-20

This PR allows you to provide a count keyword argument to assert_turbo_stream. The argument is just passed on to assert_select. For example,

dhh closed an issue in hotwired/turbo-rails

dhh github · 2023-06-20

Let's say having: AdminController < ApplicationController layout :admin end When I use turbo frame request in sample controller: UsersContro

dhh pushed to main in hotwired/turbo-rails

dhh github · 2023-06-20

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

dhh merged a pull request in hotwired/turbo-rails

dhh github · 2023-06-20

Closes #268 Hi, since we also ran into the issue of using Turbo-Frames with custom layouts, I took the liberty to draft an extension to the

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

dhh github · 2023-06-20

Rails supports rendering of objects such as ViewComponents, but this support doesn't seem to be available in Turbo. This is just a stake in

dhh merged a pull request in basecamp/handbook

dhh github · 2023-06-20

dhh pushed to master in basecamp/handbook

dhh github · 2023-06-20

Basecamp Employee Handbook. Contribute to basecamp/handbook development by creating an account on GitHub.

dhh pushed to main in hotwired/turbo-site

dhh github · 2023-06-20

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

dhh pushed to main in hotwired/stimulus-rails

dhh github · 2023-06-20

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

dhh merged a pull request in hotwired/stimulus-rails

dhh github · 2023-06-20

Also updates checkout action version.

"That's the nasty secret of SaaS. Even if the service doesn't just disappear entirely, like it often does, it might well 'evolve' in a direction you don't care for one bit. But what choice do you have?" https://world.hey.com/dhh/until-the-end-of-the-internet-439ccfce

dhh twitter · 2023-06-20

"That's the nasty secret of SaaS. Even if the service doesn't just disappear entirely, like it often does, it might well 'evolve' in a direc

Until the end of the internet

dhh blog · 2023-06-20

It's hard to know what'll stick around when shopping for software online. Popular services and crucial products get shut down all the time.