From 0380a97230023a78ad08b738c4520e901485ed63 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 10 Dec 2022 09:29:30 -0500 Subject: Added Rails engine for scoreboard refs #13 --- rails/test/dummy/public/404.html | 67 ++++++++++++++++++++++ rails/test/dummy/public/422.html | 67 ++++++++++++++++++++++ rails/test/dummy/public/500.html | 66 +++++++++++++++++++++ .../dummy/public/apple-touch-icon-precomposed.png | 0 rails/test/dummy/public/apple-touch-icon.png | 0 rails/test/dummy/public/favicon.ico | 0 6 files changed, 200 insertions(+) create mode 100644 rails/test/dummy/public/404.html create mode 100644 rails/test/dummy/public/422.html create mode 100644 rails/test/dummy/public/500.html create mode 100644 rails/test/dummy/public/apple-touch-icon-precomposed.png create mode 100644 rails/test/dummy/public/apple-touch-icon.png create mode 100644 rails/test/dummy/public/favicon.ico (limited to 'rails/test/dummy/public') diff --git a/rails/test/dummy/public/404.html b/rails/test/dummy/public/404.html new file mode 100644 index 0000000..2be3af2 --- /dev/null +++ b/rails/test/dummy/public/404.html @@ -0,0 +1,67 @@ + + + + The page you were looking for doesn't exist (404) + + + + + + +
+
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/rails/test/dummy/public/422.html b/rails/test/dummy/public/422.html new file mode 100644 index 0000000..c08eac0 --- /dev/null +++ b/rails/test/dummy/public/422.html @@ -0,0 +1,67 @@ + + + + The change you wanted was rejected (422) + + + + + + +
+
+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/rails/test/dummy/public/500.html b/rails/test/dummy/public/500.html new file mode 100644 index 0000000..78a030a --- /dev/null +++ b/rails/test/dummy/public/500.html @@ -0,0 +1,66 @@ + + + + We're sorry, but something went wrong (500) + + + + + + +
+
+

We're sorry, but something went wrong.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/rails/test/dummy/public/apple-touch-icon-precomposed.png b/rails/test/dummy/public/apple-touch-icon-precomposed.png new file mode 100644 index 0000000..e69de29 diff --git a/rails/test/dummy/public/apple-touch-icon.png b/rails/test/dummy/public/apple-touch-icon.png new file mode 100644 index 0000000..e69de29 diff --git a/rails/test/dummy/public/favicon.ico b/rails/test/dummy/public/favicon.ico new file mode 100644 index 0000000..e69de29 -- cgit 1.4.1