aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/examples/views
diff options
context:
space:
mode:
authorYehuda Katz <wycats@gmail.com>2009-08-11 16:49:27 -0700
committerYehuda Katz <wycats@gmail.com>2009-08-11 16:49:27 -0700
commit27e880729eeb058583b79ccf84a7577c434addfd (patch)
tree88125880559f1609f23ff42f8fb991879dae0259 /actionpack/examples/views
parentccd1c5e521c020118b5bcfeb4cd5a651997b6806 (diff)
downloadrails-27e880729eeb058583b79ccf84a7577c434addfd.tar.gz
rails-27e880729eeb058583b79ccf84a7577c434addfd.tar.bz2
rails-27e880729eeb058583b79ccf84a7577c434addfd.zip
Made benchmarks submodule so it's easier to keep in sync
Diffstat (limited to 'actionpack/examples/views')
m---------actionpack/examples0
-rw-r--r--actionpack/examples/views/_collection.erb1
-rw-r--r--actionpack/examples/views/_hello.erb1
-rw-r--r--actionpack/examples/views/_hundred_partials.erb12
-rw-r--r--actionpack/examples/views/_many_partials.erb10
-rw-r--r--actionpack/examples/views/_partial.erb10
-rw-r--r--actionpack/examples/views/layouts/alt.html.erb1
-rw-r--r--actionpack/examples/views/layouts/kaigi.html.erb1
-rw-r--r--actionpack/examples/views/template.html.erb1
9 files changed, 0 insertions, 37 deletions
diff --git a/actionpack/examples b/actionpack/examples
new file mode 160000
+Subproject 4e1327f06da6df1a1981d69c04e8d6463b38a4c
diff --git a/actionpack/examples/views/_collection.erb b/actionpack/examples/views/_collection.erb
deleted file mode 100644
index bcfe958e2c..0000000000
--- a/actionpack/examples/views/_collection.erb
+++ /dev/null
@@ -1 +0,0 @@
-<%= collection %> \ No newline at end of file
diff --git a/actionpack/examples/views/_hello.erb b/actionpack/examples/views/_hello.erb
deleted file mode 100644
index 5ab2f8a432..0000000000
--- a/actionpack/examples/views/_hello.erb
+++ /dev/null
@@ -1 +0,0 @@
-Hello \ No newline at end of file
diff --git a/actionpack/examples/views/_hundred_partials.erb b/actionpack/examples/views/_hundred_partials.erb
deleted file mode 100644
index 15e99c1b68..0000000000
--- a/actionpack/examples/views/_hundred_partials.erb
+++ /dev/null
@@ -1,12 +0,0 @@
-<% 10.times do %>
- <%= render :partial => '/hello' %>
- <%= render :partial => '/hello' %>
- <%= render :partial => '/hello' %>
- <%= render :partial => '/hello' %>
- <%= render :partial => '/hello' %>
- <%= render :partial => '/hello' %>
- <%= render :partial => '/hello' %>
- <%= render :partial => '/hello' %>
- <%= render :partial => '/hello' %>
- <%= render :partial => '/hello' %>
-<% end %> \ No newline at end of file
diff --git a/actionpack/examples/views/_many_partials.erb b/actionpack/examples/views/_many_partials.erb
deleted file mode 100644
index 7e379d46f5..0000000000
--- a/actionpack/examples/views/_many_partials.erb
+++ /dev/null
@@ -1,10 +0,0 @@
-<%= render :partial => '/hello' %>
-<%= render :partial => '/hello' %>
-<%= render :partial => '/hello' %>
-<%= render :partial => '/hello' %>
-<%= render :partial => '/hello' %>
-<%= render :partial => '/hello' %>
-<%= render :partial => '/hello' %>
-<%= render :partial => '/hello' %>
-<%= render :partial => '/hello' %>
-<%= render :partial => '/hello' %> \ No newline at end of file
diff --git a/actionpack/examples/views/_partial.erb b/actionpack/examples/views/_partial.erb
deleted file mode 100644
index 3ca8e80b52..0000000000
--- a/actionpack/examples/views/_partial.erb
+++ /dev/null
@@ -1,10 +0,0 @@
-<%= "Hello" %>
-<%= "Hello" %>
-<%= "Hello" %>
-<%= "Hello" %>
-<%= "Hello" %>
-<%= "Hello" %>
-<%= "Hello" %>
-<%= "Hello" %>
-<%= "Hello" %>
-<%= "Hello" %>
diff --git a/actionpack/examples/views/layouts/alt.html.erb b/actionpack/examples/views/layouts/alt.html.erb
deleted file mode 100644
index c4816337a6..0000000000
--- a/actionpack/examples/views/layouts/alt.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-+ <%= yield %> + \ No newline at end of file
diff --git a/actionpack/examples/views/layouts/kaigi.html.erb b/actionpack/examples/views/layouts/kaigi.html.erb
deleted file mode 100644
index 274607a96a..0000000000
--- a/actionpack/examples/views/layouts/kaigi.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-Hello <%= yield %> Goodbye \ No newline at end of file
diff --git a/actionpack/examples/views/template.html.erb b/actionpack/examples/views/template.html.erb
deleted file mode 100644
index 5ab2f8a432..0000000000
--- a/actionpack/examples/views/template.html.erb
+++ /dev/null
@@ -1 +0,0 @@
-Hello \ No newline at end of file