Skip to content

Commit 976825e

Browse files
committed
quick dummy app cleanup
1 parent 58e8189 commit 976825e

File tree

12 files changed

+23
-271
lines changed

12 files changed

+23
-271
lines changed

spec/dummy/app/controllers/my_app_controller.rb

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

spec/dummy/app/controllers/sandbox/sandbox_controller.rb

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

spec/dummy/app/matestack/app.rb

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

spec/dummy/app/matestack/demo/app.rb

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
11
class Demo::App < Matestack::Ui::App
22

33
def response
4-
html do
5-
head do
6-
unescape csrf_meta_tags
7-
unescape javascript_pack_tag('application')
8-
end
9-
body do
10-
matestack do
11-
h1 'App'
12-
yield
13-
end
14-
end
15-
end
4+
h1 'App'
5+
yield
166
end
177

18-
end
8+
end

spec/dummy/app/matestack/sandbox.rb

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

spec/dummy/app/matestack/sandbox/hello.rb

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

spec/dummy/app/views/layouts/application_with_turbolinks.html.erb

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

spec/dummy/app/views/layouts/application_with_webpack.html.erb

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

spec/dummy/app/views/layouts/mailer.html.erb

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

spec/dummy/app/views/layouts/mailer.text.erb

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

0 commit comments

Comments
 (0)