For logging which functions were used you can use ahoy. - Source: Reddit / 19 days ago
I've slowly started ripping Google Analytics out of my Rails projects and replacing it with https://github.com/ankane/ahoy. It's so much better! I can just use SQL to see what's going in and not get overwhelmed with 100's of visualizations and complicated dashboards. - Source: Hacker News / 9 months ago
I'm using the ahoy gem for analytics on my website (https://github.com/ankane/ahoy). - Source: Reddit / about 1 year ago
I did server-side tracking test in a rails app, where I implemented a tracking gem called ahoy and blazer for visualization. It is very easy to set up, but a bit hard to use. Blazer can do a very basic visualization of the data if you know your SQL queries. - Source: dev.to / over 1 year ago
Https://github.com/ankane/ahoy The ahoy gem is pretty useful for this. Data model is pretty simple, it will track unique user sessions and metrics you specify will be associated with these sessions. The gem also parses the user agent, so it will indicate whether a session was on mobile, desktop or tablet. - Source: Reddit / over 1 year ago
Ahoy, ahoy_email and blazer for business intelligence. - Source: dev.to / over 1 year ago
This gem could be considered as a new alternative to Ahoy https://github.com/ankane/ahoy. - Source: Reddit / almost 2 years ago
After starting Rails and logging in, we can use Blazer to see our user metrics. Browse to our mount point, which on my development environment is at http://localhost:3000/blazer. Querying the ahoy_visits table shows us relevant information about the user and their session. We can also save this query as a shortcut to run it again later. After browsing to the page twice, I ran the following query on the events... - Source: dev.to / about 2 years ago
I use https://github.com/ankane/ahoy and quite happy with it. - Source: Hacker News / about 2 years ago
Do you know an article comparing Ahoy Ruby Gem to other products?
Suggest a link to a post with product alternatives.