Skip to content

Commit 6466368

Browse files
committed
Remove Ahoy
1 parent bbb3361 commit 6466368

File tree

8 files changed

+0
-143
lines changed

8 files changed

+0
-143
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ gem 'aws-sdk-s3', require: false
1919
gem 'active_storage_validations'
2020
gem 'bootsnap', '~> 1', require: false
2121
gem 'bootstrap_form'
22-
gem 'ahoy_matey'
2322
gem 'bcrypt', '~> 3'
2423
gem 'scrypt', '~> 3'
2524
gem 'skylight'

Gemfile.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ GEM
8080
uri (>= 0.13.1)
8181
addressable (2.8.7)
8282
public_suffix (>= 2.0.2, < 7.0)
83-
ahoy_matey (5.3.0)
84-
activesupport (>= 7)
85-
device_detector (>= 1)
86-
safely_block (>= 0.4)
8783
ast (2.4.2)
8884
aws-eventstream (1.3.1)
8985
aws-partitions (1.1058.0)
@@ -131,7 +127,6 @@ GEM
131127
cssbundling-rails (1.4.2)
132128
railties (>= 6.0.0)
133129
date (3.4.1)
134-
device_detector (1.1.3)
135130
dockerfile-rails (1.7.9)
136131
rails (>= 3.0.0)
137132
drb (2.2.1)
@@ -314,7 +309,6 @@ GEM
314309
rubocop-rails (>= 2.30)
315310
ruby-progressbar (1.13.0)
316311
rubyzip (2.4.1)
317-
safely_block (0.4.1)
318312
scrypt (3.0.8)
319313
ffi-compiler (>= 1.0, < 2.0)
320314
rake (>= 9, < 14)
@@ -386,7 +380,6 @@ PLATFORMS
386380

387381
DEPENDENCIES
388382
active_storage_validations
389-
ahoy_matey
390383
aws-sdk-s3
391384
bcrypt (~> 3)
392385
bootsnap (~> 1)

app/controllers/sessions_controller.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ def new
88
def create
99
if user = User.authenticate_by(session_params)
1010
start_new_session_for(user)
11-
ahoy.authenticate(user)
1211
redirect_to after_authentication_url
1312
else
1413
redirect_to :new

app/models/ahoy/event.rb

Lines changed: 0 additions & 8 deletions
This file was deleted.

app/models/ahoy/visit.rb

Lines changed: 0 additions & 6 deletions
This file was deleted.

config/initializers/ahoy.rb

Lines changed: 0 additions & 14 deletions
This file was deleted.

db/migrate/20191201144212_create_ahoy_visits_and_events.rb

Lines changed: 0 additions & 61 deletions
This file was deleted.

db/schema.rb

Lines changed: 0 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)