Matt Rohrer

Results 7 issues of Matt Rohrer

We have a mature app using simple_form with Bootstrap 3. We are developing a new set of features where we would like to use Bootstrap 4 or maybe even 5...

Right now the redis client will not work with `rediss` urls if the redis server presents a self-signed certificate. This is the case for e.g. Heroku Redis. The following error...

Before this fix calls in presenters to `t()` that included interpolation variables would fail with the exception below on ruby 3.1.3p185 ``` ActionView::Template::Error: wrong number of arguments (given 2, expected...

FWIW, I am maintaining a fork at https://github.com/prognostikos/cb2 as we use this in production. I'd be happy to take over the gem if that's an option, or otherwise contribute back...

Probably an extremely niche thing, but would you accept a PR to enable job queue latency for Que 0.x?

Before this change, if Errno::EINVAL is thrown when sending IO to the child the server would crash. Now we catch the exception and, assuming the child has problems, we start...

Ran into some issues when running test locally, hopefully this helps the next contributor.