From 7a8e308665f65296a8d2364ae25096e68873055f Mon Sep 17 00:00:00 2001 From: Torsten Ruger Date: Tue, 17 Apr 2018 16:35:32 +0300 Subject: [PATCH] dump dead code some volt stuff still lying around --- config/dependencies.rb | 4 ---- config/initializers/boot.rb | 10 ---------- config/initializers/server/rubyx.rb | 1 - config/routes.rb | 7 ------- spec/app/main/integration/blocks_spec.rb | 5 ----- spec/app/main/integration/classes_spec.rb | 5 ----- spec/app/main/integration/objects_spec.rb | 5 ----- spec/app/main/integration/registers_spec.rb | 5 ----- spec/app/main/integration/sources_spec.rb | 5 ----- spec/app/main/integration/statuses_spec.rb | 5 ----- 10 files changed, 52 deletions(-) delete mode 100644 config/dependencies.rb delete mode 100644 config/initializers/boot.rb delete mode 100644 config/initializers/server/rubyx.rb delete mode 100644 config/routes.rb delete mode 100644 spec/app/main/integration/blocks_spec.rb delete mode 100644 spec/app/main/integration/classes_spec.rb delete mode 100644 spec/app/main/integration/objects_spec.rb delete mode 100644 spec/app/main/integration/registers_spec.rb delete mode 100644 spec/app/main/integration/sources_spec.rb delete mode 100644 spec/app/main/integration/statuses_spec.rb diff --git a/config/dependencies.rb b/config/dependencies.rb deleted file mode 100644 index 99950ca..0000000 --- a/config/dependencies.rb +++ /dev/null @@ -1,4 +0,0 @@ -# Specify which components you wish to include when -# the "home" component loads. - -Opal.use_gem("rx-file") diff --git a/config/initializers/boot.rb b/config/initializers/boot.rb deleted file mode 100644 index a4bbae3..0000000 --- a/config/initializers/boot.rb +++ /dev/null @@ -1,10 +0,0 @@ -# Place any code you want to run when the component is included on the client -# or server. - -# To include code only on the client use: -# if RUBY_PLATFORM == 'opal' -# -# To include code only on the server, use: -# unless RUBY_PLATFORM == 'opal' -# ^^ this will not send compile in code in the conditional to the client. -# ^^ this include code required in the conditional. \ No newline at end of file diff --git a/config/initializers/server/rubyx.rb b/config/initializers/server/rubyx.rb deleted file mode 100644 index 7f555d8..0000000 --- a/config/initializers/server/rubyx.rb +++ /dev/null @@ -1 +0,0 @@ -Opal.use_gem "rubyx" diff --git a/config/routes.rb b/config/routes.rb deleted file mode 100644 index 2724777..0000000 --- a/config/routes.rb +++ /dev/null @@ -1,7 +0,0 @@ -# See https://github.com/voltrb/volt#routes for more info on routes - -client '/about', action: 'about' - -# The main route, this should be last. It will match any params not -# previously matched. -client '/', {} diff --git a/spec/app/main/integration/blocks_spec.rb b/spec/app/main/integration/blocks_spec.rb deleted file mode 100644 index f8c4990..0000000 --- a/spec/app/main/integration/blocks_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe '', type: :feature do - # Specs here -end diff --git a/spec/app/main/integration/classes_spec.rb b/spec/app/main/integration/classes_spec.rb deleted file mode 100644 index f8c4990..0000000 --- a/spec/app/main/integration/classes_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe '', type: :feature do - # Specs here -end diff --git a/spec/app/main/integration/objects_spec.rb b/spec/app/main/integration/objects_spec.rb deleted file mode 100644 index f8c4990..0000000 --- a/spec/app/main/integration/objects_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe '', type: :feature do - # Specs here -end diff --git a/spec/app/main/integration/registers_spec.rb b/spec/app/main/integration/registers_spec.rb deleted file mode 100644 index f8c4990..0000000 --- a/spec/app/main/integration/registers_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe '', type: :feature do - # Specs here -end diff --git a/spec/app/main/integration/sources_spec.rb b/spec/app/main/integration/sources_spec.rb deleted file mode 100644 index f8c4990..0000000 --- a/spec/app/main/integration/sources_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe '', type: :feature do - # Specs here -end diff --git a/spec/app/main/integration/statuses_spec.rb b/spec/app/main/integration/statuses_spec.rb deleted file mode 100644 index f8c4990..0000000 --- a/spec/app/main/integration/statuses_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe '', type: :feature do - # Specs here -end