Joshua Kovach

Results 13 comments of Joshua Kovach

Thanks! I just expanded the tests to get a little more coverage and a bit more specificity of each case. We now test the following for both methods: - No...

Priority of variables loaded, from lowest to highest: 1. Defaults declared in the `Envfile`, i.e. `string :foo, default: "Foo"` 2. Values declared in `.env.yml` files. Last declaration wins, overriding previous...

This is also happening if using `joins(:things).merge(Thing.other_scope)`.

If I were to choose an external dependency on this, it would be Select2, since it supports Ajax out of the box.

That being said, I've never tried hooking up the filters to use Ajax. This project has too many interesting challenges:-)

:+1: on `autocomplete` DSL. Probably just use Ransack by default underneath with `:title_cont` or `:isbn_or_title_cont` when you pass in the field or array of fields. **Edit** Couldn't we also just...

Re: aefed7c, my main goal was to keep the logic that was originally there, which was attempting to detect _any_ of the expected rules. However, the only case I was...

Just so you know, I may have one or two more adjustments coming through on separate PRs today. I'm trying to get this working with [ActiveAdmin](https://www.github.com/gregbell/active_admin), and there are a...

Actually, I lied. I'm including that as part of this PR. Instead of trying to infer the link controller from the `klass` option, we first check to see if the...