Joshua Kovach

Results 13 comments of Joshua Kovach

So I'm not sure exactly how this is working, but namespace is never actually used. I have namespaced routes (under `/admin` using ActiveAdmin), and after removing the `namespace` option from...

It turns out that adding the `namespace` options just added the value to the URL query string, which was _not_ what the end goal was.

Just because there's null safety doesn't mean the null object pattern is obsolete. I think one of the main ideas behind the null object pattern is to have a default...