David Heinemeier Hansson

Results 437 comments of David Heinemeier Hansson

Awesome, Hong. Have at it, and let me know if you have any questions. > On Feb 5, 2015, at 11:51, Hong Chulju [email protected] wrote: > > I'm interested in...

Only the top. A variant without a format doesn’t make sense. Variants are tied to formats. > On Feb 6, 2015, at 7:46 AM, Hong Chulju [email protected] wrote: > >...

It separates the variant from the format. Variants without formats do not make sense. So some_path.mobile doesn't work. Hence the plus. On Wed, Mar 25, 2015 at 12:54 PM, Pierre...

I think there are many ways to solve this problem. You can encode the URL with variant you're looking to use in something like `data: { url: user_path(@user, variant: :mobile)...

(Cleared milestone as the PR is tracking 5.0)

Seeing the same issue with Spring and the waitpid error. When running without spring (but with bootsnap) it works. So seems like there's some interaction there that isn't right.

This is now fixed in main! But now I'm seeing this debug output on every test run under spring in Rails: ``` DEBUGGER: Detaching after fork from parent process 17625...

Happy to see redact or similar applies to mrsk config, but the keys should be listed there.

Yes, all env inputs are meant to be listed. But we can add redacting.

Hmm, I don't love marrying MRSK closer to Traefik. I'd rather see if we can't find a way to support this without needing new, Traefik specific configuration options that we...