Ahoy
Ahoy

https://github.com/ankane/ahoy

Sorry, I cannot provide a response without additional context about what Ahoy you are referring to. Ahoy can refer to different things depending on the context. If you can provide more information about what Ahoy you are asking about, I'll be happy to help.

2,667 Companies using Ahoy

NameLinksEmployeesRevenueTrafficCountrySEOIndustry
logo
Resi

we’re the uk’s leading ar..

140$18K - $16K$131K united kingdom..71%
logo
Welcome Homes

the best way to build a n..

60$8K - $26K$33K united states ..92%
logo
Intruder

secure your attack surfac..

68$28K - $4K$59K united kingdom..92%
logo
Hang

the next generation of br..

29$25K - $35K$10K united states ..100%
logo
Goldbelly

the platform for food e-c..

115$42K - $47K$3M united states ..35%
logo
HouseBuild

a construction network th..

6$6K - $29K$58K united kingdom..86%
logo
AdQuick

adquick.com, the easiest ..

35$34K - $42K$48K united states ..62%
logo
Speiz

speiz is a data-driven pl..

9$48K - $42K$2K norway71%
logo
Sawyer

discover wonder.

63$20K - $28K$503K united states ..100%
logo
G2

where you go for software..

926$6K - $7K$7M united states ..8%
logo
Koru Kids

outstanding childcare for..

539$29K - $6K$98K united kingdom..95%
logo
INVIVOX

never stop sharing

65$34K - $49K$82K france85%
logo
Fuzu Ltd

empowering businesses acr..

80$20K - $2K$756K finland91%
logo
Rentable

106$44K - $17K$85K united states ..33%
logo
Inkitt

discovering hidden talent..

190$4K - $4K$1M united states ..75%

Want to download the entire list?

Enter your email and download the entire list of 2,667+ companies

We care about your data. Read our privacy policy.

How to use Ahoy

Ahoy is a Ruby on Rails gem that is used for tracking visits and events in a Rails application. Here are the steps to use Ahoy:

  1. Add Ahoy gem to your Gemfile:
gem 'ahoy_matey'
  1. Run bundle install to install the gem.
  2. Generate the Ahoy migrations:
rails generate ahoy:install rails db:migrate
  1. Set up Ahoy in your application controller:
class ApplicationController < ActionController::Base include Ahoy::Tracker # customize all ahoy requests with any data you need before_action :set_ahoy_user private def set_ahoy_user ahoy.authenticate(user) if user_signed_in? ahoy.track_visit end end
  1. Track events by calling
    ahoy.track
    method, for example when user clicks a button:
class UsersController < ApplicationController def update @user = User.find(params[:id]) if @user.update(user_params) ahoy.track "Updated User", {id: @user.id, email: @user.email} redirect_to @user else render 'edit' end end end
  1. To view the results of the tracked visits and events, Ahoy provides a dashboard that can be mounted into your Rails application. You can add the following line to your
    routes.rb
    file:
mount Ahoy::Engine => "/ahoy"
  1. Visit
    /ahoy
    in your browser to see the Ahoy dashboard.

That's it! With Ahoy, you can easily track visits and events in your Rails application and gain insights about how users interact with your application.

Make your sales data-driven.

Website's technology stack, including its CMS, ecommerce platform, and payment processor, along with details about the industry, company and its contacts.

GDPR Compliant

CCPA Compliant

SOC2 Compliant

App screenshot