David Heinemeier Hansson

Results 34 issues of David Heinemeier Hansson

When you install this plugin, it should just be available. No need to add `include ActionMailer::DeliverLater::Mixin` by hand.

I'd like to see a generic way to manage record lifetimes in Active Record, which we could both use for Action Mailbox, but also directly in applications. Here's what I...

We have a range of convenience and ergonomic improvements to Mail in [mail_ext](https://github.com/rails/actionmailbox/tree/master/lib/action_mailbox/mail_ext). Would be great to get them into a future version of Mail, so we don't have to...

I shudder at the thought, but given it's popularity, I guess we should. @nviennot did some work on this for rspec-console that can serve as prior art: https://github.com/nviennot/rspec-console/blob/master/lib/rspec-console/runner.rb

enhancement

I can't seem to find how ActiveRecord is sending the log lines both to STDOUT and to the development.log file. But when we're running rake and test, it shouldn't send...

enhancement

You currently can't pass "--trace" and friends to the rake options. It's a bit tricky because we're reusing the Rake application instance, so if we just load the options from...

bug

Right now we're hard-coded to Active Record for testing setup. Make it easy to plugin other ORMs.

enhancement

Accessing http://example.com/posts.html+partial should set both `format: :html` and `variant: :partial` automatically. This will make it easier to supply multiple variants of the same format without needing before filters to determine...

actionpack
pinned

Currently there are separate images for macOS (darwin/arm64) and Linux/Windows (linux/amd64). Would be nicer to have a single image, but buildx can't do that locally on macOS. Can we do...

Would be nice if we could shrink the image needed. Maybe we could run this off alpine or slim? Needs some work sorting out the dependencies, though.