ahoy_captain
ahoy_captain copied to clipboard
A full-featured, mountable analytics dashboard for your Rails app, powered by the Ahoy gem.
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...
If range is MTD or a given month, move back/forward a month; same with year
* 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?