aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/public
diff options
context:
space:
mode:
authorEmilio Tagua <miloops@gmail.com>2009-06-30 19:34:26 -0300
committerEmilio Tagua <miloops@gmail.com>2009-06-30 19:34:26 -0300
commit9c70442534c7754eac3738e0ddf11446b01c4f9e (patch)
tree7af8614ad91e7400735a6be1b36dca704d87e3b6 /actionpack/test/fixtures/public
parent50f73bd39c729b4ba4b5215b608e5767ab0aa7a1 (diff)
parentb5dfdc714fab7d2836e0a979ca88b4a17db9ec06 (diff)
downloadrails-9c70442534c7754eac3738e0ddf11446b01c4f9e.tar.gz
rails-9c70442534c7754eac3738e0ddf11446b01c4f9e.tar.bz2
rails-9c70442534c7754eac3738e0ddf11446b01c4f9e.zip
Merge commit 'rails/master'
Conflicts: activerecord/test/cases/adapter_test.rb
Diffstat (limited to 'actionpack/test/fixtures/public')
-rw-r--r--actionpack/test/fixtures/public/.gitignore1
-rw-r--r--actionpack/test/fixtures/public/elsewhere/cools.js1
-rw-r--r--actionpack/test/fixtures/public/elsewhere/file.css1
-rw-r--r--actionpack/test/fixtures/public/javascripts/common.javascript1
-rw-r--r--actionpack/test/fixtures/public/stylesheets/random.styles1
5 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/public/.gitignore b/actionpack/test/fixtures/public/.gitignore
new file mode 100644
index 0000000000..0c6759baec
--- /dev/null
+++ b/actionpack/test/fixtures/public/.gitignore
@@ -0,0 +1 @@
+absolute \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/elsewhere/cools.js b/actionpack/test/fixtures/public/elsewhere/cools.js
new file mode 100644
index 0000000000..6e12fe29c4
--- /dev/null
+++ b/actionpack/test/fixtures/public/elsewhere/cools.js
@@ -0,0 +1 @@
+// cools.js \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/elsewhere/file.css b/actionpack/test/fixtures/public/elsewhere/file.css
new file mode 100644
index 0000000000..6aea0733b1
--- /dev/null
+++ b/actionpack/test/fixtures/public/elsewhere/file.css
@@ -0,0 +1 @@
+/*file.css*/ \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/javascripts/common.javascript b/actionpack/test/fixtures/public/javascripts/common.javascript
new file mode 100644
index 0000000000..2ae1929056
--- /dev/null
+++ b/actionpack/test/fixtures/public/javascripts/common.javascript
@@ -0,0 +1 @@
+// common.javascript \ No newline at end of file
diff --git a/actionpack/test/fixtures/public/stylesheets/random.styles b/actionpack/test/fixtures/public/stylesheets/random.styles
new file mode 100644
index 0000000000..d4eeead95c
--- /dev/null
+++ b/actionpack/test/fixtures/public/stylesheets/random.styles
@@ -0,0 +1 @@
+/* random.styles */ \ No newline at end of file