2014-05-26 17:58:35 -07:00
|
|
|
page "/fake.html", proxy: "/real.html", layout: false
|
2011-10-15 11:21:56 -07:00
|
|
|
|
|
|
|
ignore "/should_be_ignored.html"
|
2014-05-26 17:58:35 -07:00
|
|
|
page "/should_be_ignored2.html", ignore: true
|
|
|
|
page "/target_ignore.html", proxy: "/should_be_ignored3.html", ignore: true
|
2011-10-15 11:21:56 -07:00
|
|
|
|
|
|
|
%w(one two).each do |num|
|
2014-05-26 17:58:35 -07:00
|
|
|
page "/fake/#{num}.html", proxy: "/real/index.html" do
|
2011-10-15 11:21:56 -07:00
|
|
|
@num = num
|
|
|
|
end
|
2012-08-13 15:39:06 -07:00
|
|
|
end
|