test ignore and proxy

This commit is contained in:
Thomas Reynolds 2011-10-07 12:40:59 -07:00
parent 9bcf8f8ec6
commit 545d573c7b
3 changed files with 4 additions and 0 deletions

View file

@ -0,0 +1,2 @@
page "/my_article.html", :proxy => "/template.html", :ignore => true, :layout => false
page "/articles/my_article.html", :proxy => "/articles/template.html", :ignore => true, :layout => false

View file

@ -0,0 +1 @@
<%= [1,2,3].join("-") %>

View file

@ -0,0 +1 @@
<%= [1,2,3].join("-") %>