ahoy icon indicating copy to clipboard operation
ahoy copied to clipboard

Simple, powerful, first-party analytics for Rails

Results 19 ahoy issues
Sort by recently updated
recently updated
newest added

Hi, I'm playing with this gem and so far it's working great. For privacy reasons (and to avoid having to add a cookie banner just for this) I'm setting Ahoy...

Please create a new issue to discuss any ideas. - [ ] Add support for user agent client hints - `user-agent-client-hints` branch - #557 - [ ] Use `:default` job...

We try using Ahoy with a React.js application and need to add custom token authentication to controllers. The gem inherits from the `ApplicationsController` which isn't used in our application for...

Thank you for this gem! This adds documentation on disabling the before action for setting cookies for particular Rails controller/action. I have a Rails app that serves some API routes...

This avoids a database call by not checking to see if it's a new visit. And this fixes the surprising behaviour which led to issue #465

I recently switched from Google Analytics to Ahoy+Blazer and am loving it! Thanks for making both projects. Here are the queries I'm using at the moment to replace the things...

In addition to the `after_set_user` hook, the `Warden::Manager` also supports a [before_logout][] hook. This commit integrates with that hook to call `ahoy.reset` so that subsequent visits will be anonymous, and...

Hello, I have an idea for a modification. Basically would like to change `Ahoy::DatabaseStore.track_visit` to not only create a visit but update a visit. The use case is simple we...

This commit introduces how to integrate Ahoy with Amazon Simple Queue Service (SQS). The change includes necessary gem dependencies and an Ahoy::Store class demonstrating how to send messages to Amazon...