David Heinemeier Hansson

Results 219 comments of David Heinemeier Hansson

Unrelated CI failure: ![image](https://github.com/rails/rails/assets/2741/fb0e3c2d-2c0f-483a-9f07-5afdc6550e73)

No, by default we create 1 DB per process. But it's of course the same physical database, even if they're logically separated. Same difference in the end though. Wherever the...

Hmm, podman doesn't support COPY --link: https://github.com/containers/buildah/issues/4325. And that's what we're using for the rails-new-docker setup. Maybe this is a no-go for now.

Hmm. Where is this coming from? It smells like type checking to me. Are you using this in some current application? What kinds of bugs has it actively prevented? I'm...

Happy to see an attempt at supporting this explored. But don't want to dramatically complicate the implementation to get there. Do have a stab.

Would be happy to see a patch where the dependencies are downloaded as well.

I found https://github.com/rails/importmap-rails/pull/253 to be a nicer way to deal with this issue. Please confirm that's sufficient to fix the problem for you. Also, we should fix mission_control-jobs to rely...