Eoin Kelly

Results 38 issues of Eoin Kelly

Many methods in the [Open3](https://ruby-doc.org/stdlib-2.6.1/libdoc/open3/rdoc/Open3.html) module allow us to optionally pass a `Hash` as the first positional argument (the hash is used to set the environment for the spawned process)...

[Rails encrypted credentials](https://edgeguides.rubyonrails.org/security.html#custom-credentials) is the Rails default now. Are we comfortable making that our default too?

I created this for debugging a client project. It seems useful but I'm unsure whether it is useful enough to warrant being in this template. Thoughts? ```ruby namespace :info do...

~Could be a variant but imho could be in the default build.~ Edit: After thinking on this more, I think it should be a variant.

https://stimulus.hotwired.dev/ It could also be a separate optional variant. I think I'm currently in favour of it being there by default. My reasoning is below: ### The case for including...

We want a conventional way to log significant security events e.g. user sign-in attempt We have implemented this idea on multiple apps but in slightly different ways. It seems like...

## Current status WIP. This branch can be used as inspiration for a devise MFA feature. The design doc included in this PR is particularly useful for understanding the feature....

WIP