aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-04-03 07:22:07 +0100
committerChristopher Baines <mail@cbaines.net>2018-04-03 21:58:55 +0100
commit77219c75983d0730aad77467ee1c68b21a1bfedc (patch)
treeb5fb3a22a784fdb131c8e32d3e52872c3d243fae /app
parentd196977deef0edc0f7596d8cd8855fe61f72f6ff (diff)
downloadgovuk-mini-environment-admin-77219c75983d0730aad77467ee1c68b21a1bfedc.tar
govuk-mini-environment-admin-77219c75983d0730aad77467ee1c68b21a1bfedc.tar.gz
Remove lots of unnecessary files
Using the Rails generator seems to generate quite a lot of unnecessary files...
Diffstat (limited to 'app')
-rw-r--r--app/assets/javascripts/backends.js2
-rw-r--r--app/assets/javascripts/backends/terraform_aws.js2
-rw-r--r--app/assets/javascripts/backends/terraform_libvirt.js2
-rw-r--r--app/assets/javascripts/setup.js2
-rw-r--r--app/assets/stylesheets/backends.css4
-rw-r--r--app/assets/stylesheets/backends/terraform_aws.css4
-rw-r--r--app/assets/stylesheets/backends/terraform_libvirt.css4
-rw-r--r--app/assets/stylesheets/setup.css4
-rw-r--r--app/channels/application_cable/channel.rb4
-rw-r--r--app/channels/application_cable/connection.rb4
-rw-r--r--app/controllers/backends_controller.rb4
-rw-r--r--app/helpers/application_helper.rb2
-rw-r--r--app/helpers/backends/terraform_aws_helper.rb2
-rw-r--r--app/helpers/backends/terraform_libvirt_helper.rb2
-rw-r--r--app/helpers/govuk_guix/revisions_helper.rb2
-rw-r--r--app/helpers/mini_environments_helper.rb2
-rw-r--r--app/helpers/setup_helper.rb2
-rw-r--r--app/mailers/application_mailer.rb4
18 files changed, 0 insertions, 52 deletions
diff --git a/app/assets/javascripts/backends.js b/app/assets/javascripts/backends.js
deleted file mode 100644
index dee720f..0000000
--- a/app/assets/javascripts/backends.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// Place all the behaviors and hooks related to the matching controller here.
-// All this logic will automatically be available in application.js.
diff --git a/app/assets/javascripts/backends/terraform_aws.js b/app/assets/javascripts/backends/terraform_aws.js
deleted file mode 100644
index dee720f..0000000
--- a/app/assets/javascripts/backends/terraform_aws.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// Place all the behaviors and hooks related to the matching controller here.
-// All this logic will automatically be available in application.js.
diff --git a/app/assets/javascripts/backends/terraform_libvirt.js b/app/assets/javascripts/backends/terraform_libvirt.js
deleted file mode 100644
index dee720f..0000000
--- a/app/assets/javascripts/backends/terraform_libvirt.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// Place all the behaviors and hooks related to the matching controller here.
-// All this logic will automatically be available in application.js.
diff --git a/app/assets/javascripts/setup.js b/app/assets/javascripts/setup.js
deleted file mode 100644
index dee720f..0000000
--- a/app/assets/javascripts/setup.js
+++ /dev/null
@@ -1,2 +0,0 @@
-// Place all the behaviors and hooks related to the matching controller here.
-// All this logic will automatically be available in application.js.
diff --git a/app/assets/stylesheets/backends.css b/app/assets/stylesheets/backends.css
deleted file mode 100644
index afad32d..0000000
--- a/app/assets/stylesheets/backends.css
+++ /dev/null
@@ -1,4 +0,0 @@
-/*
- Place all the styles related to the matching controller here.
- They will automatically be included in application.css.
-*/
diff --git a/app/assets/stylesheets/backends/terraform_aws.css b/app/assets/stylesheets/backends/terraform_aws.css
deleted file mode 100644
index afad32d..0000000
--- a/app/assets/stylesheets/backends/terraform_aws.css
+++ /dev/null
@@ -1,4 +0,0 @@
-/*
- Place all the styles related to the matching controller here.
- They will automatically be included in application.css.
-*/
diff --git a/app/assets/stylesheets/backends/terraform_libvirt.css b/app/assets/stylesheets/backends/terraform_libvirt.css
deleted file mode 100644
index afad32d..0000000
--- a/app/assets/stylesheets/backends/terraform_libvirt.css
+++ /dev/null
@@ -1,4 +0,0 @@
-/*
- Place all the styles related to the matching controller here.
- They will automatically be included in application.css.
-*/
diff --git a/app/assets/stylesheets/setup.css b/app/assets/stylesheets/setup.css
deleted file mode 100644
index afad32d..0000000
--- a/app/assets/stylesheets/setup.css
+++ /dev/null
@@ -1,4 +0,0 @@
-/*
- Place all the styles related to the matching controller here.
- They will automatically be included in application.css.
-*/
diff --git a/app/channels/application_cable/channel.rb b/app/channels/application_cable/channel.rb
deleted file mode 100644
index d672697..0000000
--- a/app/channels/application_cable/channel.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-module ApplicationCable
- class Channel < ActionCable::Channel::Base
- end
-end
diff --git a/app/channels/application_cable/connection.rb b/app/channels/application_cable/connection.rb
deleted file mode 100644
index 0ff5442..0000000
--- a/app/channels/application_cable/connection.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-module ApplicationCable
- class Connection < ActionCable::Connection::Base
- end
-end
diff --git a/app/controllers/backends_controller.rb b/app/controllers/backends_controller.rb
deleted file mode 100644
index d433193..0000000
--- a/app/controllers/backends_controller.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-class BackendsController < ApplicationController
- def index
- end
-end
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
deleted file mode 100644
index de6be79..0000000
--- a/app/helpers/application_helper.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-module ApplicationHelper
-end
diff --git a/app/helpers/backends/terraform_aws_helper.rb b/app/helpers/backends/terraform_aws_helper.rb
deleted file mode 100644
index b17f988..0000000
--- a/app/helpers/backends/terraform_aws_helper.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-module Backends::TerraformAwsHelper
-end
diff --git a/app/helpers/backends/terraform_libvirt_helper.rb b/app/helpers/backends/terraform_libvirt_helper.rb
deleted file mode 100644
index 736fdfe..0000000
--- a/app/helpers/backends/terraform_libvirt_helper.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-module Backends::TerraformLibvirtHelper
-end
diff --git a/app/helpers/govuk_guix/revisions_helper.rb b/app/helpers/govuk_guix/revisions_helper.rb
deleted file mode 100644
index eb84706..0000000
--- a/app/helpers/govuk_guix/revisions_helper.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-module GovukGuix::RevisionsHelper
-end
diff --git a/app/helpers/mini_environments_helper.rb b/app/helpers/mini_environments_helper.rb
deleted file mode 100644
index 4990a52..0000000
--- a/app/helpers/mini_environments_helper.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-module MiniEnvironmentsHelper
-end
diff --git a/app/helpers/setup_helper.rb b/app/helpers/setup_helper.rb
deleted file mode 100644
index 89cc8d2..0000000
--- a/app/helpers/setup_helper.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-module SetupHelper
-end
diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb
deleted file mode 100644
index 286b223..0000000
--- a/app/mailers/application_mailer.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-class ApplicationMailer < ActionMailer::Base
- default from: 'from@example.com'
- layout 'mailer'
-end