Cody Robbins

Results 5 issues of Cody Robbins

Is there a reason there isn’t a `-premailer-border` Premailer-specific CSS attribute for setting the `border` attribute on tables easily? It seems like an oversight to me given that there are...

I’ve gone down a rabbithole of trying to figure out what the actual dependencies of `ruby-build` are on macOS and I’m seeing conflicting information in different places and I’d like...

enhancement

We’re using [Cloudflare’s ESI include functionality](https://blog.cloudflare.com/edge-side-includes-with-cloudflare-workers/) and in our Rails tests we’re trying to check for the presence of the ESI tags like so: ```ruby assert_select 'esi:include[src="/foo"]' ``` Unfortunately this...

Partial bug fix for password not being required when used in tandem with the `database_authenticatable` and `validatable` modules. This fix properly ensures that the `#password_required?` and `#password` methods are not...

I struggled a bit getting the dummy app test suite running locally. The commands in the GitHub Actions config file didn’t work for me for a variety of reasons, probably...