ahoy_captain icon indicating copy to clipboard operation
ahoy_captain copied to clipboard

A full-featured, mountable analytics dashboard for your Rails app, powered by the Ahoy gem.

Results 18 ahoy_captain issues
Sort by recently updated
recently updated
newest added

Currently, seems like folks might want to see something that provides a bit more signal if they have little/no data when first setting things up. Suggestion: In the event of...

enhancement

If range is MTD or a given month, move back/forward a month; same with year

enhancement

* The syntax for the template configuration file is wrong. ``` AhoyCaptain.configure ``` should be ``` AhoyCaptain.configure do |config| ``` * Docs imply that I should run a generator to...

Hash keys in route mapping [has been deprecated ](https://github.com/rails/rails/pull/52422) in edge rails. This PR updates that syntax to the `to:` which should be compatible with older versions as well.

It looks like the queries for the top sources, maps and devices sections are wrong - they should be counting unique visits but instead because of the left outer join...

No issue here. Just a question. Does this project work with other data stores like rabbitmq or kafka?