Bruno Vezoli
Bruno Vezoli
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...
## 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...
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...
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...
### 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...