From dea701bd2c6369cd1928b2bb9ff8f17a38fa0c73 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Fri, 19 Mar 2010 21:49:48 +0100 Subject: [PATCH] normalizes titles of release notes guides, and adds them to the home page --- railties/guides/source/3_0_release_notes.textile | 2 +- railties/guides/source/index.textile.erb | 15 +++++++++++++++ railties/guides/source/layout.html.erb | 6 ++++++ 3 files changed, 22 insertions(+), 1 deletion(-) diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile index cb8d6ec9bf..cc84129b35 100644 --- a/railties/guides/source/3_0_release_notes.textile +++ b/railties/guides/source/3_0_release_notes.textile @@ -1,4 +1,4 @@ -h2. Rails 3.0: Release Notes +h2. Ruby on Rails 3.0 Release Notes Rails 3.0 is ponies and rainbows! It's going to cook you dinner and fold your laundry. You're going to wonder how life was ever possible before it arrived. It's the Best Version of Rails We've Ever Done! diff --git a/railties/guides/source/index.textile.erb b/railties/guides/source/index.textile.erb index c021efb881..d7db81309f 100644 --- a/railties/guides/source/index.textile.erb +++ b/railties/guides/source/index.textile.erb @@ -120,5 +120,20 @@ h3. Digging Deeper <% guide("Contributing to Rails", 'contributing_to_rails.html') do %> Rails is not "somebody else's framework." This guide covers a variety of ways that you can get involved in the ongoing development of Rails. <% end %> + + +h3. Release Notes + +
+<% guide("Ruby on Rails 3.0 Release Notes", '3_0_release_notes.html') do %> + Release notes for Rails 3.0. +<% end %> + +<% guide("Ruby on Rails 2.3 Release Notes", '2_3_release_notes.html') do %> + Release notes for Rails 2.3. +<% end %> +<% guide("Ruby on Rails 2.2 Release Notes", '2_2_release_notes.html') do %> + Release notes for Rails 2.2. +<% end %>
diff --git a/railties/guides/source/layout.html.erb b/railties/guides/source/layout.html.erb index 5f324ece60..a21f1bbeed 100644 --- a/railties/guides/source/layout.html.erb +++ b/railties/guides/source/layout.html.erb @@ -67,6 +67,12 @@
Caching with Rails
Contributing to Rails
+
+
Release Notes
+
Ruby on Rails 3.0 Release Notes
+
Ruby on Rails 2.3 Release Notes
+
Ruby on Rails 2.2 Release Notes
+
  • Contribute
  • -- GitLab