Skip to content

Commit d1bd3fe

Browse files
committed
Remove database dependency
1 parent 59d0343 commit d1bd3fe

16 files changed

Lines changed: 8 additions & 907 deletions

Gemfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ ruby "3.4.4"
66
gem "rails", "~> 7.1.2"
77

88
# Use postgresql as the database for Active Record
9-
gem "pg", "1.6.2"
109

1110
# Use the Puma web server [https://github.com/puma/puma]
1211
gem "puma", ">= 5.0"
@@ -41,7 +40,6 @@ group :development do
4140
# Speed up commands on slow machines / big apps [https://github.com/rails/spring]
4241
# gem "spring"
4342
gem "stackprof", "~> 0.2.25"
44-
gem "active_record_query_trace", "~> 1.8"
4543
end
4644

4745
gem "dotenv-rails", "~> 2.8", groups: [:development, :test]
@@ -61,8 +59,6 @@ gem 'sorbet', :group => :development
6159
gem 'sorbet-runtime'
6260
gem 'tapioca', require: false, :group => [:development, :test]
6361

64-
gem "activerecord-import", "~> 1.5"
65-
6662
gem "scout_apm", "~> 5.3"
6763

6864
gem "memoist", "~> 0.16.2"
@@ -91,7 +87,6 @@ gem "clockwork", "~> 3.0"
9187

9288
gem "airbrake", "~> 13.0"
9389
gem "clipboard", "~> 2.0", :group => [:development, :test]
94-
gem "order_query", "~> 0.5.3"
9590

9691
gem "parallel", "~> 1.25"
9792

Gemfile.lock

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ GEM
7373
erubi (~> 1.11)
7474
rails-dom-testing (~> 2.2)
7575
rails-html-sanitizer (~> 1.6)
76-
active_record_query_trace (1.8.3)
77-
activerecord (>= 6.0.0)
7876
activejob (7.1.2)
7977
activesupport (= 7.1.2)
8078
globalid (>= 0.3.6)
@@ -84,8 +82,6 @@ GEM
8482
activemodel (= 7.1.2)
8583
activesupport (= 7.1.2)
8684
timeout (>= 0.4.0)
87-
activerecord-import (1.5.1)
88-
activerecord (>= 4.2)
8985
activestorage (7.1.2)
9086
actionpack (= 7.1.2)
9187
activejob (= 7.1.2)
@@ -233,9 +229,6 @@ GEM
233229
parser (3.2.2.4)
234230
ast (~> 2.4.1)
235231
racc
236-
pg (1.6.2-aarch64-linux)
237-
pg (1.6.2-arm64-darwin)
238-
pg (1.6.2-x86_64-linux)
239232
pkg-config (1.6.4)
240233
prism (1.5.0)
241234
pry (0.14.2)
@@ -392,8 +385,6 @@ PLATFORMS
392385
x86_64-linux
393386

394387
DEPENDENCIES
395-
active_record_query_trace (~> 1.8)
396-
activerecord-import (~> 1.5)
397388
airbrake (~> 13.0)
398389
awesome_print (~> 1.9)
399390
benchmark
@@ -415,10 +406,8 @@ DEPENDENCIES
415406
memoist (~> 0.16.2)
416407
net-http-persistent (~> 4.0)
417408
oj (~> 3.16)
418-
order_query (~> 0.5.3)
419409
ostruct
420410
parallel (~> 1.25)
421-
pg (= 1.6.2)
422411
pry
423412
puma (>= 5.0)
424413
rack-cors (~> 2.0)

app/models/application_record.rb

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

app/models/ethscription.rb

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

app/models/ethscription_attachment.rb

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

app/models/ethscription_ownership_version.rb

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

0 commit comments

Comments
 (0)