algoliasearch-rails
algoliasearch-rails copied to clipboard
Algolia raises and rolls back on `destroy` even when `raise_on_failure: false`
I've created an example app and detailed it more in an issue on that app:
https://github.com/maxbeizer/algo_raise/issues/1
The tl;dr is: I want to disengage Algoliasearch with an ENV VAR. When disengaged (i.e. the app is not configured), destroy
calls to an AR-backed model still raise, even when raise_on_failure: false
is set.