Skip to content

Commit 1085520

Browse files
committed
remove ActiveRecord ActionCable ActionMailer ActiveStorage from project
1 parent 3f51854 commit 1085520

File tree

22 files changed

+28
-159
lines changed

22 files changed

+28
-159
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ source "https://rubygems.org"
44
gem "rails", "~> 7.2.2", ">= 7.2.2.1"
55
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
66
gem "sprockets-rails"
7-
# Use sqlite3 as the database for Active Record
8-
gem "sqlite3", ">= 1.4"
97
# Use the Puma web server [https://github.com/puma/puma]
108
gem "puma", ">= 5.0"
119
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]

Gemfile.lock

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,6 @@ GEM
270270
actionpack (>= 6.1)
271271
activesupport (>= 6.1)
272272
sprockets (>= 3.0.0)
273-
sqlite3 (2.6.0-x86_64-darwin)
274-
sqlite3 (2.6.0-x86_64-linux-gnu)
275273
stimulus-rails (1.3.4)
276274
railties (>= 6.0.0)
277275
stringio (3.1.5)
@@ -318,7 +316,6 @@ DEPENDENCIES
318316
rubocop-rails-omakase
319317
selenium-webdriver
320318
sprockets-rails
321-
sqlite3 (>= 1.4)
322319
stimulus-rails
323320
turbo-rails
324321
tzinfo-data

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,3 @@ console:
3737
# Run tests
3838
tests:
3939
$(COMPOSE_CMD) exec app bundle exec rspec
40-
41-
# Run database setup (create, migrate, seed)
42-
db-setup:
43-
$(COMPOSE_CMD) run app rails db:create db:migrate db:seed

app/channels/application_cable/channel.rb

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

app/channels/application_cable/connection.rb

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

app/jobs/application_job.rb

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

app/mailers/application_mailer.rb

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

app/models/application_record.rb

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

app/views/layouts/mailer.html.erb

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

app/views/layouts/mailer.text.erb

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)