aboutsummaryrefslogtreecommitdiffstats
path: root/railties/assets
diff options
context:
space:
mode:
Diffstat (limited to 'railties/assets')
-rw-r--r--railties/assets/application.css1
-rw-r--r--railties/assets/application.js1
-rw-r--r--railties/assets/application.rhtml15
3 files changed, 0 insertions, 17 deletions
diff --git a/railties/assets/application.css b/railties/assets/application.css
deleted file mode 100644
index bf0bd539b8..0000000000
--- a/railties/assets/application.css
+++ /dev/null
@@ -1 +0,0 @@
-/* Place your application-specific styles here */
diff --git a/railties/assets/application.js b/railties/assets/application.js
deleted file mode 100644
index c963741545..0000000000
--- a/railties/assets/application.js
+++ /dev/null
@@ -1 +0,0 @@
-// Place your application-specific JavaScript functions and classes here
diff --git a/railties/assets/application.rhtml b/railties/assets/application.rhtml
deleted file mode 100644
index 5c796f3bd4..0000000000
--- a/railties/assets/application.rhtml
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <title><%=h @title || "Rails Application" %></title>
- <%= javascript_include_tag :defaults %>
- <%= stylesheet_link_tag "application" %>
- </head>
-
- <body>
- <%= yield %>
- </body>
-</html> \ No newline at end of file