From b786940248f3cbb0db62a95a6b2f1c205788c83f Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Wed, 31 Mar 2010 15:20:43 -0700 Subject: guides: rewrites index and credit pages as pure HTML to avoid textilizing the rendered view, in particular we can now put a DOCTYPE in the layout --- railties/guides/source/index.html.erb | 140 ++++++++++++++++++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 railties/guides/source/index.html.erb (limited to 'railties/guides/source/index.html.erb') diff --git a/railties/guides/source/index.html.erb b/railties/guides/source/index.html.erb new file mode 100644 index 0000000000..8f3e6cb550 --- /dev/null +++ b/railties/guides/source/index.html.erb @@ -0,0 +1,140 @@ +<% content_for :header_section do %> +

Ruby on Rails Guides

+ +

These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together. There are two different versions of the Guides site, and you should be sure to use the one that applies to your situation:

+ +