Results 8 issues of Bruno Vezoli

Closes #203

On hold

As discussed, draper adds complexity that we don't really need. We'll replace our current presenter by making a PORO that inherits from a `BasePresenter`. We should also add some documentation...

enhancement

No clues here, it's just broken

help wanted

Add Resqueue middleware that logs errors on failing jobs

enhancement

## Bug report: **Expected Behavior**: Exceptions on activeadmin should be tracked **Actual Behavior**: Exceptions are not being tracked **Steps to Reproduce**: With ExceptionHunter enabled in the current environment and activeadmin...

bug

If we save the data to an ES it would be cool to be able to still show the dashboard, even if there are tools like Kibana which can create...

enhancement

The idea is to store exceptions data in something like ES and then view it with Kibana. Alternatively, the data could be sent to a custom API and the user...

enhancement

### Summary Motivated by @tenderlove's PR about [exposing `arel_table`](https://github.com/rails/rails/pull/39198) I implemented a way to query using blocks and which I think provides great power without sacrificing readability. The PR comes...

activerecord