diff --git a/gems/houdini_upgrade/app/assets/config/houdini_upgrade_manifest.js b/gems/houdini_upgrade/app/assets/config/houdini_upgrade_manifest.js deleted file mode 100644 index 6c65c4eb..00000000 --- a/gems/houdini_upgrade/app/assets/config/houdini_upgrade_manifest.js +++ /dev/null @@ -1,2 +0,0 @@ -//= link_directory ../javascripts/houdini_upgrade .js -//= link_directory ../stylesheets/houdini_upgrade .css diff --git a/gems/houdini_upgrade/app/assets/javascripts/houdini_upgrade/application.js b/gems/houdini_upgrade/app/assets/javascripts/houdini_upgrade/application.js deleted file mode 100644 index 67ce4675..00000000 --- a/gems/houdini_upgrade/app/assets/javascripts/houdini_upgrade/application.js +++ /dev/null @@ -1,15 +0,0 @@ -// This is a manifest file that'll be compiled into application.js, which will include all the files -// listed below. -// -// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, -// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. -// -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// compiled file. JavaScript code in this file should be added after the last require_* statement. -// -// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details -// about supported directives. -// -//= require rails-ujs -//= require activestorage -//= require_tree . diff --git a/gems/houdini_upgrade/app/assets/stylesheets/houdini_upgrade/application.css b/gems/houdini_upgrade/app/assets/stylesheets/houdini_upgrade/application.css deleted file mode 100644 index 0ebd7fe8..00000000 --- a/gems/houdini_upgrade/app/assets/stylesheets/houdini_upgrade/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS - * files in this directory. Styles in this file should be added after the last require_* statement. - * It is generally better to create a new file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/gems/houdini_upgrade/app/controllers/houdini_upgrade/application_controller.rb b/gems/houdini_upgrade/app/controllers/houdini_upgrade/application_controller.rb deleted file mode 100644 index 27abf6e8..00000000 --- a/gems/houdini_upgrade/app/controllers/houdini_upgrade/application_controller.rb +++ /dev/null @@ -1,8 +0,0 @@ -# frozen_string_literal: true - -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -module HoudiniUpgrade - class ApplicationController < ActionController::Base - protect_from_forgery with: :exception - end -end diff --git a/gems/houdini_upgrade/app/helpers/houdini_upgrade/application_helper.rb b/gems/houdini_upgrade/app/helpers/houdini_upgrade/application_helper.rb deleted file mode 100644 index 392c3d58..00000000 --- a/gems/houdini_upgrade/app/helpers/houdini_upgrade/application_helper.rb +++ /dev/null @@ -1,7 +0,0 @@ -# frozen_string_literal: true - -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -module HoudiniUpgrade - module ApplicationHelper - end -end diff --git a/gems/houdini_upgrade/app/jobs/houdini_upgrade/application_job.rb b/gems/houdini_upgrade/app/jobs/houdini_upgrade/application_job.rb deleted file mode 100644 index 2c297597..00000000 --- a/gems/houdini_upgrade/app/jobs/houdini_upgrade/application_job.rb +++ /dev/null @@ -1,7 +0,0 @@ -# frozen_string_literal: true - -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -module HoudiniUpgrade - class ApplicationJob < ActiveJob::Base - end -end diff --git a/gems/houdini_upgrade/app/mailers/houdini_upgrade/application_mailer.rb b/gems/houdini_upgrade/app/mailers/houdini_upgrade/application_mailer.rb deleted file mode 100644 index 0ec16fbc..00000000 --- a/gems/houdini_upgrade/app/mailers/houdini_upgrade/application_mailer.rb +++ /dev/null @@ -1,9 +0,0 @@ -# frozen_string_literal: true - -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -module HoudiniUpgrade - class ApplicationMailer < ActionMailer::Base - default from: 'from@example.com' - layout 'mailer' - end -end diff --git a/gems/houdini_upgrade/app/models/houdini_upgrade/application_record.rb b/gems/houdini_upgrade/app/models/houdini_upgrade/application_record.rb deleted file mode 100644 index 598d4397..00000000 --- a/gems/houdini_upgrade/app/models/houdini_upgrade/application_record.rb +++ /dev/null @@ -1,8 +0,0 @@ -# frozen_string_literal: true - -# License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later -module HoudiniUpgrade - class ApplicationRecord < ActiveRecord::Base - self.abstract_class = true - end -end diff --git a/gems/houdini_upgrade/app/views/layouts/houdini_upgrade/application.html.erb b/gems/houdini_upgrade/app/views/layouts/houdini_upgrade/application.html.erb deleted file mode 100644 index 0db7b8a5..00000000 --- a/gems/houdini_upgrade/app/views/layouts/houdini_upgrade/application.html.erb +++ /dev/null @@ -1,16 +0,0 @@ - - -
-